sneakyfree commited on
Commit
7c4f34f
·
verified ·
1 Parent(s): b69e9d7

Add model card

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - translation
5
+ - marian
6
+ - windyword
7
+ - english
8
+ language:
9
+ - to
10
+ - en
11
+ library_name: transformers
12
+ pipeline_tag: translation
13
+ ---
14
+
15
+ # WindyWord.ai Translation — to → English
16
+
17
+ **Translates to → English.**
18
+
19
+ **Quality Rating: ⭐⭐⭐⭐½ (4.5★ Premium)**
20
+
21
+ Part of the [WindyWord.ai](https://windyword.ai) translation fleet — 1,800+ proprietary language pairs.
22
+
23
+ ## Quality & Pricing Tier
24
+
25
+ - **5-star rating:** 4.5★ ⭐⭐⭐⭐½
26
+ - **Tier:** Premium
27
+ - **Composite score:** 80.7 / 100
28
+ - **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)
29
+
30
+ ## Available Variants
31
+
32
+ This repository contains multiple deployment formats. Pick the one that matches your use case:
33
+
34
+ | Variant | Description |
35
+ |---|---|
36
+ | `lora/` | **WindyStandard** — our proprietary production baseline. Stable, reliable, optimized for GPU inference. |
37
+
38
+ ### Quick usage
39
+
40
+ **Transformers (PyTorch):**
41
+ ```python
42
+ from transformers import MarianMTModel, MarianTokenizer
43
+ tokenizer = MarianTokenizer.from_pretrained("WindyWord/translate-to-en", subfolder="lora")
44
+ model = MarianMTModel.from_pretrained("WindyWord/translate-to-en", subfolder="lora")
45
+ ```
46
+
47
+ **CTranslate2 (fast CPU inference):**
48
+ ```python
49
+ import ctranslate2
50
+ translator = ctranslate2.Translator("path/to/translate-to-en/lora-ct2-int8")
51
+ ```
52
+
53
+ ## Commercial Use
54
+
55
+ The WindyWord.ai platform provides:
56
+ - **Mobile apps** (iOS, Android — coming soon)
57
+ - **Real-time voice-to-text-to-translation** pipeline
58
+ - **API access** with premium model quality
59
+ - **Offline deployment** support
60
+
61
+ Visit [windyword.ai](https://windyword.ai) for apps and commercial API access.
62
+
63
+ ---
64
+
65
+ ## Provenance & License
66
+
67
+ Weights derived from the OPUS-MT project ([Helsinki-NLP/opus-mt-to-en](https://huggingface.co/Helsinki-NLP/opus-mt-to-en)) 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.
68
+
69
+ Licensed CC-BY-4.0 — attribution preserved as required.
70
+
71
+ *Certified by Opus 4.6 Opus-Claw (Dr. C) on Veron-1 (RTX 5090).*
72
+ *Patient file: [clinic record](https://github.com/sneakyfree/Windy-Clinic/blob/main/translation-pairs/to-en.json)*