Instructions to use UCSC-VLAA/MedReason-Mistral with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UCSC-VLAA/MedReason-Mistral with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="UCSC-VLAA/MedReason-Mistral")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("UCSC-VLAA/MedReason-Mistral", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Merge branch 'main' of hf.co:UCSC-VLAA/MedReason-Mistral 73e1ea3
wenlong deng commited on
Update README.md 882934d verified
Update README.md 51628e9 verified
add lfs a5ded4d
wenlong deng commited on