Instructions to use Saliltrehan7/mistral-finetuned-samsum with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Saliltrehan7/mistral-finetuned-samsum with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Mistral-7B-Instruct-v0.1-GPTQ") model = PeftModel.from_pretrained(base_model, "Saliltrehan7/mistral-finetuned-samsum") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
c9edd52 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1381b20167d3b563534c76eb3a89a9e3d9ad10b853b401324a97641da4d4e01d
size 27280152
|