Instructions to use monsterapi/mistral_7b_norobots with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use monsterapi/mistral_7b_norobots 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, "monsterapi/mistral_7b_norobots") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
866f213 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:dfcbbefed7a7f0f67b3245f44023fe3c972e69ea09058bfec511f3003f130a14
size 218196746
|