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
fix typo
#1
by avinashr175 - opened
Fixing typo in readme
yonghuiwu changed pull request status to merged