medalpaca/medical_meadow_medical_flashcards
Viewer • Updated • 34k • 9.41k • 49
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")This repository contains experimental models designed strictly for academic evaluation and research purposes.
Critical Constraints:
- No Production Deployment: Experimental models must not be deployed in commercial, enterprise, or mission-critical environments under any circumstances.
- No Liability: Experimental models are provided "as-is" without warranties of any kind. The developers assume zero liability for downstream consequences, system integration failures, or regulatory non-compliance resulting from unauthorized deployment.
This PEFT adapter has been trained by using Flower, a friendly federated AI framework.
The adapter and benchmark results have been submitted to the FlowerTune LLM Medical Leaderboard.
Please check the following GitHub project for model details and evaluation results:
https://github.com/mrs83/FlowerTune-Mistral-7B-Instruct-v0.3-Medical
The following bitsandbytes quantization config was used during training:
Base model
mistralai/Mistral-7B-v0.3