Translation
Transformers
Safetensors
inc
marian
windyword
indo-aryan
hindi
bengali
urdu
gujarati
marathi
punjabi
Instructions to use WindyWord/translate-inc-inc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindyWord/translate-inc-inc 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-inc-inc")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WindyWord/translate-inc-inc", 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 |
- inc
|
| 9 |
library_name: transformers
|
|
@@ -12,6 +19,8 @@ pipeline_tag: translation
|
|
| 12 |
|
| 13 |
# WindyWord.ai Translation — Indo-Aryan → Indo-Aryan
|
| 14 |
|
|
|
|
|
|
|
| 15 |
**Quality Rating: ⭐⭐½ (2.5★ Basic)**
|
| 16 |
|
| 17 |
Part of the [WindyWord.ai](https://windyword.ai) translation fleet — 1,800+ proprietary language pairs.
|
|
|
|
| 4 |
- translation
|
| 5 |
- marian
|
| 6 |
- windyword
|
| 7 |
+
- indo-aryan
|
| 8 |
+
- hindi
|
| 9 |
+
- bengali
|
| 10 |
+
- urdu
|
| 11 |
+
- gujarati
|
| 12 |
+
- marathi
|
| 13 |
+
- punjabi
|
| 14 |
language:
|
| 15 |
- inc
|
| 16 |
library_name: transformers
|
|
|
|
| 19 |
|
| 20 |
# WindyWord.ai Translation — Indo-Aryan → Indo-Aryan
|
| 21 |
|
| 22 |
+
**Translates Indo-Aryan (Hindi, Bengali, Urdu, Gujarati, Marathi, Punjabi) → Indo-Aryan (Hindi, Bengali, Urdu, Gujarati, Marathi, Punjabi).**
|
| 23 |
+
|
| 24 |
**Quality Rating: ⭐⭐½ (2.5★ Basic)**
|
| 25 |
|
| 26 |
Part of the [WindyWord.ai](https://windyword.ai) translation fleet — 1,800+ proprietary language pairs.
|