Instructions to use AIDA-UPM/BERTuit-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AIDA-UPM/BERTuit-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="AIDA-UPM/BERTuit-base")# Load model directly from transformers import TFAutoModel model = TFAutoModel.from_pretrained("AIDA-UPM/BERTuit-base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 53b02f1
Update README.md c2b379e
Create README.md 3ba308b
Initial commit 820137a
jahuerta92 commited on