sneakyfree commited on
Commit
97a5ca3
·
verified ·
1 Parent(s): 9555e3e

Upload folder using huggingface_hub

Browse files
.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-pt-eo
2
+ **Created:** 2026-03-26T16:17:35.358835+00:00
3
+ **Fleet:** Windy Pro Translation Models
4
+
5
+
6
+ ## INT8 Quantization — 2026-03-26T16:17:35.358835+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:21:17.411210+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.3 MB
23
+ **INT8 size:** 47.4 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": 7245,
19
+ "decoder_vocab_size": 7246,
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": 7246,
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": 7245,
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": 7246
55
+ }
ct2/generation_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bad_words_ids": [
3
+ [
4
+ 7245
5
+ ]
6
+ ],
7
+ "bos_token_id": 0,
8
+ "decoder_start_token_id": 7245,
9
+ "eos_token_id": 0,
10
+ "forced_eos_token_id": 0,
11
+ "max_length": 512,
12
+ "num_beams": 6,
13
+ "pad_token_id": 7245,
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:dffe0f1d3a7372404a86952eabed069e3134cee7af7043c805282dd76d1221ab
3
+ size 191451824
ct2/pytorch_model_int8.bin.broken ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:631be5ad99b1f46dea074c3be7ed034c6a7994757dbc2d4a0750b048338ad6a5
3
+ size 65266186
ct2/source.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a7b17f9bda76a8ec5e294e84434b7ef69189c806397634a2d06389ad36ce850
3
+ size 305974
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:50d6bbb8065298d1e2187037975f6a0e3a9988b704ec53d1536723b6d58dd1c6
3
+ size 302824
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
+ "7245": {
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": "por",
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:36471c6b7ab6794ec5d1fe500bb15c669c0f61f6f471563e1162c26e79d33a7a
3
+ size 49535035
herm0-ct2/shared_vocabulary.json ADDED
The diff for this file is too large to render. See raw diff