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