Instructions to use tartuNLP/EstBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tartuNLP/EstBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="tartuNLP/EstBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("tartuNLP/EstBERT") model = AutoModelForMaskedLM.from_pretrained("tartuNLP/EstBERT") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 6a6fff698b9f23677021924c5d25c1ccbc58d453d0548edec3d713581dd8ba81
- Size of remote file:
- 498 MB
- SHA256:
- 4ac4609e43482f877489959878361e488f1fcf510c2317a04c7d637f4ec4fe23
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.