Translation
Transformers
Safetensors
English
map
marian
windyword
english
austronesian
indonesian
malay
tagalog
malagasy
samoan
Instructions to use WindyWord/translate-en-map with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindyWord/translate-en-map with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="WindyWord/translate-en-map")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WindyWord/translate-en-map", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Refresh README with updated variant naming and language labels
Browse files
README.md
CHANGED
|
@@ -4,6 +4,13 @@ tags:
|
|
| 4 |
- translation
|
| 5 |
- marian
|
| 6 |
- windyword
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
language:
|
| 8 |
- en
|
| 9 |
- map
|
|
@@ -13,6 +20,8 @@ pipeline_tag: translation
|
|
| 13 |
|
| 14 |
# WindyWord.ai Translation — English → Austronesian
|
| 15 |
|
|
|
|
|
|
|
| 16 |
**Quality Rating: ⭐⭐⭐⭐½ (4.5★ Premium)**
|
| 17 |
|
| 18 |
Part of the [WindyWord.ai](https://windyword.ai) translation fleet — 1,800+ proprietary language pairs.
|
|
|
|
| 4 |
- translation
|
| 5 |
- marian
|
| 6 |
- windyword
|
| 7 |
+
- english
|
| 8 |
+
- austronesian
|
| 9 |
+
- indonesian
|
| 10 |
+
- malay
|
| 11 |
+
- tagalog
|
| 12 |
+
- malagasy
|
| 13 |
+
- samoan
|
| 14 |
language:
|
| 15 |
- en
|
| 16 |
- map
|
|
|
|
| 20 |
|
| 21 |
# WindyWord.ai Translation — English → Austronesian
|
| 22 |
|
| 23 |
+
**Translates English → Austronesian (Indonesian, Malay, Tagalog, Malagasy, Samoan).**
|
| 24 |
+
|
| 25 |
**Quality Rating: ⭐⭐⭐⭐½ (4.5★ Premium)**
|
| 26 |
|
| 27 |
Part of the [WindyWord.ai](https://windyword.ai) translation fleet — 1,800+ proprietary language pairs.
|