sneakyfree commited on
Commit
6a04a4e
·
verified ·
1 Parent(s): 5910b84

clone from WindyWord/translate-ROMANCE-en via local upload (ADR-039 Phase C)

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