Upload folder using huggingface_hub
Browse files- config.json +1 -1
- onnx/model.onnx +1 -1
- onnx/model_quantized.onnx +2 -2
- tokenizer.json +10 -10
config.json
CHANGED
@@ -28,6 +28,6 @@
|
|
28 |
"seq_classif_dropout": 0.2,
|
29 |
"sinusoidal_pos_embds": false,
|
30 |
"tie_weights_": true,
|
31 |
-
"transformers_version": "4.
|
32 |
"vocab_size": 30522
|
33 |
}
|
|
|
28 |
"seq_classif_dropout": 0.2,
|
29 |
"sinusoidal_pos_embds": false,
|
30 |
"tie_weights_": true,
|
31 |
+
"transformers_version": "4.29.2",
|
32 |
"vocab_size": 30522
|
33 |
}
|
onnx/model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267955711
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:252cf7048af94a1599019fef35961b2bd3d6db13df0b0a4b032b92baeae31939
|
3 |
size 267955711
|
onnx/model_quantized.onnx
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:fe1c6de8cd03f9da5cd0d66e73c7fc1366e895938f6ddbd105c85de076cbf720
|
3 |
+
size 67369803
|
tokenizer.json
CHANGED
@@ -5,48 +5,48 @@
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
8 |
-
"special": true,
|
9 |
"content": "[PAD]",
|
10 |
"single_word": false,
|
11 |
"lstrip": false,
|
12 |
"rstrip": false,
|
13 |
-
"normalized": false
|
|
|
14 |
},
|
15 |
{
|
16 |
"id": 100,
|
17 |
-
"special": true,
|
18 |
"content": "[UNK]",
|
19 |
"single_word": false,
|
20 |
"lstrip": false,
|
21 |
"rstrip": false,
|
22 |
-
"normalized": false
|
|
|
23 |
},
|
24 |
{
|
25 |
"id": 101,
|
26 |
-
"special": true,
|
27 |
"content": "[CLS]",
|
28 |
"single_word": false,
|
29 |
"lstrip": false,
|
30 |
"rstrip": false,
|
31 |
-
"normalized": false
|
|
|
32 |
},
|
33 |
{
|
34 |
"id": 102,
|
35 |
-
"special": true,
|
36 |
"content": "[SEP]",
|
37 |
"single_word": false,
|
38 |
"lstrip": false,
|
39 |
"rstrip": false,
|
40 |
-
"normalized": false
|
|
|
41 |
},
|
42 |
{
|
43 |
"id": 103,
|
44 |
-
"special": true,
|
45 |
"content": "[MASK]",
|
46 |
"single_word": false,
|
47 |
"lstrip": false,
|
48 |
"rstrip": false,
|
49 |
-
"normalized": false
|
|
|
50 |
}
|
51 |
],
|
52 |
"normalizer": {
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
|
|
8 |
"content": "[PAD]",
|
9 |
"single_word": false,
|
10 |
"lstrip": false,
|
11 |
"rstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"special": true
|
14 |
},
|
15 |
{
|
16 |
"id": 100,
|
|
|
17 |
"content": "[UNK]",
|
18 |
"single_word": false,
|
19 |
"lstrip": false,
|
20 |
"rstrip": false,
|
21 |
+
"normalized": false,
|
22 |
+
"special": true
|
23 |
},
|
24 |
{
|
25 |
"id": 101,
|
|
|
26 |
"content": "[CLS]",
|
27 |
"single_word": false,
|
28 |
"lstrip": false,
|
29 |
"rstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"special": true
|
32 |
},
|
33 |
{
|
34 |
"id": 102,
|
|
|
35 |
"content": "[SEP]",
|
36 |
"single_word": false,
|
37 |
"lstrip": false,
|
38 |
"rstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"special": true
|
41 |
},
|
42 |
{
|
43 |
"id": 103,
|
|
|
44 |
"content": "[MASK]",
|
45 |
"single_word": false,
|
46 |
"lstrip": false,
|
47 |
"rstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"special": true
|
50 |
}
|
51 |
],
|
52 |
"normalizer": {
|