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
Update README.md
#2
by xianbao - opened
README.md
CHANGED
|
@@ -8,6 +8,9 @@ widget:
|
|
| 8 |
- text: 用户:计算公式544556+100953075,并给出逻辑运算规则\n小元:
|
| 9 |
- text: 用户:在他们放弃追讨信用卡账单之前,我可以拖欠多久?\n小元:
|
| 10 |
- text: 用户:帮我用英语写一封求职信,我想找一份深度学习工程师的工作\n小元:
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
|
|
|
|
| 8 |
- text: 用户:计算公式544556+100953075,并给出逻辑运算规则\n小元:
|
| 9 |
- text: 用户:在他们放弃追讨信用卡账单之前,我可以拖欠多久?\n小元:
|
| 10 |
- text: 用户:帮我用英语写一封求职信,我想找一份深度学习工程师的工作\n小元:
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
+
- zh
|
| 14 |
---
|
| 15 |
|
| 16 |
|