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