Instructions to use ClueAI/ChatYuan-large-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ClueAI/ChatYuan-large-v2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ClueAI/ChatYuan-large-v2", trust_remote_code=True) model = AutoModelForSeq2SeqLM.from_pretrained("ClueAI/ChatYuan-large-v2", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
ef09c39 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5d6afd02faaca140408936fb5ae346ccdd99591ea9e362dabdd147a0a7cd0f4d
size 3132781861
|