File size: 2,998 Bytes
108f479
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
  "_name_or_path": "xlm-roberta-large",
  "architectures": [
    "XLMRobertaForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "bos_token_id": 0,
  "classifier_dropout": null,
  "eos_token_id": 2,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 1024,
  "id2label": {
    "0": "adj.all",
    "1": "noun.attribute",
    "2": "0",
    "3": "noun.time",
    "4": "noun.artifact",
    "5": "verb.stative",
    "6": "noun.body",
    "7": "verb.possession",
    "8": "noun.cognition",
    "9": "noun.substance",
    "10": "adv.all",
    "11": "verb.social",
    "12": "verb.perception",
    "13": "verb.contact",
    "14": "noun.state",
    "15": "noun.location",
    "16": "noun.quantity",
    "17": "noun.Tops",
    "18": "verb.change",
    "19": "noun.group",
    "20": "noun.feeling",
    "21": "adj.pert",
    "22": "noun.food",
    "23": "verb.cognition",
    "24": "noun.communication",
    "25": "verb.creation",
    "26": "verb.motion",
    "27": "verb.body",
    "28": "noun.process",
    "29": "noun.person",
    "30": "verb.communication",
    "31": "noun.act",
    "32": "noun.relation",
    "33": "noun.shape",
    "34": "noun.event",
    "35": "noun.phenomenon",
    "36": "verb.consumption",
    "37": "verb.emotion",
    "38": "verb.competition",
    "39": "noun.possession",
    "40": "noun.motive",
    "41": "noun.plant",
    "42": "noun.object",
    "43": "noun.animal",
    "44": "adj.ppl",
    "45": "verb.weather"
  },
  "initializer_range": 0.02,
  "intermediate_size": 4096,
  "label2id": {
    "0": 2,
    "adj.all": 0,
    "adj.pert": 21,
    "adj.ppl": 44,
    "adv.all": 10,
    "noun.Tops": 17,
    "noun.act": 31,
    "noun.animal": 43,
    "noun.artifact": 4,
    "noun.attribute": 1,
    "noun.body": 6,
    "noun.cognition": 8,
    "noun.communication": 24,
    "noun.event": 34,
    "noun.feeling": 20,
    "noun.food": 22,
    "noun.group": 19,
    "noun.location": 15,
    "noun.motive": 40,
    "noun.object": 42,
    "noun.person": 29,
    "noun.phenomenon": 35,
    "noun.plant": 41,
    "noun.possession": 39,
    "noun.process": 28,
    "noun.quantity": 16,
    "noun.relation": 32,
    "noun.shape": 33,
    "noun.state": 14,
    "noun.substance": 9,
    "noun.time": 3,
    "verb.body": 27,
    "verb.change": 18,
    "verb.cognition": 23,
    "verb.communication": 30,
    "verb.competition": 38,
    "verb.consumption": 36,
    "verb.contact": 13,
    "verb.creation": 25,
    "verb.emotion": 37,
    "verb.motion": 26,
    "verb.perception": 12,
    "verb.possession": 7,
    "verb.social": 11,
    "verb.stative": 5,
    "verb.weather": 45
  },
  "layer_norm_eps": 1e-05,
  "max_position_embeddings": 514,
  "model_type": "xlm-roberta",
  "num_attention_heads": 16,
  "num_hidden_layers": 24,
  "output_past": true,
  "pad_token_id": 1,
  "position_embedding_type": "absolute",
  "torch_dtype": "float32",
  "transformers_version": "4.26.0",
  "type_vocab_size": 1,
  "use_cache": true,
  "vocab_size": 250002
}