Instructions to use UFNLP/gatortron-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UFNLP/gatortron-base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("UFNLP/gatortron-base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Gatortron large not found
#4
by jaanli - opened
The model page (https://huggingface.co/UFNLP/gatortron-base) links to a large model:
But clicking the link results in an error:
Is this anticipated? Would it be possible to access the large model? Thank you so much, would be a huge help for our work with hospitals!
GatorTron-large is under an internal procedure to be released soon.

