Question Answering
Transformers
PyTorch
Chinese
English
llama
text-generation
text-generation-inference
Instructions to use FlagAlpha/Llama2-Chinese-13b-Chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FlagAlpha/Llama2-Chinese-13b-Chat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="FlagAlpha/Llama2-Chinese-13b-Chat")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("FlagAlpha/Llama2-Chinese-13b-Chat") model = AutoModelForMultimodalLM.from_pretrained("FlagAlpha/Llama2-Chinese-13b-Chat") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ library_name: transformers
|
|
| 20 |
|
| 21 |
## 🚀 社区地址:
|
| 22 |
|
| 23 |
-
Github:[**
|
| 24 |
|
| 25 |
在线体验链接:[**llama.family**](https://llama.family/)
|
| 26 |
|
|
@@ -35,6 +35,6 @@ Github:[**Llama2-Chinese**](https://github.com/FlagAlpha/Llama2-Chinese)
|
|
| 35 |
|
| 36 |
## 🐼 社区资源
|
| 37 |
- Llama2在线体验链接[**llama.family**](https://llama.family/),同时包含Meta原版和中文微调版本!
|
| 38 |
-
- Llama2 Chat模型的[中文问答能力评测](https://github.com/
|
| 39 |
- [社区飞书知识库](https://chinesellama.feishu.cn/wiki/space/7257824476874768388?ccm_open_type=lark_wiki_spaceLink),欢迎大家一起共建!
|
| 40 |
|
|
|
|
| 20 |
|
| 21 |
## 🚀 社区地址:
|
| 22 |
|
| 23 |
+
Github:[**Llama-Chinese**](https://github.com/LlamaFamily/Llama-Chinese)
|
| 24 |
|
| 25 |
在线体验链接:[**llama.family**](https://llama.family/)
|
| 26 |
|
|
|
|
| 35 |
|
| 36 |
## 🐼 社区资源
|
| 37 |
- Llama2在线体验链接[**llama.family**](https://llama.family/),同时包含Meta原版和中文微调版本!
|
| 38 |
+
- Llama2 Chat模型的[中文问答能力评测](https://github.com/LlamaFamily/Llama-Chinese/tree/main#-%E6%A8%A1%E5%9E%8B%E8%AF%84%E6%B5%8B)!
|
| 39 |
- [社区飞书知识库](https://chinesellama.feishu.cn/wiki/space/7257824476874768388?ccm_open_type=lark_wiki_spaceLink),欢迎大家一起共建!
|
| 40 |
|