File size: 1,791 Bytes
a80c567
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "silviacamplani/distilbert-finetuned-dapt_tapt-lm-ai",
  "activation": "gelu",
  "architectures": [
    "DistilBertForTokenClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "O",
    "1": "B-album",
    "2": "I-album",
    "3": "B-award",
    "4": "I-award",
    "5": "B-band",
    "6": "I-band",
    "7": "B-country",
    "8": "I-country",
    "9": "B-event",
    "10": "I-event",
    "11": "B-location",
    "12": "I-location",
    "13": "B-misc",
    "14": "I-misc",
    "15": "B-musicalartist",
    "16": "I-musicalartist",
    "17": "B-musicalinstrument",
    "18": "I-musicalinstrument",
    "19": "B-musicgenre",
    "20": "I-musicgenre",
    "21": "B-organisation",
    "22": "I-organisation",
    "23": "B-person",
    "24": "I-person",
    "25": "B-song",
    "26": "I-song"
  },
  "initializer_range": 0.02,
  "label2id": {
    "B-album": 1,
    "B-award": 3,
    "B-band": 5,
    "B-country": 7,
    "B-event": 9,
    "B-location": 11,
    "B-misc": 13,
    "B-musicalartist": 15,
    "B-musicalinstrument": 17,
    "B-musicgenre": 19,
    "B-organisation": 21,
    "B-person": 23,
    "B-song": 25,
    "I-album": 2,
    "I-award": 4,
    "I-band": 6,
    "I-country": 8,
    "I-event": 10,
    "I-location": 12,
    "I-misc": 14,
    "I-musicalartist": 16,
    "I-musicalinstrument": 18,
    "I-musicgenre": 20,
    "I-organisation": 22,
    "I-person": 24,
    "I-song": 26,
    "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
}