Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- config.json +5 -8
- generation_config.json +1 -1
- onnx/decoder_model.onnx +2 -2
- onnx/decoder_model_fp16.onnx +2 -2
- onnx/decoder_model_merged.onnx +2 -2
- onnx/decoder_model_merged_fp16.onnx +2 -2
- onnx/decoder_with_past_model.onnx +2 -2
- onnx/decoder_with_past_model_fp16.onnx +2 -2
- onnx/encoder_model.onnx +2 -2
- onnx/encoder_model_fp16.onnx +2 -2
- quantize_config.json +3 -8
- source.spm +0 -0
- target.spm +0 -0
- tokenizer_config.json +2 -1
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
source.spm filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
target.spm filter=lfs diff=lfs merge=lfs -text
|
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"_name_or_path": "Helsinki-NLP/opus-mt-es-en",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "swish",
|
|
@@ -8,11 +9,6 @@
|
|
| 8 |
"MarianMTModel"
|
| 9 |
],
|
| 10 |
"attention_dropout": 0.0,
|
| 11 |
-
"bad_words_ids": [
|
| 12 |
-
[
|
| 13 |
-
65000
|
| 14 |
-
]
|
| 15 |
-
],
|
| 16 |
"bos_token_id": 0,
|
| 17 |
"classif_dropout": 0.0,
|
| 18 |
"classifier_dropout": 0.0,
|
|
@@ -44,18 +40,19 @@
|
|
| 44 |
"LABEL_1": 1,
|
| 45 |
"LABEL_2": 2
|
| 46 |
},
|
| 47 |
-
"max_length":
|
| 48 |
"max_position_embeddings": 512,
|
| 49 |
"model_type": "marian",
|
| 50 |
"normalize_before": false,
|
| 51 |
"normalize_embedding": false,
|
| 52 |
-
"num_beams":
|
| 53 |
"num_hidden_layers": 6,
|
| 54 |
"pad_token_id": 65000,
|
| 55 |
"scale_embedding": true,
|
| 56 |
"share_encoder_decoder_embeddings": true,
|
| 57 |
"static_position_embeddings": true,
|
| 58 |
-
"
|
|
|
|
| 59 |
"use_cache": true,
|
| 60 |
"vocab_size": 65001
|
| 61 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_attn_implementation_autoset": true,
|
| 3 |
"_name_or_path": "Helsinki-NLP/opus-mt-es-en",
|
| 4 |
"activation_dropout": 0.0,
|
| 5 |
"activation_function": "swish",
|
|
|
|
| 9 |
"MarianMTModel"
|
| 10 |
],
|
| 11 |
"attention_dropout": 0.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
"bos_token_id": 0,
|
| 13 |
"classif_dropout": 0.0,
|
| 14 |
"classifier_dropout": 0.0,
|
|
|
|
| 40 |
"LABEL_1": 1,
|
| 41 |
"LABEL_2": 2
|
| 42 |
},
|
| 43 |
+
"max_length": null,
|
| 44 |
"max_position_embeddings": 512,
|
| 45 |
"model_type": "marian",
|
| 46 |
"normalize_before": false,
|
| 47 |
"normalize_embedding": false,
|
| 48 |
+
"num_beams": null,
|
| 49 |
"num_hidden_layers": 6,
|
| 50 |
"pad_token_id": 65000,
|
| 51 |
"scale_embedding": true,
|
| 52 |
"share_encoder_decoder_embeddings": true,
|
| 53 |
"static_position_embeddings": true,
|
| 54 |
+
"torch_dtype": "float32",
|
| 55 |
+
"transformers_version": "4.49.0",
|
| 56 |
"use_cache": true,
|
| 57 |
"vocab_size": 65001
|
| 58 |
}
|
generation_config.json
CHANGED
|
@@ -12,5 +12,5 @@
|
|
| 12 |
"num_beams": 4,
|
| 13 |
"pad_token_id": 65000,
|
| 14 |
"renormalize_logits": true,
|
| 15 |
-
"transformers_version": "4.
|
| 16 |
}
|
|
|
|
| 12 |
"num_beams": 4,
|
| 13 |
"pad_token_id": 65000,
|
| 14 |
"renormalize_logits": true,
|
| 15 |
+
"transformers_version": "4.49.0"
|
| 16 |
}
|
onnx/decoder_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:e321a2e008d7494e5088ca79efd877b53fc9e9395c06cd626d4e3150da6054b8
|
| 3 |
+
size 235591974
|
onnx/decoder_model_fp16.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:fd669cef05832ce6e3921db634afb7a70cca400642fc951ecead40193fc3d5da
|
| 3 |
+
size 117929959
|
onnx/decoder_model_merged.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:f96ff688a518c7800e2baa90886737f035d10c14d9e4b209f314462663620d98
|
| 3 |
+
size 235912391
|
onnx/decoder_model_merged_fp16.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:6fac1a5b856392dce76a896ca222c239a3c8d0d5931284e3e0ccce0b96a9b6da
|
| 3 |
+
size 118278296
|
onnx/decoder_with_past_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:beabe02486b45c1490009fcfb8edcf165f6e11fd6a7572396eeabef91580b0ab
|
| 3 |
+
size 222916818
|
onnx/decoder_with_past_model_fp16.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:8561f235fbb79b4f48109aa393a3a5d227de03c51cc2d8b861d275c896013b54
|
| 3 |
+
size 111563179
|
onnx/encoder_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:fee8396bc1558afbcbee3f7c35a8fc4c92a6423e22b2d8e29f9371fe9e0a0bb0
|
| 3 |
+
size 209942461
|
onnx/encoder_model_fp16.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:b5867eec8e7713240923112113400ea9deefec996df46e6cfd978948a9f081f5
|
| 3 |
+
size 105028929
|
quantize_config.json
CHANGED
|
@@ -1,17 +1,12 @@
|
|
| 1 |
{
|
| 2 |
"modes": [
|
| 3 |
-
"fp16"
|
| 4 |
-
"q8",
|
| 5 |
-
"int8",
|
| 6 |
-
"uint8",
|
| 7 |
-
"q4",
|
| 8 |
-
"q4f16",
|
| 9 |
-
"bnb4"
|
| 10 |
],
|
| 11 |
"per_channel": true,
|
| 12 |
"reduce_range": true,
|
| 13 |
"block_size": null,
|
| 14 |
"is_symmetric": true,
|
| 15 |
"accuracy_level": null,
|
| 16 |
-
"quant_type": 1
|
|
|
|
| 17 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"modes": [
|
| 3 |
+
"fp16"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
],
|
| 5 |
"per_channel": true,
|
| 6 |
"reduce_range": true,
|
| 7 |
"block_size": null,
|
| 8 |
"is_symmetric": true,
|
| 9 |
"accuracy_level": null,
|
| 10 |
+
"quant_type": 1,
|
| 11 |
+
"op_block_list": null
|
| 12 |
}
|
source.spm
CHANGED
|
Binary files a/source.spm and b/source.spm differ
|
|
|
target.spm
CHANGED
|
Binary files a/target.spm and b/target.spm differ
|
|
|
tokenizer_config.json
CHANGED
|
@@ -25,8 +25,9 @@
|
|
| 25 |
"special": true
|
| 26 |
}
|
| 27 |
},
|
| 28 |
-
"clean_up_tokenization_spaces":
|
| 29 |
"eos_token": "</s>",
|
|
|
|
| 30 |
"model_max_length": 512,
|
| 31 |
"pad_token": "<pad>",
|
| 32 |
"separate_vocabs": false,
|
|
|
|
| 25 |
"special": true
|
| 26 |
}
|
| 27 |
},
|
| 28 |
+
"clean_up_tokenization_spaces": false,
|
| 29 |
"eos_token": "</s>",
|
| 30 |
+
"extra_special_tokens": {},
|
| 31 |
"model_max_length": 512,
|
| 32 |
"pad_token": "<pad>",
|
| 33 |
"separate_vocabs": false,
|