Instructions to use sci-m-wang/Mistral-7B-Instruct-sa-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sci-m-wang/Mistral-7B-Instruct-sa-v0.1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1") model = PeftModel.from_pretrained(base_model, "sci-m-wang/Mistral-7B-Instruct-sa-v0.1") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
cf6fe4b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d711f06a89822137eb4edf3fecc6ff5cb1fd5ed05eb26c3c30be694b6bc42b2b
size 5176
|