Translation
Transformers
Safetensors
English
nic
marian
windyword
english
niger-congo
swahili
yoruba
igbo
zulu
xhosa
Instructions to use WindyWord/translate-en-nic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindyWord/translate-en-nic 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-nic")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WindyWord/translate-en-nic", 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 |
- nic
|
|
@@ -13,6 +20,8 @@ pipeline_tag: translation
|
|
| 13 |
|
| 14 |
# WindyWord.ai Translation — English → Niger-Congo
|
| 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 |
+
- niger-congo
|
| 9 |
+
- swahili
|
| 10 |
+
- yoruba
|
| 11 |
+
- igbo
|
| 12 |
+
- zulu
|
| 13 |
+
- xhosa
|
| 14 |
language:
|
| 15 |
- en
|
| 16 |
- nic
|
|
|
|
| 20 |
|
| 21 |
# WindyWord.ai Translation — English → Niger-Congo
|
| 22 |
|
| 23 |
+
**Translates English → Niger-Congo (Swahili, Yoruba, Igbo, Zulu, Xhosa).**
|
| 24 |
+
|
| 25 |
**Quality Rating: ⭐⭐⭐⭐½ (4.5★ Premium)**
|
| 26 |
|
| 27 |
Part of the [WindyWord.ai](https://windyword.ai) translation fleet — 1,800+ proprietary language pairs.
|