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: 129 Bytes
b3e0d2b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:74dc976cab0d074bafcdf76f69a7ec8a9686383204ae6ef3f1aa9c5ebbcb694c
size 3963
|