Instructions to use yale-nlp/MDCureRM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yale-nlp/MDCureRM with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("yale-nlp/MDCureRM", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag and transformers library
#2
by nielsr HF Staff - opened
This PR adds:
- the
library_nameso it's easier to find the model. - the
pipeline_tagso the 'how to use' button shows up at the top right.
pybeebee changed pull request status to merged