sneakyfree commited on
Commit
9fab9cb
·
verified ·
1 Parent(s): 96457ac

clone from WindyWord/translate-fr-ee via local upload (ADR-039 Phase C)

Browse files
.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
+ herm0/source.spm filter=lfs diff=lfs merge=lfs -text
37
+ herm0/target.spm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - translation
5
+ - marian
6
+ - windyword
7
+ - french
8
+ - ewe
9
+ language:
10
+ - fr
11
+ - ee
12
+ library_name: transformers
13
+ pipeline_tag: translation
14
+ ---
15
+
16
+ # WindyWord.ai Translation — French → Ewe
17
+
18
+ **Translates French → Ewe.**
19
+
20
+ **Quality Rating: ⭐⭐⭐⭐⭐ (5.0★ Gold standard)**
21
+
22
+ Part of the [WindyWord.ai](https://windyword.ai) translation fleet — 1,800+ proprietary language pairs.
23
+
24
+ ## Quality & Pricing Tier
25
+
26
+ - **5-star rating:** 5.0★ ⭐⭐⭐⭐⭐
27
+ - **Tier:** Gold standard
28
+ - **Composite score:** ? / 100
29
+ - **Rated via:** Grand Rounds v2 — an 8-test stress battery (paragraphs, multi-paragraph, native input, domain stress, edge cases, round-trip fidelity, speed, and consistency checks)
30
+
31
+ ## Available Variants
32
+
33
+ This repository contains multiple deployment formats. Pick the one that matches your use case:
34
+
35
+ | Variant | Description |
36
+ |---|---|
37
+ | `herm0/` | **WindyEnhanced** — deep fine-tuned on OPUS-100, Tatoeba, and WikiMatrix parallel corpora. Measurably higher translation quality on supported pairs. |
38
+ | `herm0-ct2-int8/` | **WindyEnhanced · CPU INT8** — CTranslate2 quantized WindyEnhanced. Premium quality, CPU-efficient. |
39
+
40
+ ### Quick usage
41
+
42
+ **Transformers (PyTorch):**
43
+ ```python
44
+ from transformers import MarianMTModel, MarianTokenizer
45
+ tokenizer = MarianTokenizer.from_pretrained("WindyWord/translate-fr-ee", subfolder="herm0")
46
+ model = MarianMTModel.from_pretrained("WindyWord/translate-fr-ee", subfolder="herm0")
47
+ ```
48
+
49
+ **CTranslate2 (fast CPU inference):**
50
+ ```python
51
+ import ctranslate2
52
+ translator = ctranslate2.Translator("path/to/translate-fr-ee/herm0-ct2-int8")
53
+ ```
54
+
55
+ ## Commercial Use
56
+
57
+ The WindyWord.ai platform provides:
58
+ - **Mobile apps** (iOS, Android — coming soon)
59
+ - **Real-time voice-to-text-to-translation** pipeline
60
+ - **API access** with premium model quality
61
+ - **Offline deployment** support
62
+
63
+ Visit [windyword.ai](https://windyword.ai) for apps and commercial API access.
64
+
65
+ ---
66
+
67
+ ## Provenance & License
68
+
69
+ Weights derived from the OPUS-MT project ([Helsinki-NLP/opus-mt-fr-ee](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ee)) under CC-BY-4.0. WindyStandard, WindyEnhanced, and WindyScripture variants are proprietary to WindyWord.ai, independently trained and quality-certified via our Grand Rounds v2 test battery.
70
+
71
+ Licensed CC-BY-4.0 — attribution preserved as required.
72
+
73
+ *Certified by Opus 4.6 Opus-Claw (Dr. C) on Veron-1 (RTX 5090).*
74
+ *Patient file: [clinic record](https://github.com/sneakyfree/Windy-Clinic/blob/main/translation-pairs/fr-ee.json)*
herm0-ct2-int8/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-int8/model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28463989cb821180446c8ed6d7d7462d035934e499fb915894eae07e23891b5f
3
+ size 77080475
herm0-ct2-int8/shared_vocabulary.json ADDED
The diff for this file is too large to render. See raw diff
 
herm0/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/user1-gpu/Desktop/grants_folder/windy-pro/models/windy-pair-fr-ee/base",
3
+ "_num_labels": 3,
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "swish",
6
+ "add_bias_logits": false,
7
+ "add_final_layer_norm": false,
8
+ "architectures": [
9
+ "MarianMTModel"
10
+ ],
11
+ "attention_dropout": 0.0,
12
+ "bos_token_id": 0,
13
+ "classif_dropout": 0.0,
14
+ "classifier_dropout": 0.0,
15
+ "d_model": 512,
16
+ "decoder_attention_heads": 8,
17
+ "decoder_ffn_dim": 2048,
18
+ "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 6,
20
+ "decoder_start_token_id": 60217,
21
+ "decoder_vocab_size": 60218,
22
+ "dropout": 0.1,
23
+ "encoder_attention_heads": 8,
24
+ "encoder_ffn_dim": 2048,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 6,
27
+ "eos_token_id": 0,
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": 60217,
49
+ "scale_embedding": true,
50
+ "share_encoder_decoder_embeddings": true,
51
+ "static_position_embeddings": true,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.45.1",
54
+ "use_cache": true,
55
+ "vocab_size": 60218
56
+ }
herm0/generation_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bad_words_ids": [
3
+ [
4
+ 60217
5
+ ]
6
+ ],
7
+ "bos_token_id": 0,
8
+ "decoder_start_token_id": 60217,
9
+ "eos_token_id": 0,
10
+ "forced_eos_token_id": 0,
11
+ "max_length": 512,
12
+ "num_beams": 4,
13
+ "pad_token_id": 60217,
14
+ "renormalize_logits": true,
15
+ "transformers_version": "4.45.1"
16
+ }
herm0/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a25d05c20c57a615776732c89a7b6dea96c13f42cd330e34fd70a4f737579d9
3
+ size 300150376
herm0/source.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed40ddcccdb9aa54fd70baa52b9a030ce296d588c152d3c4057f80deaa561a9c
3
+ size 844820
herm0/special_tokens_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "eos_token": "</s>",
3
+ "pad_token": "<pad>",
4
+ "unk_token": "<unk>"
5
+ }
herm0/target.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:831bdc7e63e18750030735cb5116a0957bd5e9c2f5f92dba2e249376b0cdab98
3
+ size 831831
herm0/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
+ "60217": {
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": "fr",
34
+ "sp_model_kwargs": {},
35
+ "target_lang": "ee",
36
+ "tokenizer_class": "MarianTokenizer",
37
+ "unk_token": "<unk>"
38
+ }
herm0/vocab.json ADDED
The diff for this file is too large to render. See raw diff