Instructions to use IDEA-CCNL/Randeng-Deltalm-362M-Zh-En with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IDEA-CCNL/Randeng-Deltalm-362M-Zh-En 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-Zh-En")# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("IDEA-CCNL/Randeng-Deltalm-362M-Zh-En", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md bbd1fc6
Update README.md 5f8b100
Update README.md 7387aa1
Update README.md 02d79c9
Upload modeling_deltalm.py 56e3a6d
Update README.md 3953a74
Update README.md 2eb44eb
Update config.json 7c649b2
Update README.md eab66dc
Update README.md 1a08814
Update README.md e5cf564
Update README.md 2460c0e
Create README.md 3b04183
init 2833587
dongxqm commited on
initial commit 1fea3f0
dongxiaoqun commited on