Upload folder using huggingface_hub
Browse files- config.json +2 -6
- model.safetensors +2 -2
- tokenizer.json +1 -3
config.json
CHANGED
@@ -11,17 +11,13 @@
|
|
11 |
"id2label": {
|
12 |
"0": "LABEL_0",
|
13 |
"1": "LABEL_1",
|
14 |
-
"2": "LABEL_2"
|
15 |
-
"3": "LABEL_3",
|
16 |
-
"4": "LABEL_4"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"label2id": {
|
20 |
"LABEL_0": 0,
|
21 |
"LABEL_1": 1,
|
22 |
-
"LABEL_2": 2
|
23 |
-
"LABEL_3": 3,
|
24 |
-
"LABEL_4": 4
|
25 |
},
|
26 |
"max_position_embeddings": 512,
|
27 |
"model_type": "distilbert",
|
|
|
11 |
"id2label": {
|
12 |
"0": "LABEL_0",
|
13 |
"1": "LABEL_1",
|
14 |
+
"2": "LABEL_2"
|
|
|
|
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
18 |
"LABEL_0": 0,
|
19 |
"LABEL_1": 1,
|
20 |
+
"LABEL_2": 2
|
|
|
|
|
21 |
},
|
22 |
"max_position_embeddings": 512,
|
23 |
"model_type": "distilbert",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52916a67f0c65238f85321e67be493eeeb10a2cddb4d9481d6b86e19b0e9953a
|
3 |
+
size 267835644
|
tokenizer.json
CHANGED
@@ -7,9 +7,7 @@
|
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
-
"strategy":
|
11 |
-
"Fixed": 512
|
12 |
-
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
15 |
"pad_id": 0,
|
|
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
+
"strategy": "BatchLongest",
|
|
|
|
|
11 |
"direction": "Right",
|
12 |
"pad_to_multiple_of": null,
|
13 |
"pad_id": 0,
|