Revert files
Browse files- config.json +21 -21
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -9,29 +9,29 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
-
"8": "
|
21 |
-
"9": "
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"label2id": {
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
},
|
36 |
"max_position_embeddings": 512,
|
37 |
"model_type": "distilbert",
|
@@ -45,4 +45,4 @@
|
|
45 |
"tie_weights_": true,
|
46 |
"transformers_version": "4.3.2",
|
47 |
"vocab_size": 28996
|
48 |
-
}
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "B-BRND",
|
13 |
+
"1": "B-MATR",
|
14 |
+
"2": "B-MISC",
|
15 |
+
"3": "B-PERS",
|
16 |
+
"4": "B-PROD",
|
17 |
+
"5": "B-TIME",
|
18 |
+
"6": "I-BRND",
|
19 |
+
"7": "I-PERS",
|
20 |
+
"8": "O",
|
21 |
+
"9": "PAD"
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"label2id": {
|
25 |
+
"B-BRND": 0,
|
26 |
+
"B-MATR": 1,
|
27 |
+
"B-MISC": 2,
|
28 |
+
"B-PERS": 3,
|
29 |
+
"B-PROD": 4,
|
30 |
+
"B-TIME": 5,
|
31 |
+
"I-BRND": 6,
|
32 |
+
"I-PERS": 7,
|
33 |
+
"O": 8,
|
34 |
+
"PAD": 9
|
35 |
},
|
36 |
"max_position_embeddings": 512,
|
37 |
"model_type": "distilbert",
|
|
|
45 |
"tie_weights_": true,
|
46 |
"transformers_version": "4.3.2",
|
47 |
"vocab_size": 28996
|
48 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 260835627
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:454ad2d0f26c01f05c4cf4e9259b6948c38923932015b116cd48b313fc296ead
|
3 |
size 260835627
|