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