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
File size: 135 Bytes
b3e0d2b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:de1ee9d021214302196c28d7dcabb5b23456e75de6774e89dd1f39457c4a4cc0
size 1001592141
|