sneakyfree commited on
Commit
6ce7c7e
·
verified ·
1 Parent(s): ffe4517

Add model card

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - translation
5
+ - marian
6
+ - opus-mt
7
+ - windyword
8
+ language:
9
+ - en
10
+ - luo
11
+ library_name: transformers
12
+ pipeline_tag: translation
13
+ ---
14
+
15
+ # WindyWord.ai Translation — en → luo
16
+
17
+ **Quality Rating: ⭐⭐⭐⭐ (4.0★ Standard)**
18
+
19
+ Part of the [WindyWord.ai](https://windyword.ai) translation fleet — 1,800+ proprietary language pairs.
20
+
21
+ ## Quality & Pricing Tier
22
+
23
+ - **5-star rating:** 4.0★ ⭐⭐⭐⭐
24
+ - **Tier:** Standard
25
+ - **Composite score:** 74.7 / 100
26
+ - **Rated via:** Grand Rounds v2 — an 8-test stress battery (paragraphs, multi-paragraph, native input, domain stress, edge cases, round-trip fidelity, speed, and consistency checks)
27
+
28
+ ## Available Variants
29
+
30
+ This repository contains multiple deployment formats. Pick the one that matches your use case:
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
+
41
+ **Transformers (PyTorch):**
42
+ ```python
43
+ from transformers import MarianMTModel, MarianTokenizer
44
+ tokenizer = MarianTokenizer.from_pretrained("WindyWord/translate-en-luo", subfolder="lora")
45
+ model = MarianMTModel.from_pretrained("WindyWord/translate-en-luo", subfolder="lora")
46
+ ```
47
+
48
+ **CTranslate2 (fast CPU inference):**
49
+ ```python
50
+ import ctranslate2
51
+ translator = ctranslate2.Translator("path/to/translate-en-luo/lora-ct2-int8")
52
+ ```
53
+
54
+ ## Attribution
55
+
56
+ Derived from [Helsinki-NLP/opus-mt-en-luo](https://huggingface.co/Helsinki-NLP/opus-mt-en-luo) (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:
66
+ - **Mobile apps** (iOS, Android — coming soon)
67
+ - **Real-time voice-to-text-to-translation** pipeline
68
+ - **API access** with premium model quality
69
+ - **Offline deployment** support
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/en-luo.json)*