sneakyfree commited on
Commit
de18c79
·
verified ·
1 Parent(s): 0b17262

Refresh README with updated variant naming and language labels

Browse files
Files changed (1) hide show
  1. README.md +10 -18
README.md CHANGED
@@ -3,16 +3,14 @@ license: cc-by-4.0
3
  tags:
4
  - translation
5
  - marian
6
- - opus-mt
7
  - windyword
8
  language:
9
- - tc
10
  - itc
11
  library_name: transformers
12
  pipeline_tag: translation
13
  ---
14
 
15
- # WindyWord.ai Translation — tcitc
16
 
17
  **Quality Rating: ⭐⭐½ (2.5★ Basic)**
18
 
@@ -31,8 +29,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 +47,6 @@ import ctranslate2
49
  translator = ctranslate2.Translator("path/to/translate-tc-big-itc-itc/lora-ct2-int8")
50
  ```
51
 
52
- ## Attribution
53
-
54
- Derived from [Helsinki-NLP/opus-mt-tc-big-itc-itc](https://huggingface.co/Helsinki-NLP/opus-mt-tc-big-itc-itc) (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 +57,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/tc-big-itc-itc.json)*
 
3
  tags:
4
  - translation
5
  - marian
 
6
  - windyword
7
  language:
 
8
  - itc
9
  library_name: transformers
10
  pipeline_tag: translation
11
  ---
12
 
13
+ # WindyWord.ai Translation — ItalicItalic
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
 
35
  ### Quick usage
36
 
 
47
  translator = ctranslate2.Translator("path/to/translate-tc-big-itc-itc/lora-ct2-int8")
48
  ```
49
 
 
 
 
 
 
 
 
 
 
50
  ## Commercial Use
51
 
52
  The WindyWord.ai platform provides:
 
57
 
58
  Visit [windyword.ai](https://windyword.ai) for apps and commercial API access.
59
 
60
+ ---
61
 
62
+ ## Provenance & License
63
 
64
+ Weights derived from the OPUS-MT project ([Helsinki-NLP/opus-mt-tc-big-itc-itc](https://huggingface.co/Helsinki-NLP/opus-mt-tc-big-itc-itc)) 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.
65
+
66
+ Licensed CC-BY-4.0 — attribution preserved as required.
67
+
68
+ *Certified by Opus 4.6 Opus-Claw (Dr. C) on Veron-1 (RTX 5090).*
69
  *Patient file: [clinic record](https://github.com/sneakyfree/Windy-Clinic/blob/main/translation-pairs/tc-big-itc-itc.json)*