Upload folder using huggingface_hub
Browse files- config.json +2 -2
- decoder_model_quantized.onnx +2 -2
- decoder_with_past_model_quantized.onnx +2 -2
- encoder_model_quantized.onnx +2 -2
- ort_config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/tmp/
|
3 |
"activation_dropout": 0.1,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
@@ -69,7 +69,7 @@
|
|
69 |
},
|
70 |
"tokenizer_class": "BertTokenizer",
|
71 |
"torch_dtype": "float32",
|
72 |
-
"transformers_version": "4.
|
73 |
"use_cache": true,
|
74 |
"vocab_size": 51371
|
75 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/tmp/tmp0cm1x5uv",
|
3 |
"activation_dropout": 0.1,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
|
|
69 |
},
|
70 |
"tokenizer_class": "BertTokenizer",
|
71 |
"torch_dtype": "float32",
|
72 |
+
"transformers_version": "4.38.2",
|
73 |
"use_cache": true,
|
74 |
"vocab_size": 51371
|
75 |
}
|
decoder_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:f758f4ca79c89de77dd8ab58232399db960e075a04787a74b72c3a9dd0cd522c
|
3 |
+
size 137423351
|
decoder_with_past_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:0359128369b0b1c51152bb9bc2648cff3511beda5092ee33dbc8e010d467e7f0
|
3 |
+
size 130229384
|
encoder_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:7352d7a8deec8bf4943dbdb4283576f3fbdf2c72cdc83fc9d8f17b8324a7cd1e
|
3 |
+
size 83192915
|
ort_config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"one_external_file": true,
|
3 |
"opset": null,
|
4 |
"optimization": {},
|
5 |
-
"optimum_version": "1.
|
6 |
"quantization": {
|
7 |
"activations_dtype": "QUInt8",
|
8 |
"activations_symmetric": false,
|
@@ -30,6 +30,6 @@
|
|
30 |
"weights_dtype": "QUInt8",
|
31 |
"weights_symmetric": true
|
32 |
},
|
33 |
-
"transformers_version": "4.
|
34 |
"use_external_data_format": false
|
35 |
}
|
|
|
2 |
"one_external_file": true,
|
3 |
"opset": null,
|
4 |
"optimization": {},
|
5 |
+
"optimum_version": "1.17.1",
|
6 |
"quantization": {
|
7 |
"activations_dtype": "QUInt8",
|
8 |
"activations_symmetric": false,
|
|
|
30 |
"weights_dtype": "QUInt8",
|
31 |
"weights_symmetric": true
|
32 |
},
|
33 |
+
"transformers_version": "4.38.2",
|
34 |
"use_external_data_format": false
|
35 |
}
|