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