Instructions to use dicta-il/dictabert-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dicta-il/dictabert-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="dicta-il/dictabert-tiny")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("dicta-il/dictabert-tiny") model = AutoModelForMaskedLM.from_pretrained("dicta-il/dictabert-tiny") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c8cfd1d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:542dd6ca6a173b73d4d5827722e138b9746635480ae852c613219609a30d8956
size 179596492
|