sneakyfree commited on
Commit
beef743
·
verified ·
1 Parent(s): 44a9327

Refresh README with updated variant naming and language labels

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - translation
5
+ - marian
6
+ - windyword
7
+ language:
8
+ - lu
9
+ - es
10
+ library_name: transformers
11
+ pipeline_tag: translation
12
+ ---
13
+
14
+ # WindyWord.ai Translation — lu → Spanish
15
+
16
+ **Quality Rating: ⭐⭐½ (2.5★ Basic)**
17
+
18
+ Part of the [WindyWord.ai](https://windyword.ai) translation fleet — 1,800+ proprietary language pairs.
19
+
20
+ ## Quality & Pricing Tier
21
+
22
+ - **5-star rating:** 2.5★ ⭐⭐½
23
+ - **Tier:** Basic
24
+ - **Composite score:** 52.5 / 100
25
+ - **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)
26
+
27
+ ## Available Variants
28
+
29
+ This repository contains multiple deployment formats. Pick the one that matches your use case:
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, 2–4× faster on CPU, no measurable quality loss. |
35
+
36
+ ### Quick usage
37
+
38
+ **Transformers (PyTorch):**
39
+ ```python
40
+ from transformers import MarianMTModel, MarianTokenizer
41
+ tokenizer = MarianTokenizer.from_pretrained("WindyWord/translate-lu-es", subfolder="lora")
42
+ model = MarianMTModel.from_pretrained("WindyWord/translate-lu-es", subfolder="lora")
43
+ ```
44
+
45
+ **CTranslate2 (fast CPU inference):**
46
+ ```python
47
+ import ctranslate2
48
+ translator = ctranslate2.Translator("path/to/translate-lu-es/lora-ct2-int8")
49
+ ```
50
+
51
+ ## Commercial Use
52
+
53
+ The WindyWord.ai platform provides:
54
+ - **Mobile apps** (iOS, Android — coming soon)
55
+ - **Real-time voice-to-text-to-translation** pipeline
56
+ - **API access** with premium model quality
57
+ - **Offline deployment** support
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-lu-es](https://huggingface.co/Helsinki-NLP/opus-mt-lu-es)) 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/lu-es.json)*