Translation
Transformers
Safetensors
English
Chinese
marian
text2text-generation
Generated from Trainer
machine-translation
english
traditional-chinese
transformer
fine-tuned
Instructions to use agentlans/en-zhtw with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use agentlans/en-zhtw 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="agentlans/en-zhtw")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("agentlans/en-zhtw") model = AutoModelForSeq2SeqLM.from_pretrained("agentlans/en-zhtw") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d82ec6c9d01955c3648951a551b30144802305054ea20f3c85034de5f27e4493
- Size of remote file:
- 5.56 kB
- SHA256:
- 9143c94773d6b03b7764b406548e1c5333b9641259defab981c6cbbd20fb1eb7
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.