Instructions to use formatec/mistral_instruct_generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use formatec/mistral_instruct_generation 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, "formatec/mistral_instruct_generation") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
45f0bba | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f5c44f8fe4e3bb6aaa7a28340e515a6633d05585fcd0bcf54ff78ce5293e3f05
size 4728
|