Instructions to use shareAI/llama2-13b-Chinese-chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shareAI/llama2-13b-Chinese-chat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="shareAI/llama2-13b-Chinese-chat")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("shareAI/llama2-13b-Chinese-chat", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,8 @@ tags:
|
|
| 12 |
- llama2
|
| 13 |
- chatgpt
|
| 14 |
---
|
|
|
|
|
|
|
| 15 |
更新:
|
| 16 |
- 2023-7-19 首个llama2 13b中文对话版本放出。
|
| 17 |
- 2023-07-23 完成第2个epoch训练放出,测试有更好的对话体验
|
|
@@ -22,7 +24,6 @@ tags:
|
|
| 22 |
|
| 23 |
完整合并后文件下载:https://www.codewithgpu.com/m/file/llama2-13b-Chinese-chat
|
| 24 |
|
| 25 |
-
- 方案记录:https://github.com/CrazyBoyM/llama2-Chinese-chat
|
| 26 |
- 训练用数据集:https://huggingface.co/datasets/shareAI/ShareGPT-Chinese-English-90k
|
| 27 |
- llama2训练交流QQ群:443064756
|
| 28 |
|
|
|
|
| 12 |
- llama2
|
| 13 |
- chatgpt
|
| 14 |
---
|
| 15 |
+
- Github:https://github.com/CrazyBoyM/llama2-Chinese-chat
|
| 16 |
+
|
| 17 |
更新:
|
| 18 |
- 2023-7-19 首个llama2 13b中文对话版本放出。
|
| 19 |
- 2023-07-23 完成第2个epoch训练放出,测试有更好的对话体验
|
|
|
|
| 24 |
|
| 25 |
完整合并后文件下载:https://www.codewithgpu.com/m/file/llama2-13b-Chinese-chat
|
| 26 |
|
|
|
|
| 27 |
- 训练用数据集:https://huggingface.co/datasets/shareAI/ShareGPT-Chinese-English-90k
|
| 28 |
- llama2训练交流QQ群:443064756
|
| 29 |
|