Instructions to use entity2260/opus_en_zh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use entity2260/opus_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="entity2260/opus_en_zh")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("entity2260/opus_en_zh", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 06d4f2a0e905f60413fbd84bc1eea5d11f9338e2865756a3a1ec39919989068a
- Size of remote file:
- 578 MB
- SHA256:
- 9863d8dc7fd640182d93454f9a0d0f986aca5da7ffebaae1892fa43413578d15
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.