danitamayo
commited on
Commit
•
9d92d1f
1
Parent(s):
37ae8e1
Upload DistilBertForTokenClassification
Browse files- config.json +46 -46
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -9,57 +9,57 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "I-
|
13 |
-
"1": "
|
14 |
-
"2": "B-
|
15 |
-
"3": "B-
|
16 |
-
"4": "B-
|
17 |
-
"5": "I-
|
18 |
-
"6": "B-
|
19 |
-
"7": "
|
20 |
-
"8": "B-
|
21 |
-
"9": "B-
|
22 |
-
"10": "
|
23 |
-
"11": "
|
24 |
-
"12": "
|
25 |
-
"13": "B-
|
26 |
-
"14": "
|
27 |
-
"15": "I-
|
28 |
-
"16": "
|
29 |
-
"17": "
|
30 |
-
"18": "B-
|
31 |
-
"19": "B-
|
32 |
-
"20": "
|
33 |
"21": "B-file",
|
34 |
-
"22": "
|
35 |
-
"23": "I-
|
36 |
},
|
37 |
"initializer_range": 0.02,
|
38 |
"label2id": {
|
39 |
-
"B-application":
|
40 |
-
"B-cve id":
|
41 |
-
"B-edition":
|
42 |
"B-file": 21,
|
43 |
-
"B-function":
|
44 |
-
"B-hardware":
|
45 |
-
"B-language":
|
46 |
-
"B-method":
|
47 |
-
"B-os":
|
48 |
-
"B-parameter":
|
49 |
-
"B-programming language":
|
50 |
-
"B-relevant_term":
|
51 |
-
"B-update":
|
52 |
-
"B-vendor":
|
53 |
-
"B-version":
|
54 |
-
"I-application":
|
55 |
-
"I-edition":
|
56 |
-
"I-hardware":
|
57 |
-
"I-os":
|
58 |
-
"I-relevant_term":
|
59 |
-
"I-update":
|
60 |
-
"I-vendor":
|
61 |
-
"I-version":
|
62 |
-
"O":
|
63 |
},
|
64 |
"max_position_embeddings": 512,
|
65 |
"model_type": "distilbert",
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "I-update",
|
13 |
+
"1": "I-version",
|
14 |
+
"2": "B-programming language",
|
15 |
+
"3": "B-relevant_term",
|
16 |
+
"4": "B-parameter",
|
17 |
+
"5": "I-relevant_term",
|
18 |
+
"6": "B-vendor",
|
19 |
+
"7": "B-function",
|
20 |
+
"8": "B-version",
|
21 |
+
"9": "B-hardware",
|
22 |
+
"10": "I-application",
|
23 |
+
"11": "B-os",
|
24 |
+
"12": "O",
|
25 |
+
"13": "B-cve id",
|
26 |
+
"14": "B-update",
|
27 |
+
"15": "I-edition",
|
28 |
+
"16": "I-hardware",
|
29 |
+
"17": "I-os",
|
30 |
+
"18": "B-edition",
|
31 |
+
"19": "B-application",
|
32 |
+
"20": "B-language",
|
33 |
"21": "B-file",
|
34 |
+
"22": "B-method",
|
35 |
+
"23": "I-vendor"
|
36 |
},
|
37 |
"initializer_range": 0.02,
|
38 |
"label2id": {
|
39 |
+
"B-application": 19,
|
40 |
+
"B-cve id": 13,
|
41 |
+
"B-edition": 18,
|
42 |
"B-file": 21,
|
43 |
+
"B-function": 7,
|
44 |
+
"B-hardware": 9,
|
45 |
+
"B-language": 20,
|
46 |
+
"B-method": 22,
|
47 |
+
"B-os": 11,
|
48 |
+
"B-parameter": 4,
|
49 |
+
"B-programming language": 2,
|
50 |
+
"B-relevant_term": 3,
|
51 |
+
"B-update": 14,
|
52 |
+
"B-vendor": 6,
|
53 |
+
"B-version": 8,
|
54 |
+
"I-application": 10,
|
55 |
+
"I-edition": 15,
|
56 |
+
"I-hardware": 16,
|
57 |
+
"I-os": 17,
|
58 |
+
"I-relevant_term": 5,
|
59 |
+
"I-update": 0,
|
60 |
+
"I-vendor": 23,
|
61 |
+
"I-version": 1,
|
62 |
+
"O": 12
|
63 |
},
|
64 |
"max_position_embeddings": 512,
|
65 |
"model_type": "distilbert",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265560165
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13735ec91c84b8cc5ea201fe42f59974d60040cb8c26e064db4fed2dcdb7225e
|
3 |
size 265560165
|