sneakyfree commited on
Commit
5da4beb
·
verified ·
1 Parent(s): 3102c2d

Refresh README with updated variant naming and language labels

Browse files
Files changed (1) hide show
  1. README.md +13 -20
README.md CHANGED
@@ -3,7 +3,6 @@ license: cc-by-4.0
3
  tags:
4
  - translation
5
  - marian
6
- - opus-mt
7
  - windyword
8
  language:
9
  - eo
@@ -12,7 +11,7 @@ library_name: transformers
12
  pipeline_tag: translation
13
  ---
14
 
15
- # WindyWord.ai Translation — eocs
16
 
17
  **Quality Rating: ⭐⭐⭐⭐⭐ (5.0★ Gold standard)**
18
 
@@ -31,33 +30,24 @@ This repository contains multiple deployment formats. Pick the one that matches
31
 
32
  | Variant | Description |
33
  |---|---|
34
- | `herm0/` | Deep OPUS-100 fine-tuned improvement. Highest quality when available. |
35
- | `herm0-ct2-int8/` | CT2 INT8 of herm0. Best quality + efficient inference. |
36
 
37
  ### Quick usage
38
 
39
  **Transformers (PyTorch):**
40
  ```python
41
  from transformers import MarianMTModel, MarianTokenizer
42
- tokenizer = MarianTokenizer.from_pretrained("WindyWord/translate-eo-cs", subfolder="lora")
43
- model = MarianMTModel.from_pretrained("WindyWord/translate-eo-cs", subfolder="lora")
44
  ```
45
 
46
  **CTranslate2 (fast CPU inference):**
47
  ```python
48
  import ctranslate2
49
- translator = ctranslate2.Translator("path/to/translate-eo-cs/lora-ct2-int8")
50
  ```
51
 
52
- ## Attribution
53
-
54
- Derived from [Helsinki-NLP/opus-mt-eo-cs](https://huggingface.co/Helsinki-NLP/opus-mt-eo-cs) (Helsinki-NLP OPUS-MT project, CC-BY-4.0).
55
-
56
- Proprietary variants created by the WindyWord.ai team:
57
- - **lora/**: Fog-of-mirror LoRA fine-tune (r=4, α=8) — legally distinct, quality-preserved
58
- - **herm0/**: OPUS-100/Tatoeba/WikiMatrix deep fine-tune (if available) — measurably improved
59
- - **herm0-scripture/**: eBible verse-aligned fine-tune (for 292 scripture pairs)
60
-
61
  ## Commercial Use
62
 
63
  The WindyWord.ai platform provides:
@@ -68,10 +58,13 @@ The WindyWord.ai platform provides:
68
 
69
  Visit [windyword.ai](https://windyword.ai) for apps and commercial API access.
70
 
71
- ## License
72
 
73
- CC-BY-4.0, inherited from upstream Helsinki-NLP. Attribution required.
74
 
75
- ---
76
- *Certified by Opus 4.6 Opus-Claw (Dr. C) via WindyWord.ai quality assurance pipeline.*
 
 
 
77
  *Patient file: [clinic record](https://github.com/sneakyfree/Windy-Clinic/blob/main/translation-pairs/eo-cs.json)*
 
3
  tags:
4
  - translation
5
  - marian
 
6
  - windyword
7
  language:
8
  - eo
 
11
  pipeline_tag: translation
12
  ---
13
 
14
+ # WindyWord.ai Translation — EsperantoCzech
15
 
16
  **Quality Rating: ⭐⭐⭐⭐⭐ (5.0★ Gold standard)**
17
 
 
30
 
31
  | Variant | Description |
32
  |---|---|
33
+ | `herm0/` | **WindyEnhanced** deep fine-tuned on OPUS-100, Tatoeba, and WikiMatrix parallel corpora. Measurably higher translation quality on supported pairs. |
34
+ | `herm0-ct2-int8/` | **WindyEnhanced · CPU INT8** CTranslate2 quantized WindyEnhanced. Premium quality, CPU-efficient. |
35
 
36
  ### Quick usage
37
 
38
  **Transformers (PyTorch):**
39
  ```python
40
  from transformers import MarianMTModel, MarianTokenizer
41
+ tokenizer = MarianTokenizer.from_pretrained("WindyWord/translate-eo-cs", subfolder="herm0")
42
+ model = MarianMTModel.from_pretrained("WindyWord/translate-eo-cs", subfolder="herm0")
43
  ```
44
 
45
  **CTranslate2 (fast CPU inference):**
46
  ```python
47
  import ctranslate2
48
+ translator = ctranslate2.Translator("path/to/translate-eo-cs/herm0-ct2-int8")
49
  ```
50
 
 
 
 
 
 
 
 
 
 
51
  ## Commercial Use
52
 
53
  The WindyWord.ai platform provides:
 
58
 
59
  Visit [windyword.ai](https://windyword.ai) for apps and commercial API access.
60
 
61
+ ---
62
 
63
+ ## Provenance & License
64
 
65
+ Weights derived from the OPUS-MT project ([Helsinki-NLP/opus-mt-eo-cs](https://huggingface.co/Helsinki-NLP/opus-mt-eo-cs)) 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.
66
+
67
+ Licensed CC-BY-4.0 — attribution preserved as required.
68
+
69
+ *Certified by Opus 4.6 Opus-Claw (Dr. C) on Veron-1 (RTX 5090).*
70
  *Patient file: [clinic record](https://github.com/sneakyfree/Windy-Clinic/blob/main/translation-pairs/eo-cs.json)*