File size: 1,921 Bytes
a1efed4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "distilbert-base-uncased",
  "activation": "gelu",
  "architectures": [
    "DistilBertForTokenClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "O",
    "1": "B-product",
    "10": "B-programlang",
    "11": "B-algorithm",
    "12": "I-algorithm",
    "13": "B-misc",
    "14": "I-misc",
    "15": "I-university",
    "16": "B-metrics",
    "17": "B-organisation",
    "18": "I-organisation",
    "19": "I-metrics",
    "2": "I-product",
    "20": "B-conference",
    "21": "I-conference",
    "22": "B-country",
    "23": "I-programlang",
    "24": "B-location",
    "25": "B-person",
    "26": "I-person",
    "27": "I-country",
    "28": "I-location",
    "3": "B-field",
    "4": "I-field",
    "5": "B-task",
    "6": "I-task",
    "7": "B-researcher",
    "8": "I-researcher",
    "9": "B-university"
  },
  "initializer_range": 0.02,
  "label2id": {
    "B-algorithm": "11",
    "B-conference": "20",
    "B-country": "22",
    "B-field": "3",
    "B-location": "24",
    "B-metrics": "16",
    "B-misc": "13",
    "B-organisation": "17",
    "B-person": "25",
    "B-product": "1",
    "B-programlang": "10",
    "B-researcher": "7",
    "B-task": "5",
    "B-university": "9",
    "I-algorithm": "12",
    "I-conference": "21",
    "I-country": "27",
    "I-field": "4",
    "I-location": "28",
    "I-metrics": "19",
    "I-misc": "14",
    "I-organisation": "18",
    "I-person": "26",
    "I-product": "2",
    "I-programlang": "23",
    "I-researcher": "8",
    "I-task": "6",
    "I-university": "15",
    "O": "0"
  },
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 6,
  "pad_token_id": 0,
  "qa_dropout": 0.1,
  "seq_classif_dropout": 0.2,
  "sinusoidal_pos_embds": false,
  "tie_weights_": true,
  "transformers_version": "4.18.0",
  "vocab_size": 30522
}