sneakyfree commited on
Commit
14c7e1b
·
verified ·
1 Parent(s): f957545

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