sneakyfree commited on
Commit
1a673d5
·
verified ·
1 Parent(s): 229e072

Add model card

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - translation
5
+ - marian
6
+ - windyword
7
+ - turkish
8
+ - spanish
9
+ language:
10
+ - tr
11
+ - es
12
+ library_name: transformers
13
+ pipeline_tag: translation
14
+ ---
15
+
16
+ # WindyWord.ai Translation — Turkish → Spanish
17
+
18
+ **Translates Turkish → Spanish.**
19
+
20
+ **Quality Rating: ⭐⭐⭐⭐½ (4.5★ Premium)**
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:** 4.5★ ⭐⭐⭐⭐½
27
+ - **Tier:** Premium
28
+ - **Composite score:** 80.0 / 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
+ | `herm0/` | **WindyEnhanced** — deep fine-tuned on OPUS-100, Tatoeba, and WikiMatrix parallel corpora. Measurably higher translation quality on supported pairs. |
38
+ | `herm0-ct2-int8/` | **WindyEnhanced · CPU INT8** — CTranslate2 quantized WindyEnhanced. Premium quality, CPU-efficient. |
39
+
40
+ ### Quick usage
41
+
42
+ **Transformers (PyTorch):**
43
+ ```python
44
+ from transformers import MarianMTModel, MarianTokenizer
45
+ tokenizer = MarianTokenizer.from_pretrained("WindyWord/translate-tr-es", subfolder="herm0")
46
+ model = MarianMTModel.from_pretrained("WindyWord/translate-tr-es", subfolder="herm0")
47
+ ```
48
+
49
+ **CTranslate2 (fast CPU inference):**
50
+ ```python
51
+ import ctranslate2
52
+ translator = ctranslate2.Translator("path/to/translate-tr-es/herm0-ct2-int8")
53
+ ```
54
+
55
+ ## Commercial Use
56
+
57
+ The WindyWord.ai platform provides:
58
+ - **Mobile apps** (iOS, Android — coming soon)
59
+ - **Real-time voice-to-text-to-translation** pipeline
60
+ - **API access** with premium model quality
61
+ - **Offline deployment** support
62
+
63
+ Visit [windyword.ai](https://windyword.ai) for apps and commercial API access.
64
+
65
+ ---
66
+
67
+ ## Provenance & License
68
+
69
+ Weights derived from the OPUS-MT project ([Helsinki-NLP/opus-mt-tr-es](https://huggingface.co/Helsinki-NLP/opus-mt-tr-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.
70
+
71
+ Licensed CC-BY-4.0 — attribution preserved as required.
72
+
73
+ *Certified by Opus 4.6 Opus-Claw (Dr. C) on Veron-1 (RTX 5090).*
74
+ *Patient file: [clinic record](https://github.com/sneakyfree/Windy-Clinic/blob/main/translation-pairs/tr-es.json)*