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