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: 129 Bytes
c9edd52 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:25e61f19ccee829834881b06b074bd22aeaccbe98fb04e11dcbc34fc64fd70a6
size 5496
|