Instructions to use UCSC-VLAA/MedReason-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UCSC-VLAA/MedReason-8B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="UCSC-VLAA/MedReason-8B")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("UCSC-VLAA/MedReason-8B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md d88cc17 verified
Update README.md 4730275 verified
Update README.md bd90f4a verified
upload files 80aff52
jwu418 commited on