File size: 2,313 Bytes
70a4a78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "xlm-roberta-base",
  "architectures": [
    "XLMRobertaForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "bos_token_id": 0,
  "eos_token_id": 2,
  "gradient_checkpointing": false,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "O",
    "1": "B-cardinal number",
    "2": "B-date",
    "3": "I-date",
    "4": "B-person",
    "5": "I-person",
    "6": "B-group",
    "7": "B-geopolitical area",
    "8": "I-geopolitical area",
    "9": "B-law",
    "10": "I-law",
    "11": "B-organization",
    "12": "I-organization",
    "13": "B-percent",
    "14": "I-percent",
    "15": "B-ordinal number",
    "16": "B-money",
    "17": "I-money",
    "18": "B-work of art",
    "19": "I-work of art",
    "20": "B-facility",
    "21": "B-time",
    "22": "I-cardinal number",
    "23": "B-location",
    "24": "B-quantity",
    "25": "I-quantity",
    "26": "I-group",
    "27": "I-location",
    "28": "B-product",
    "29": "I-time",
    "30": "B-event",
    "31": "I-event",
    "32": "I-facility",
    "33": "B-language",
    "34": "I-product",
    "35": "I-ordinal number",
    "36": "I-language"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "B-cardinal number": 1,
    "B-date": 2,
    "B-event": 30,
    "B-facility": 20,
    "B-geopolitical area": 7,
    "B-group": 6,
    "B-language": 33,
    "B-law": 9,
    "B-location": 23,
    "B-money": 16,
    "B-ordinal number": 15,
    "B-organization": 11,
    "B-percent": 13,
    "B-person": 4,
    "B-product": 28,
    "B-quantity": 24,
    "B-time": 21,
    "B-work of art": 18,
    "I-cardinal number": 22,
    "I-date": 3,
    "I-event": 31,
    "I-facility": 32,
    "I-geopolitical area": 8,
    "I-group": 26,
    "I-language": 36,
    "I-law": 10,
    "I-location": 27,
    "I-money": 17,
    "I-ordinal number": 35,
    "I-organization": 12,
    "I-percent": 14,
    "I-person": 5,
    "I-product": 34,
    "I-quantity": 25,
    "I-time": 29,
    "I-work of art": 19,
    "O": 0
  },
  "layer_norm_eps": 1e-05,
  "max_position_embeddings": 514,
  "model_type": "xlm-roberta",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "output_past": true,
  "pad_token_id": 1,
  "type_vocab_size": 1,
  "vocab_size": 250002
}