sneakyfree commited on
Commit
ea7a52c
·
verified ·
1 Parent(s): 8410856

Add model card

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