Translation
Transformers
Safetensors
Esperanto
marian
windyword
esperanto
catalan-english-spanish
catalan
english
spanish
Instructions to use WindyWord/translate-eo-caenes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindyWord/translate-eo-caenes 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-eo-caenes")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WindyWord/translate-eo-caenes", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Refresh README with updated variant naming and language labels
Browse files
README.md
CHANGED
|
@@ -5,15 +5,19 @@ tags:
|
|
| 5 |
- marian
|
| 6 |
- windyword
|
| 7 |
- esperanto
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
language:
|
| 9 |
- eo
|
| 10 |
library_name: transformers
|
| 11 |
pipeline_tag: translation
|
| 12 |
---
|
| 13 |
|
| 14 |
-
# WindyWord.ai Translation — Esperanto →
|
| 15 |
|
| 16 |
-
**Translates Esperanto →
|
| 17 |
|
| 18 |
**Quality Rating: ⭐⭐½ (2.5★ Basic)**
|
| 19 |
|
|
|
|
| 5 |
- marian
|
| 6 |
- windyword
|
| 7 |
- esperanto
|
| 8 |
+
- catalan-english-spanish
|
| 9 |
+
- catalan
|
| 10 |
+
- english
|
| 11 |
+
- spanish
|
| 12 |
language:
|
| 13 |
- eo
|
| 14 |
library_name: transformers
|
| 15 |
pipeline_tag: translation
|
| 16 |
---
|
| 17 |
|
| 18 |
+
# WindyWord.ai Translation — Esperanto → Catalan/English/Spanish
|
| 19 |
|
| 20 |
+
**Translates Esperanto → Catalan/English/Spanish (Catalan, English, Spanish).**
|
| 21 |
|
| 22 |
**Quality Rating: ⭐⭐½ (2.5★ Basic)**
|
| 23 |
|