How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="LeroyDyer/Mixtral_BioMedical")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("LeroyDyer/Mixtral_BioMedical")
model = AutoModelForCausalLM.from_pretrained("LeroyDyer/Mixtral_BioMedical")
Quick Links

Highly focused on medical Training datasets ; + Upgraded inplace

VERY HIGH SCORING MODEL

Downloads last month
71
Safetensors
Model size
7B params
Tensor type
F16
·
Inference Providers NEW

Model tree for LeroyDyer/Mixtral_BioMedical

Quantizations
2 models

Collections including LeroyDyer/Mixtral_BioMedical