sneakyfree commited on
Commit
4c8ec66
·
verified ·
1 Parent(s): 78b5e7c

Refresh README with updated variant naming and language labels

Browse files
Files changed (1) hide show
  1. README.md +12 -19
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
  - ro
@@ -12,7 +11,7 @@ library_name: transformers
12
  pipeline_tag: translation
13
  ---
14
 
15
- # WindyWord.ai Translation — roeo
16
 
17
  **Quality Rating: ⭐⭐⭐⭐½ (4.5★ Premium)**
18
 
@@ -31,10 +30,10 @@ This repository contains multiple deployment formats. Pick the one that matches
31
 
32
  | Variant | Description |
33
  |---|---|
34
- | `lora/` | Proprietary fog-of-mirror fork. Safe baseline, quality Helsinki-NLP original. |
35
- | `lora-ct2-int8/` | CT2 INT8 quantized lora. ~25% of size, 2-4× faster CPU inference, no quality loss. |
36
- | `herm0-scripture/` | eBible verse-aligned fine-tune. Specialized for biblical text; NOT recommended for general translation. |
37
- | `scripture-ct2-int8/` | CT2 INT8 of scripture variant. |
38
 
39
  ### Quick usage
40
 
@@ -51,15 +50,6 @@ import ctranslate2
51
  translator = ctranslate2.Translator("path/to/translate-ro-eo/lora-ct2-int8")
52
  ```
53
 
54
- ## Attribution
55
-
56
- Derived from [Helsinki-NLP/opus-mt-ro-eo](https://huggingface.co/Helsinki-NLP/opus-mt-ro-eo) (Helsinki-NLP OPUS-MT project, CC-BY-4.0).
57
-
58
- Proprietary variants created by the WindyWord.ai team:
59
- - **lora/**: Fog-of-mirror LoRA fine-tune (r=4, α=8) — legally distinct, quality-preserved
60
- - **herm0/**: OPUS-100/Tatoeba/WikiMatrix deep fine-tune (if available) — measurably improved
61
- - **herm0-scripture/**: eBible verse-aligned fine-tune (for 292 scripture pairs)
62
-
63
  ## Commercial Use
64
 
65
  The WindyWord.ai platform provides:
@@ -70,10 +60,13 @@ The WindyWord.ai platform provides:
70
 
71
  Visit [windyword.ai](https://windyword.ai) for apps and commercial API access.
72
 
73
- ## License
74
 
75
- CC-BY-4.0, inherited from upstream Helsinki-NLP. Attribution required.
76
 
77
- ---
78
- *Certified by Opus 4.6 Opus-Claw (Dr. C) via WindyWord.ai quality assurance pipeline.*
 
 
 
79
  *Patient file: [clinic record](https://github.com/sneakyfree/Windy-Clinic/blob/main/translation-pairs/ro-eo.json)*
 
3
  tags:
4
  - translation
5
  - marian
 
6
  - windyword
7
  language:
8
  - ro
 
11
  pipeline_tag: translation
12
  ---
13
 
14
+ # WindyWord.ai Translation — RomanianEsperanto
15
 
16
  **Quality Rating: ⭐⭐⭐⭐½ (4.5★ Premium)**
17
 
 
30
 
31
  | Variant | Description |
32
  |---|---|
33
+ | `lora/` | **WindyStandard** our proprietary production baseline. Stable, reliable, optimized for GPU inference. |
34
+ | `lora-ct2-int8/` | **WindyStandard · CPU INT8** — CTranslate2 quantized version of WindyStandard. ~25% of the size, 24× faster on CPU, no measurable quality loss. |
35
+ | `herm0-scripture/` | **WindyScripture** verse-aligned fine-tune on the eBible parallel corpus. Specialized for biblical text; not recommended for general translation. |
36
+ | `scripture-ct2-int8/` | **WindyScripture · CPU INT8** CTranslate2 quantized WindyScripture. |
37
 
38
  ### Quick usage
39
 
 
50
  translator = ctranslate2.Translator("path/to/translate-ro-eo/lora-ct2-int8")
51
  ```
52
 
 
 
 
 
 
 
 
 
 
53
  ## Commercial Use
54
 
55
  The WindyWord.ai platform provides:
 
60
 
61
  Visit [windyword.ai](https://windyword.ai) for apps and commercial API access.
62
 
63
+ ---
64
 
65
+ ## Provenance & License
66
 
67
+ Weights derived from the OPUS-MT project ([Helsinki-NLP/opus-mt-ro-eo](https://huggingface.co/Helsinki-NLP/opus-mt-ro-eo)) 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.
68
+
69
+ Licensed CC-BY-4.0 — attribution preserved as required.
70
+
71
+ *Certified by Opus 4.6 Opus-Claw (Dr. C) on Veron-1 (RTX 5090).*
72
  *Patient file: [clinic record](https://github.com/sneakyfree/Windy-Clinic/blob/main/translation-pairs/ro-eo.json)*