Adding OpenVINO file of this model
#1
by
echarlaix
HF staff
- opened
- config.json +2 -2
- openvino_model.bin +3 -0
- openvino_model.xml +0 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"XLMRobertaForSequenceClassification"
|
5 |
],
|
@@ -229,7 +229,7 @@
|
|
229 |
"position_embedding_type": "absolute",
|
230 |
"problem_type": "single_label_classification",
|
231 |
"torch_dtype": "float32",
|
232 |
-
"transformers_version": "4.
|
233 |
"type_vocab_size": 1,
|
234 |
"use_cache": true,
|
235 |
"vocab_size": 901629
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "juliensimon/xlm-v-base-language-id",
|
3 |
"architectures": [
|
4 |
"XLMRobertaForSequenceClassification"
|
5 |
],
|
|
|
229 |
"position_embedding_type": "absolute",
|
230 |
"problem_type": "single_label_classification",
|
231 |
"torch_dtype": "float32",
|
232 |
+
"transformers_version": "4.27.2",
|
233 |
"type_vocab_size": 1,
|
234 |
"use_cache": true,
|
235 |
"vocab_size": 901629
|
openvino_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de8fa132f31d801686d4761889c5f587b526e95f781aa4f63f5353b1e4f93379
|
3 |
+
size 3114290752
|
openvino_model.xml
ADDED
The diff for this file is too large to render.
See raw diff
|
|