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