Reconvert
#1
by
LLukas22
- opened
- config.json +2 -3
- model.onnx +2 -2
- model.onnx.data +3 -0
- ort_config.json +2 -0
- tokenizer.json +2 -2
config.json
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"_name_or_path": "multilingual-e5-large-xnli-anli",
|
4 |
"architectures": [
|
5 |
"XLMRobertaForSequenceClassification"
|
6 |
],
|
@@ -32,7 +31,7 @@
|
|
32 |
"pad_token_id": 1,
|
33 |
"position_embedding_type": "absolute",
|
34 |
"problem_type": "single_label_classification",
|
35 |
-
"transformers_version": "4.
|
36 |
"type_vocab_size": 1,
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 250002
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "onnx",
|
|
|
3 |
"architectures": [
|
4 |
"XLMRobertaForSequenceClassification"
|
5 |
],
|
|
|
31 |
"pad_token_id": 1,
|
32 |
"position_embedding_type": "absolute",
|
33 |
"problem_type": "single_label_classification",
|
34 |
+
"transformers_version": "4.37.2",
|
35 |
"type_vocab_size": 1,
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 250002
|
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:57e1721e85572119e9f2bf4593633dab9b731d12cc8dc8f9b19237e095bfb7a9
|
3 |
+
size 357884
|
model.onnx.data
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a5c6550d5f605bcf83d6e4d1178f982cd4932df1a776ba79c30509e35e7ec80
|
3 |
+
size 2239578128
|
ort_config.json
CHANGED
@@ -32,6 +32,8 @@
|
|
32 |
"use_multi_head_attention": false,
|
33 |
"use_raw_attention_mask": false
|
34 |
},
|
|
|
35 |
"quantization": {},
|
|
|
36 |
"use_external_data_format": true
|
37 |
}
|
|
|
32 |
"use_multi_head_attention": false,
|
33 |
"use_raw_attention_mask": false
|
34 |
},
|
35 |
+
"optimum_version": "1.16.2",
|
36 |
"quantization": {},
|
37 |
+
"transformers_version": "4.37.2",
|
38 |
"use_external_data_format": true
|
39 |
}
|
tokenizer.json
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:9a4661b2cb6b8a1007906509fe18cbfbc03062a086102bf7b80cfedb80f16c37
|
3 |
+
size 17082854
|