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