File size: 1,522 Bytes
4b601bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "distilbert-base-multilingual-cased",
  "activation": "gelu",
  "architectures": [
    "DistilBertForTokenClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "B-ANG",
    "1": "B-DUC",
    "2": "B-EVE",
    "3": "B-FAC",
    "4": "B-GPE",
    "5": "B-LOC",
    "6": "B-MISC",
    "7": "B-ORG",
    "8": "B-PER",
    "9": "B-TIMEX",
    "10": "B-TTL",
    "11": "B-WOA",
    "12": "I-ANG",
    "13": "I-DUC",
    "14": "I-EVE",
    "15": "I-FAC",
    "16": "I-GPE",
    "17": "I-LOC",
    "18": "I-MISC",
    "19": "I-ORG",
    "20": "I-PER",
    "21": "I-TIMEX",
    "22": "I-TTL",
    "23": "I-WOA",
    "24": "O"
  },
  "initializer_range": 0.02,
  "label2id": {
    "B-ANG": 0,
    "B-DUC": 1,
    "B-EVE": 2,
    "B-FAC": 3,
    "B-GPE": 4,
    "B-LOC": 5,
    "B-MISC": 6,
    "B-ORG": 7,
    "B-PER": 8,
    "B-TIMEX": 9,
    "B-TTL": 10,
    "B-WOA": 11,
    "I-ANG": 12,
    "I-DUC": 13,
    "I-EVE": 14,
    "I-FAC": 15,
    "I-GPE": 16,
    "I-LOC": 17,
    "I-MISC": 18,
    "I-ORG": 19,
    "I-PER": 20,
    "I-TIMEX": 21,
    "I-TTL": 22,
    "I-WOA": 23,
    "O": 24
  },
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 6,
  "output_past": true,
  "pad_token_id": 0,
  "qa_dropout": 0.1,
  "seq_classif_dropout": 0.2,
  "sinusoidal_pos_embds": false,
  "tie_weights_": true,
  "torch_dtype": "float32",
  "transformers_version": "4.21.2",
  "vocab_size": 119547
}