Instructions to use ArunSamespace/mistral-7b-instruct-v0.2-airdialog-bnb-ep1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ArunSamespace/mistral-7b-instruct-v0.2-airdialog-bnb-ep1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2") model = PeftModel.from_pretrained(base_model, "ArunSamespace/mistral-7b-instruct-v0.2-airdialog-bnb-ep1") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
6e411e0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:da8f91ea83ad9261c68f7ffc008615f82f4cd4fb0bb9e6e97224542bedbbe579
size 92317600
|