Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- PATIENT_FILE.md +26 -0
- ct2/config.json +55 -0
- ct2/generation_config.json +16 -0
- ct2/model.safetensors +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,5 @@ 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/source.spm filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
ct2/target.spm filter=lfs diff=lfs merge=lfs -text
|
PATIENT_FILE.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Patient File: windy-pair-eo-fi
|
| 2 |
+
**Created:** 2026-03-26T16:17:34.064624+00:00
|
| 3 |
+
**Fleet:** Windy Pro Translation Models
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
## INT8 Quantization — 2026-03-26T16:17:34.064624+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:13.125623+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.7 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": 7438,
|
| 19 |
+
"decoder_vocab_size": 7439,
|
| 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": 7439,
|
| 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": 7438,
|
| 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": 7439
|
| 55 |
+
}
|
ct2/generation_config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bad_words_ids": [
|
| 3 |
+
[
|
| 4 |
+
7438
|
| 5 |
+
]
|
| 6 |
+
],
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"decoder_start_token_id": 7438,
|
| 9 |
+
"eos_token_id": 0,
|
| 10 |
+
"forced_eos_token_id": 0,
|
| 11 |
+
"max_length": 512,
|
| 12 |
+
"num_beams": 4,
|
| 13 |
+
"pad_token_id": 7438,
|
| 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:e0bb2a49bb58506f5cdf85370c5a30fcab72a8f8ca07d0142a2c65d4fe35b86e
|
| 3 |
+
size 191847860
|
ct2/source.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56011b03d95bb53c6f723bc16aca766c5c243c3555862f90920bcd6987bf79ac
|
| 3 |
+
size 303426
|
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:8f6841854f983d09d33d55b079910fc1a406027958de47e5a65ca561d305d97f
|
| 3 |
+
size 305441
|
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 |
+
"7438": {
|
| 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": "epo",
|
| 34 |
+
"sp_model_kwargs": {},
|
| 35 |
+
"target_lang": "fin",
|
| 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:972ea06d41a9b9a1af21c0aadd03efe79ecad3ef76bc739dbb9a47dac793c6f0
|
| 3 |
+
size 49635395
|
herm0-ct2/shared_vocabulary.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|