Translation
Transformers
PyTorch
Safetensors
marian
text2text-generation
transformer
en-zh
minecraft modpack
finetune
Instructions to use XDawned/minecraft-en-zh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use XDawned/minecraft-en-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="XDawned/minecraft-en-zh")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("XDawned/minecraft-en-zh") model = AutoModelForSeq2SeqLM.from_pretrained("XDawned/minecraft-en-zh") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,19 +1,15 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- translation
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
license: apache-2.0
|
| 5 |
---
|
| 6 |
-
|
| 7 |
finetune model [opus-mt-en-zh](https://huggingface.co/Helsinki-NLP/opus-mt-en-zh)
|
| 8 |
|
| 9 |
-
traing datas are from[i18n-dict](https://github.com/CFPATools/i18n-dict)and some modpacks‘ quests collected from the internet
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
---
|
| 13 |
-
tags:
|
| 14 |
-
- translation
|
| 15 |
-
---
|
| 16 |
-
|
| 17 |
|
| 18 |
## Validation Metrics On Some 1.19.2+ ModPacks
|
| 19 |
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- translation
|
| 4 |
+
- transformer
|
| 5 |
+
- en-zh
|
| 6 |
+
- minecraft modpack
|
| 7 |
+
- finetune
|
| 8 |
license: apache-2.0
|
| 9 |
---
|
|
|
|
| 10 |
finetune model [opus-mt-en-zh](https://huggingface.co/Helsinki-NLP/opus-mt-en-zh)
|
| 11 |
|
| 12 |
+
traing datas are from [i18n-dict](https://github.com/CFPATools/i18n-dict) and some modpacks‘ quests collected from the internet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
## Validation Metrics On Some 1.19.2+ ModPacks
|
| 15 |
|