sneakyfree commited on
Commit
2d53528
·
verified ·
1 Parent(s): ea84752

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

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