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