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