Translation
Transformers
Safetensors
French
San Salvador Kongo
marian
windyword
french
san-salvador-kongo
Instructions to use WindyWord/translate-fr-kwy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindyWord/translate-fr-kwy 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-fr-kwy")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WindyWord/translate-fr-kwy", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Refresh README with updated variant naming and language labels
Browse files
README.md
CHANGED
|
@@ -4,6 +4,7 @@ tags:
|
|
| 4 |
- translation
|
| 5 |
- marian
|
| 6 |
- windyword
|
|
|
|
| 7 |
language:
|
| 8 |
- fr
|
| 9 |
- kwy
|
|
@@ -13,6 +14,8 @@ pipeline_tag: translation
|
|
| 13 |
|
| 14 |
# WindyWord.ai Translation — French → kwy
|
| 15 |
|
|
|
|
|
|
|
| 16 |
**Quality Rating: ⭐⭐½ (2.5★ Basic)**
|
| 17 |
|
| 18 |
Part of the [WindyWord.ai](https://windyword.ai) translation fleet — 1,800+ proprietary language pairs.
|
|
|
|
| 4 |
- translation
|
| 5 |
- marian
|
| 6 |
- windyword
|
| 7 |
+
- french
|
| 8 |
language:
|
| 9 |
- fr
|
| 10 |
- kwy
|
|
|
|
| 14 |
|
| 15 |
# WindyWord.ai Translation — French → kwy
|
| 16 |
|
| 17 |
+
**Translates French → kwy.**
|
| 18 |
+
|
| 19 |
**Quality Rating: ⭐⭐½ (2.5★ Basic)**
|
| 20 |
|
| 21 |
Part of the [WindyWord.ai](https://windyword.ai) translation fleet — 1,800+ proprietary language pairs.
|