Upload folder using huggingface_hub
Browse files- config.json +1 -1
- decoder_model.onnx +3 -0
- decoder_with_past_model.onnx +3 -0
- encoder_model.onnx +3 -0
- generation_config.json +7 -0
config.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
| 26 |
"relative_attention_max_distance": 128,
|
| 27 |
"relative_attention_num_buckets": 32,
|
| 28 |
"tie_word_embeddings": false,
|
| 29 |
-
"transformers_version": "4.57.
|
| 30 |
"use_cache": true,
|
| 31 |
"vocab_size": 32100
|
| 32 |
}
|
|
|
|
| 26 |
"relative_attention_max_distance": 128,
|
| 27 |
"relative_attention_num_buckets": 32,
|
| 28 |
"tie_word_embeddings": false,
|
| 29 |
+
"transformers_version": "4.57.6",
|
| 30 |
"use_cache": true,
|
| 31 |
"vocab_size": 32100
|
| 32 |
}
|
decoder_model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88eca8ec7b6851307bc1f529aef4d91d16628594a905a80d90f676868441dda0
|
| 3 |
+
size 1899772475
|
decoder_with_past_model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de52f72025365f7b20fff956a6aba0739c758596f46d4096e3ad22c7fdaf031f
|
| 3 |
+
size 1698374979
|
encoder_model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f85005973bab0025145b4f74500614b23725c0dc986a2c359da10f6012f707a
|
| 3 |
+
size 1365181498
|
generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"decoder_start_token_id": 0,
|
| 4 |
+
"eos_token_id": 1,
|
| 5 |
+
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "4.57.6"
|
| 7 |
+
}
|