Instructions to use ClueAI/ChatYuan-large-v2-paddle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- paddlenlp
How to use ClueAI/ChatYuan-large-v2-paddle with paddlenlp:
from paddlenlp.transformers import AutoTokenizer, T5ForConditionalGeneration tokenizer = AutoTokenizer.from_pretrained("ClueAI/ChatYuan-large-v2-paddle", from_hf_hub=True) model = T5ForConditionalGeneration.from_pretrained("ClueAI/ChatYuan-large-v2-paddle", from_hf_hub=True) - Notebooks
- Google Colab
- Kaggle
Ctrl+K