Translation
Transformers
Safetensors
Swedish
Chinese
marian
windyword
swedish
chinese-(variants)
mandarin
cantonese
min-nan
hakka
wu
Instructions to use WindyWord/translate-sv-ZH with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindyWord/translate-sv-ZH 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-sv-ZH")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WindyWord/translate-sv-ZH", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Refresh README with updated variant naming and language labels
Browse files
README.md
CHANGED
|
@@ -5,7 +5,12 @@ tags:
|
|
| 5 |
- marian
|
| 6 |
- windyword
|
| 7 |
- swedish
|
| 8 |
-
- chinese
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
language:
|
| 10 |
- sv
|
| 11 |
- zh
|
|
@@ -13,9 +18,9 @@ library_name: transformers
|
|
| 13 |
pipeline_tag: translation
|
| 14 |
---
|
| 15 |
|
| 16 |
-
# WindyWord.ai Translation — Swedish → Chinese
|
| 17 |
|
| 18 |
-
**Translates Swedish → Chinese.**
|
| 19 |
|
| 20 |
**Quality Rating: ⭐⭐½ (2.5★ Basic)**
|
| 21 |
|
|
|
|
| 5 |
- marian
|
| 6 |
- windyword
|
| 7 |
- swedish
|
| 8 |
+
- chinese-(variants)
|
| 9 |
+
- mandarin
|
| 10 |
+
- cantonese
|
| 11 |
+
- min-nan
|
| 12 |
+
- hakka
|
| 13 |
+
- wu
|
| 14 |
language:
|
| 15 |
- sv
|
| 16 |
- zh
|
|
|
|
| 18 |
pipeline_tag: translation
|
| 19 |
---
|
| 20 |
|
| 21 |
+
# WindyWord.ai Translation — Swedish → Chinese (variants)
|
| 22 |
|
| 23 |
+
**Translates Swedish → Chinese (variants) (Mandarin, Cantonese, Min Nan, Hakka, Wu).**
|
| 24 |
|
| 25 |
**Quality Rating: ⭐⭐½ (2.5★ Basic)**
|
| 26 |
|