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
How is the format for training data?
#5
by Joshua8966 - opened
I want to fine-tune your model. May I know the format for training data? Could you give an example to me? Like <s Human: How is today's weather? assistant: Sunny/s>. I found your dataset in hugging face but I think it is not the formatted one. Thanks.
I use this dataset to train the model: https://huggingface.co/datasets/shareAI/ShareGPT-Chinese-English-90k