File size: 1,886 Bytes
940c1c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "silviacamplani/distilbert-finetuned-tapt-lm-ai",
  "activation": "gelu",
  "architectures": [
    "DistilBertForTokenClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "O",
    "1": "B-algorithm",
    "2": "I-algorithm",
    "3": "B-conference",
    "4": "I-conference",
    "5": "B-country",
    "6": "I-country",
    "7": "B-field",
    "8": "I-field",
    "9": "B-location",
    "10": "I-location",
    "11": "B-metrics",
    "12": "I-metrics",
    "13": "B-misc",
    "14": "I-misc",
    "15": "B-organisation",
    "16": "I-organisation",
    "17": "B-person",
    "18": "I-person",
    "19": "B-product",
    "20": "I-product",
    "21": "B-programlang",
    "22": "I-programlang",
    "23": "B-researcher",
    "24": "I-researcher",
    "25": "B-task",
    "26": "I-task",
    "27": "B-university",
    "28": "I-university"
  },
  "initializer_range": 0.02,
  "label2id": {
    "B-algorithm": 1,
    "B-conference": 3,
    "B-country": 5,
    "B-field": 7,
    "B-location": 9,
    "B-metrics": 11,
    "B-misc": 13,
    "B-organisation": 15,
    "B-person": 17,
    "B-product": 19,
    "B-programlang": 21,
    "B-researcher": 23,
    "B-task": 25,
    "B-university": 27,
    "I-algorithm": 2,
    "I-conference": 4,
    "I-country": 6,
    "I-field": 8,
    "I-location": 10,
    "I-metrics": 12,
    "I-misc": 14,
    "I-organisation": 16,
    "I-person": 18,
    "I-product": 20,
    "I-programlang": 22,
    "I-researcher": 24,
    "I-task": 26,
    "I-university": 28,
    "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.20.1",
  "vocab_size": 30522
}