File size: 1,727 Bytes
46fdaba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "XLMRobertaForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "bos_token_id": 0,
  "classifier_dropout": null,
  "dtype": "float32",
  "eos_token_id": 2,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "B-abb",
    "1": "B-adj",
    "2": "B-adv",
    "3": "B-conj",
    "4": "B-fw",
    "5": "B-int",
    "6": "B-n",
    "7": "B-num",
    "8": "B-part",
    "9": "B-ppm",
    "10": "B-pron",
    "11": "B-punc",
    "12": "B-sb",
    "13": "B-tn",
    "14": "B-v",
    "15": "I-abb",
    "16": "I-adj",
    "17": "I-adv",
    "18": "I-conj",
    "19": "I-fw",
    "20": "I-int",
    "21": "I-n",
    "22": "I-num",
    "23": "I-part",
    "24": "I-ppm",
    "25": "I-pron",
    "26": "I-punc",
    "27": "I-tn",
    "28": "I-v"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "B-abb": 0,
    "B-adj": 1,
    "B-adv": 2,
    "B-conj": 3,
    "B-fw": 4,
    "B-int": 5,
    "B-n": 6,
    "B-num": 7,
    "B-part": 8,
    "B-ppm": 9,
    "B-pron": 10,
    "B-punc": 11,
    "B-sb": 12,
    "B-tn": 13,
    "B-v": 14,
    "I-abb": 15,
    "I-adj": 16,
    "I-adv": 17,
    "I-conj": 18,
    "I-fw": 19,
    "I-int": 20,
    "I-n": 21,
    "I-num": 22,
    "I-part": 23,
    "I-ppm": 24,
    "I-pron": 25,
    "I-punc": 26,
    "I-tn": 27,
    "I-v": 28
  },
  "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,
  "position_embedding_type": "absolute",
  "transformers_version": "4.57.3",
  "type_vocab_size": 1,
  "use_cache": true,
  "vocab_size": 250002
}