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