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
Upload config.json
#5 opened about 2 years ago
by
amanbawa96
Is it possible to merge the finetuned version with the original mistral model into one model ?
3
#4 opened over 2 years ago
by
AiModelsMarket
This Model Needs a BIAS Testing Section
#3 opened over 2 years ago
by
Tonic
Evaluation Framework and Execution Required
#2 opened over 2 years ago
by
Tonic
Evaluation Dataset Required
#1 opened over 2 years ago
by
Tonic