danitamayo
commited on
Commit
•
e814987
1
Parent(s):
970db7d
Upload DistilBertForTokenClassification
Browse files- config.json +76 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForTokenClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "B-parameter",
|
13 |
+
"1": "B-vendor",
|
14 |
+
"2": "B-file",
|
15 |
+
"3": "B-application",
|
16 |
+
"4": "B-function",
|
17 |
+
"5": "O",
|
18 |
+
"6": "B-cve id",
|
19 |
+
"7": "B-relevant_term",
|
20 |
+
"8": "B-language",
|
21 |
+
"9": "I-hardware",
|
22 |
+
"10": "B-version",
|
23 |
+
"11": "B-os",
|
24 |
+
"12": "I-application",
|
25 |
+
"13": "B-programming language",
|
26 |
+
"14": "B-method",
|
27 |
+
"15": "B-update",
|
28 |
+
"16": "I-relevant_term",
|
29 |
+
"17": "B-edition",
|
30 |
+
"18": "B-hardware",
|
31 |
+
"19": "I-vendor",
|
32 |
+
"20": "I-os",
|
33 |
+
"21": "I-version",
|
34 |
+
"22": "I-update",
|
35 |
+
"23": "I-edition"
|
36 |
+
},
|
37 |
+
"initializer_range": 0.02,
|
38 |
+
"label2id": {
|
39 |
+
"B-application": 3,
|
40 |
+
"B-cve id": 6,
|
41 |
+
"B-edition": 17,
|
42 |
+
"B-file": 2,
|
43 |
+
"B-function": 4,
|
44 |
+
"B-hardware": 18,
|
45 |
+
"B-language": 8,
|
46 |
+
"B-method": 14,
|
47 |
+
"B-os": 11,
|
48 |
+
"B-parameter": 0,
|
49 |
+
"B-programming language": 13,
|
50 |
+
"B-relevant_term": 7,
|
51 |
+
"B-update": 15,
|
52 |
+
"B-vendor": 1,
|
53 |
+
"B-version": 10,
|
54 |
+
"I-application": 12,
|
55 |
+
"I-edition": 23,
|
56 |
+
"I-hardware": 9,
|
57 |
+
"I-os": 20,
|
58 |
+
"I-relevant_term": 16,
|
59 |
+
"I-update": 22,
|
60 |
+
"I-vendor": 19,
|
61 |
+
"I-version": 21,
|
62 |
+
"O": 5
|
63 |
+
},
|
64 |
+
"max_position_embeddings": 512,
|
65 |
+
"model_type": "distilbert",
|
66 |
+
"n_heads": 12,
|
67 |
+
"n_layers": 6,
|
68 |
+
"pad_token_id": 0,
|
69 |
+
"qa_dropout": 0.1,
|
70 |
+
"seq_classif_dropout": 0.2,
|
71 |
+
"sinusoidal_pos_embds": false,
|
72 |
+
"tie_weights_": true,
|
73 |
+
"torch_dtype": "float32",
|
74 |
+
"transformers_version": "4.27.3",
|
75 |
+
"vocab_size": 30522
|
76 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3489aebc9322a59909df228f0f8dcdb1cc0d0c2da9c58a00592df17007d19105
|
3 |
+
size 265560165
|