Instructions to use dicta-il/alephbertgimmel-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dicta-il/alephbertgimmel-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="dicta-il/alephbertgimmel-small")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("dicta-il/alephbertgimmel-small") model = AutoModelForMaskedLM.from_pretrained("dicta-il/alephbertgimmel-small") - Notebooks
- Google Colab
- Kaggle
Fix link to arxiv in README.md
#2
by benayat - opened
The link is sending to "https://arxiv.org/abs/2211.15199%5D" which doesn't exist. I suggest a fix in the markdown for the link.
Shaltiel changed pull request status to merged