Instructions to use Tonic/mistralmed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Tonic/mistralmed with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1") model = PeftModel.from_pretrained(base_model, "Tonic/mistralmed") - Notebooks
- Google Colab
- Kaggle
Evaluation Dataset Required
#1
by Tonic - opened
Hey there folks ππ»
does this model actually work ? who knows !
- let's benchmark it !
- For this i need an adequate dataset, i'm trying to collect them here :
https://huggingface.co/collections/Tonic/medical-evaluation-datasets-65343335091793204090bb3d
any help is deeply appreciated.