sneakyfree commited on
Commit
a698d16
·
verified ·
1 Parent(s): e6ee951

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
+ - swedish
8
+ language:
9
+ - ts
10
+ - sv
11
+ library_name: transformers
12
+ pipeline_tag: translation
13
+ ---
14
+
15
+ # WindyWord.ai Translation — ts → Swedish
16
+
17
+ **Translates ts → Swedish.**
18
+
19
+ **Quality Rating: ⭐⭐½ (2.5★ Basic)**
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:** 2.5★ ⭐⭐½
26
+ - **Tier:** Basic
27
+ - **Composite score:** 53.4 / 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
+ | `lora-ct2-int8/` | **WindyStandard · CPU INT8** — CTranslate2 quantized version of WindyStandard. ~25% of the size, 2–4× faster on CPU, no measurable quality loss. |
38
+
39
+ ### Quick usage
40
+
41
+ **Transformers (PyTorch):**
42
+ ```python
43
+ from transformers import MarianMTModel, MarianTokenizer
44
+ tokenizer = MarianTokenizer.from_pretrained("WindyWord/translate-ts-sv", subfolder="lora")
45
+ model = MarianMTModel.from_pretrained("WindyWord/translate-ts-sv", subfolder="lora")
46
+ ```
47
+
48
+ **CTranslate2 (fast CPU inference):**
49
+ ```python
50
+ import ctranslate2
51
+ translator = ctranslate2.Translator("path/to/translate-ts-sv/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-ts-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ts-sv)) 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/ts-sv.json)*