Instructions to use IDEA-CCNL/Randeng-Deltalm-362M-En-Zh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IDEA-CCNL/Randeng-Deltalm-362M-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="IDEA-CCNL/Randeng-Deltalm-362M-En-Zh")# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("IDEA-CCNL/Randeng-Deltalm-362M-En-Zh", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 8f79ef2
Update README.md 674d629
Upload configuration_deltalm.py 1c4d99f
Update README.md 4a517d1
Update README.md 79e969a
Update README.md 29bad8f
Upload modeling_deltalm.py 2424222
Update README.md c5682c4
Create README.md 8cd77f3
Update config.json 41a85e7
init model 2c614fc
dongxqm commited on
initial commit 11ea687
dongxiaoqun commited on