Adding ONNX file of this model
#36
by
z1a1q1
- opened
- onnx/config.json +1 -1
- onnx/model.onnx +2 -2
- onnx/tokenizer_config.json +0 -1
onnx/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.37.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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6f0969b9b2337fccd2d2e3481fe3fc4b0918efeb1a5aa08257627fe6a82c7f9
|
3 |
+
size 267955712
|
onnx/tokenizer_config.json
CHANGED
@@ -41,7 +41,6 @@
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
44 |
-
"additional_special_tokens": [],
|
45 |
"clean_up_tokenization_spaces": true,
|
46 |
"cls_token": "[CLS]",
|
47 |
"do_basic_tokenize": true,
|
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
|
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
"do_basic_tokenize": true,
|