File size: 1,539 Bytes
b5c6a5d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "activation": "gelu",
  "architectures": [
    "DistilBertForTokenClassification"
  ],
  "attention_dropout": 0.1,
  "bos_token_id": null,
  "dim": 768,
  "dropout": 0.1,
  "dtype": "float32",
  "eos_token_id": null,
  "hidden_dim": 3072,
  "id2label": {
    "0": "B-ART",
    "1": "B-EVENT",
    "2": "B-FAC",
    "3": "B-GPE",
    "4": "B-LANGUAGE",
    "5": "B-LOC",
    "6": "B-NORP",
    "7": "B-ORG",
    "8": "B-OTHERS",
    "9": "B-PERSON",
    "10": "B-TITLE",
    "11": "I-ART",
    "12": "I-EVENT",
    "13": "I-FAC",
    "14": "I-GPE",
    "15": "I-LANGUAGE",
    "16": "I-LOC",
    "17": "I-NORP",
    "18": "I-ORG",
    "19": "I-OTHERS",
    "20": "I-PERSON",
    "21": "I-TITLE",
    "22": "O"
  },
  "initializer_range": 0.02,
  "label2id": {
    "B-ART": 0,
    "B-EVENT": 1,
    "B-FAC": 2,
    "B-GPE": 3,
    "B-LANGUAGE": 4,
    "B-LOC": 5,
    "B-NORP": 6,
    "B-ORG": 7,
    "B-OTHERS": 8,
    "B-PERSON": 9,
    "B-TITLE": 10,
    "I-ART": 11,
    "I-EVENT": 12,
    "I-FAC": 13,
    "I-GPE": 14,
    "I-LANGUAGE": 15,
    "I-LOC": 16,
    "I-NORP": 17,
    "I-ORG": 18,
    "I-OTHERS": 19,
    "I-PERSON": 20,
    "I-TITLE": 21,
    "O": 22
  },
  "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,
  "tie_word_embeddings": true,
  "transformers_version": "5.0.0",
  "use_cache": false,
  "vocab_size": 139049
}