Instructions to use fgaim/tielectra-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fgaim/tielectra-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="fgaim/tielectra-small")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("fgaim/tielectra-small") model = AutoModelForMaskedLM.from_pretrained("fgaim/tielectra-small") - Notebooks
- Google Colab
- Kaggle
Commit History
Add model card 8eb3c17
Fitsum Gaim commited on
Add trained models 1f0a04c
Fitsum Gaim commited on
Update configs 849cd9b
Fitsum Gaim commited on
Training in progress 06c1e07
Fitsum Gaim commited on