File size: 2,819 Bytes
5006449
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "FacebookAI/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": "O",
    "1": "B-Positive:ORG",
    "2": "I-Positive:ORG",
    "3": "B-Negative:TOPIC",
    "4": "B-Positive:PERSON",
    "5": "I-Positive:PERSON",
    "6": "B-Positive:EVENT",
    "7": "B-Positive:GPE",
    "8": "I-Negative:TOPIC",
    "9": "B-Negative:ORG",
    "10": "I-Negative:ORG",
    "11": "I-Positive:EVENT",
    "12": "B-Positive:TOPIC",
    "13": "I-Positive:TOPIC",
    "14": "B-Positive:PRODUCT",
    "15": "B-Negative:PERSON",
    "16": "I-Negative:PERSON",
    "17": "B-Negative:EVENT",
    "18": "I-Negative:EVENT",
    "19": "B-Positive:LOC",
    "20": "I-Positive:LOC",
    "21": "B-Negative:LOC",
    "22": "I-Negative:LOC",
    "23": "I-Positive:PRODUCT",
    "24": "B-Positive:NORP",
    "25": "I-Positive:NORP",
    "26": "B-Negative:PRODUCT",
    "27": "I-Positive:GPE",
    "28": "I-Negative:PRODUCT",
    "29": "B-Negative:GPE",
    "30": "I-Negative:GPE",
    "31": "B-Positive:FAC",
    "32": "I-Positive:FAC",
    "33": "B-Negative:NORP",
    "34": "I-Negative:NORP",
    "35": "B-Negative:FAC",
    "36": "I-Negative:FAC"
  },
  "initializer_range": 0.02,
  "intermediate_size": 4096,
  "label2id": {
    "B-Negative:EVENT": 17,
    "B-Negative:FAC": 35,
    "B-Negative:GPE": 29,
    "B-Negative:LOC": 21,
    "B-Negative:NORP": 33,
    "B-Negative:ORG": 9,
    "B-Negative:PERSON": 15,
    "B-Negative:PRODUCT": 26,
    "B-Negative:TOPIC": 3,
    "B-Positive:EVENT": 6,
    "B-Positive:FAC": 31,
    "B-Positive:GPE": 7,
    "B-Positive:LOC": 19,
    "B-Positive:NORP": 24,
    "B-Positive:ORG": 1,
    "B-Positive:PERSON": 4,
    "B-Positive:PRODUCT": 14,
    "B-Positive:TOPIC": 12,
    "I-Negative:EVENT": 18,
    "I-Negative:FAC": 36,
    "I-Negative:GPE": 30,
    "I-Negative:LOC": 22,
    "I-Negative:NORP": 34,
    "I-Negative:ORG": 10,
    "I-Negative:PERSON": 16,
    "I-Negative:PRODUCT": 28,
    "I-Negative:TOPIC": 8,
    "I-Positive:EVENT": 11,
    "I-Positive:FAC": 32,
    "I-Positive:GPE": 27,
    "I-Positive:LOC": 20,
    "I-Positive:NORP": 25,
    "I-Positive:ORG": 2,
    "I-Positive:PERSON": 5,
    "I-Positive:PRODUCT": 23,
    "I-Positive:TOPIC": 13,
    "O": 0
  },
  "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.42.3",
  "type_vocab_size": 1,
  "use_cache": true,
  "vocab_size": 250002
}