working
Browse files- config.json +3 -3
- 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": "
|
3 |
"architectures": [
|
4 |
"VisionEncoderDecoderModel"
|
5 |
],
|
@@ -184,6 +184,6 @@
|
|
184 |
"is_encoder_decoder": true,
|
185 |
"model_type": "vision-encoder-decoder",
|
186 |
"tie_word_embeddings": false,
|
187 |
-
"
|
188 |
-
"
|
189 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "onnx-nougat-small-opset17",
|
3 |
"architectures": [
|
4 |
"VisionEncoderDecoderModel"
|
5 |
],
|
|
|
184 |
"is_encoder_decoder": true,
|
185 |
"model_type": "vision-encoder-decoder",
|
186 |
"tie_word_embeddings": false,
|
187 |
+
"transformers_version": "4.38.1",
|
188 |
+
"use_cache": true
|
189 |
}
|
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:a8e53e78f218278375c6e39f3bdd3c40d19ca6790a2015c670998fc275840ff7
|
3 |
+
size 174345955
|
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:07fcc7dba6cf8cc6c7c10601017a36ae314f87c79389b8141fb1f56f7f0e1b49
|
3 |
+
size 165825900
|
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:6bec906871770afe111f0f3474bd5cb143cfd7f659c242431ee5431be580684d
|
3 |
+
size 82052587
|
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": "QInt8",
|
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.18.0.dev0",
|
6 |
"quantization": {
|
7 |
"activations_dtype": "QUInt8",
|
8 |
"activations_symmetric": false,
|
|
|
30 |
"weights_dtype": "QInt8",
|
31 |
"weights_symmetric": true
|
32 |
},
|
33 |
+
"transformers_version": "4.38.1",
|
34 |
"use_external_data_format": false
|
35 |
}
|