sneakyfree commited on
Commit
a51add6
·
verified ·
1 Parent(s): c349c54

Refresh README with updated variant naming and language labels

Browse files
Files changed (1) hide show
  1. README.md +10 -17
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
  - en
@@ -12,7 +11,7 @@ library_name: transformers
12
  pipeline_tag: translation
13
  ---
14
 
15
- # WindyWord.ai Translation — encpp
16
 
17
  **Quality Rating: ⭐⭐⭐⭐½ (4.5★ Premium)**
18
 
@@ -31,8 +30,8 @@ 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
 
37
  ### Quick usage
38
 
@@ -49,15 +48,6 @@ import ctranslate2
49
  translator = ctranslate2.Translator("path/to/translate-en-cpp/lora-ct2-int8")
50
  ```
51
 
52
- ## Attribution
53
-
54
- Derived from [Helsinki-NLP/opus-mt-en-cpp](https://huggingface.co/Helsinki-NLP/opus-mt-en-cpp) (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/en-cpp.json)*
 
3
  tags:
4
  - translation
5
  - marian
 
6
  - windyword
7
  language:
8
  - en
 
11
  pipeline_tag: translation
12
  ---
13
 
14
+ # WindyWord.ai Translation — EnglishPortuguese-based Creole
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
 
36
  ### Quick usage
37
 
 
48
  translator = ctranslate2.Translator("path/to/translate-en-cpp/lora-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-en-cpp](https://huggingface.co/Helsinki-NLP/opus-mt-en-cpp)) 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/en-cpp.json)*