Instructions to use Caesaripse/mistral7binstruct_summarize with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Caesaripse/mistral7binstruct_summarize with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2") model = PeftModel.from_pretrained(base_model, "Caesaripse/mistral7binstruct_summarize") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
09a6aa6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:35907fa9a726643a9957e2667778ea02f56c90052fa29d8338c16752951c71c9
size 4920
|