Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- PATIENT_FILE.md +26 -0
- ct2/config.json +55 -0
- ct2/generation_config.json +16 -0
- ct2/model.safetensors +3 -0
- ct2/pytorch_model_int8.bin.broken +3 -0
- ct2/source.spm +3 -0
- ct2/special_tokens_map.json +5 -0
- ct2/target.spm +3 -0
- ct2/tokenizer_config.json +38 -0
- ct2/vocab.json +0 -0
- herm0-ct2/config.json +10 -0
- herm0-ct2/model.bin +3 -0
- herm0-ct2/shared_vocabulary.json +0 -0
.gitattributes
CHANGED
|
@@ -39,3 +39,6 @@ lora/source.spm filter=lfs diff=lfs merge=lfs -text
|
|
| 39 |
lora/target.spm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
herm0/source.spm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
herm0/target.spm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
lora/target.spm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
herm0/source.spm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
herm0/target.spm filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
ct2/pytorch_model_int8.bin.broken filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
ct2/source.spm filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
ct2/target.spm filter=lfs diff=lfs merge=lfs -text
|
PATIENT_FILE.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Patient File: windy-pair-is-eo
|
| 2 |
+
**Created:** 2026-03-26T16:17:34.575912+00:00
|
| 3 |
+
**Fleet:** Windy Pro Translation Models
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
## INT8 Quantization — 2026-03-26T16:17:34.575912+00:00
|
| 7 |
+
**Doctor:** Dr. B (Herm Zero)
|
| 8 |
+
**Procedure:** CTranslate2 INT8 quantization of GOATIA/Herm0 improved model
|
| 9 |
+
**Source:** herm0/ (improved model)
|
| 10 |
+
**Output:** herm0-ct2/ (INT8 quantized)
|
| 11 |
+
**Status:** FAILED
|
| 12 |
+
**Error:** MarianMTModel.__init__() got an unexpected keyword argument 'dtype'
|
| 13 |
+
**Recommendation:** Investigate error, may need manual re-export
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
## INT8 Quantization — 2026-03-26T16:20:47.270128+00:00
|
| 17 |
+
**Doctor:** Dr. B (Herm Zero)
|
| 18 |
+
**Procedure:** CTranslate2 INT8 quantization of GOATIA/Herm0 improved model
|
| 19 |
+
**Source:** herm0/ (improved model)
|
| 20 |
+
**Output:** herm0-ct2/ (INT8 quantized)
|
| 21 |
+
**Status:** SUCCESS
|
| 22 |
+
**Original size:** 183.8 MB
|
| 23 |
+
**INT8 size:** 47.5 MB
|
| 24 |
+
**Compression:** 3.87x
|
| 25 |
+
**Load test:** passed
|
| 26 |
+
**Recommendation:** INT8 variant ready for production deployment
|
ct2/config.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation_dropout": 0.0,
|
| 3 |
+
"activation_function": "swish",
|
| 4 |
+
"add_bias_logits": false,
|
| 5 |
+
"add_final_layer_norm": false,
|
| 6 |
+
"architectures": [
|
| 7 |
+
"MarianMTModel"
|
| 8 |
+
],
|
| 9 |
+
"attention_dropout": 0.0,
|
| 10 |
+
"bos_token_id": 0,
|
| 11 |
+
"classif_dropout": 0.0,
|
| 12 |
+
"classifier_dropout": 0.0,
|
| 13 |
+
"d_model": 512,
|
| 14 |
+
"decoder_attention_heads": 8,
|
| 15 |
+
"decoder_ffn_dim": 2048,
|
| 16 |
+
"decoder_layerdrop": 0.0,
|
| 17 |
+
"decoder_layers": 6,
|
| 18 |
+
"decoder_start_token_id": 7501,
|
| 19 |
+
"decoder_vocab_size": 7502,
|
| 20 |
+
"dropout": 0.1,
|
| 21 |
+
"dtype": "float32",
|
| 22 |
+
"encoder_attention_heads": 8,
|
| 23 |
+
"encoder_ffn_dim": 2048,
|
| 24 |
+
"encoder_layerdrop": 0.0,
|
| 25 |
+
"encoder_layers": 6,
|
| 26 |
+
"eos_token_id": 0,
|
| 27 |
+
"extra_pos_embeddings": 7502,
|
| 28 |
+
"forced_eos_token_id": 0,
|
| 29 |
+
"id2label": {
|
| 30 |
+
"0": "LABEL_0",
|
| 31 |
+
"1": "LABEL_1",
|
| 32 |
+
"2": "LABEL_2"
|
| 33 |
+
},
|
| 34 |
+
"init_std": 0.02,
|
| 35 |
+
"is_encoder_decoder": true,
|
| 36 |
+
"label2id": {
|
| 37 |
+
"LABEL_0": 0,
|
| 38 |
+
"LABEL_1": 1,
|
| 39 |
+
"LABEL_2": 2
|
| 40 |
+
},
|
| 41 |
+
"max_length": null,
|
| 42 |
+
"max_position_embeddings": 512,
|
| 43 |
+
"model_type": "marian",
|
| 44 |
+
"normalize_before": false,
|
| 45 |
+
"normalize_embedding": false,
|
| 46 |
+
"num_beams": null,
|
| 47 |
+
"num_hidden_layers": 6,
|
| 48 |
+
"pad_token_id": 7501,
|
| 49 |
+
"scale_embedding": true,
|
| 50 |
+
"share_encoder_decoder_embeddings": true,
|
| 51 |
+
"static_position_embeddings": true,
|
| 52 |
+
"transformers_version": "4.57.3",
|
| 53 |
+
"use_cache": true,
|
| 54 |
+
"vocab_size": 7502
|
| 55 |
+
}
|
ct2/generation_config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bad_words_ids": [
|
| 3 |
+
[
|
| 4 |
+
7501
|
| 5 |
+
]
|
| 6 |
+
],
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"decoder_start_token_id": 7501,
|
| 9 |
+
"eos_token_id": 0,
|
| 10 |
+
"forced_eos_token_id": 0,
|
| 11 |
+
"max_length": 512,
|
| 12 |
+
"num_beams": 6,
|
| 13 |
+
"pad_token_id": 7501,
|
| 14 |
+
"renormalize_logits": true,
|
| 15 |
+
"transformers_version": "4.57.3"
|
| 16 |
+
}
|
ct2/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:980184e435469d60f8a2623707bdbfdefe73c022948b574ba6ca2b7f66c4e9ab
|
| 3 |
+
size 191977136
|
ct2/pytorch_model_int8.bin.broken
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28bc119079d7b09a686357607171750cb9cc25e81c84fa3fcf5ce0d713577d0b
|
| 3 |
+
size 65922570
|
ct2/source.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51a5ad1e836e06c34ab3c4e818d5e4e7cb7159ae63a2932dbd9007cac4e601d1
|
| 3 |
+
size 303988
|
ct2/special_tokens_map.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eos_token": "</s>",
|
| 3 |
+
"pad_token": "<pad>",
|
| 4 |
+
"unk_token": "<unk>"
|
| 5 |
+
}
|
ct2/target.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9ab02ecc63d921c41ae6382a55c6670fa88c5dd1dfb035ee754347dc318fb89
|
| 3 |
+
size 304111
|
ct2/tokenizer_config.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"0": {
|
| 4 |
+
"content": "</s>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"1": {
|
| 12 |
+
"content": "<unk>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"7501": {
|
| 20 |
+
"content": "<pad>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
}
|
| 27 |
+
},
|
| 28 |
+
"clean_up_tokenization_spaces": false,
|
| 29 |
+
"eos_token": "</s>",
|
| 30 |
+
"model_max_length": 512,
|
| 31 |
+
"pad_token": "<pad>",
|
| 32 |
+
"separate_vocabs": false,
|
| 33 |
+
"source_lang": "isl",
|
| 34 |
+
"sp_model_kwargs": {},
|
| 35 |
+
"target_lang": "epo",
|
| 36 |
+
"tokenizer_class": "MarianTokenizer",
|
| 37 |
+
"unk_token": "<unk>"
|
| 38 |
+
}
|
ct2/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
herm0-ct2/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_source_bos": false,
|
| 3 |
+
"add_source_eos": false,
|
| 4 |
+
"bos_token": "<s>",
|
| 5 |
+
"decoder_start_token": "</s>",
|
| 6 |
+
"eos_token": "</s>",
|
| 7 |
+
"layer_norm_epsilon": null,
|
| 8 |
+
"multi_query_attention": false,
|
| 9 |
+
"unk_token": "<unk>"
|
| 10 |
+
}
|
herm0-ct2/model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3615d9705453750600a77459b1a388de3669a93c8bd8e3173bbe00b6c6087fba
|
| 3 |
+
size 49668155
|
herm0-ct2/shared_vocabulary.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|