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
Upload folder using huggingface_hub
Upload folder using huggingface_hub
Multi commit ID: 3187ff4a701e94563d4ff183e10b56e0e7465863e9326d690376723182198af1
Scheduled commits:
- Upload 3 file(s) totalling 1.0G (dd706fc6057441d2be635743abfcef81000cb3ddd12cd951c64fab0714c2c2a5)
- Upload 9 file(s) totalling 2.0G (afde49ff0ee7bad722223b79c260ad59e243149fd4523952c07b52f9b550cdf5)
This is a PR opened using the huggingface_hub library in the context of a multi-commit. PR can be commented as a usual PR. However, please be aware that manually updating the PR description, changing the PR status, or pushing new commits, is not recommended as it might corrupt the commit process. Learn more about multi-commits in this guide.
Multi-commit is now completed! You can ping the repo owner to review the changes. This PR can now be commented or modified without risking to corrupt it.
This is a comment posted using the huggingface_hub library in the context of a multi-commit. Learn more about multi-commits in this guide.