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