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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Fix link to arxiv in README.md
#2
by benayat - opened
README.md
CHANGED
|
@@ -5,6 +5,6 @@ NOTE: This model was only trained with sequences of up to 128 tokens.
|
|
| 5 |
|
| 6 |
When using AlephBertGimmel, please reference:
|
| 7 |
|
| 8 |
-
Eylon Guetta, Avi Shmidman, Shaltiel Shmidman, Cheyn Shmuel Shmidman, Joshua Guedalia, Moshe Koppel, Dan Bareket, Amit Seker and Reut Tsarfaty, "Large Pre-Trained Models with Extra-Large Vocabularies: A Contrastive Analysis of Hebrew BERT Models and a New One to Outperform Them All", Nov 2022 [http://arxiv.org/abs/2211.15199
|
| 9 |
|
| 10 |
|
|
|
|
| 5 |
|
| 6 |
When using AlephBertGimmel, please reference:
|
| 7 |
|
| 8 |
+
Eylon Guetta, Avi Shmidman, Shaltiel Shmidman, Cheyn Shmuel Shmidman, Joshua Guedalia, Moshe Koppel, Dan Bareket, Amit Seker and Reut Tsarfaty, "Large Pre-Trained Models with Extra-Large Vocabularies: A Contrastive Analysis of Hebrew BERT Models and a New One to Outperform Them All", Nov 2022 [arXiv:2211.15199](http://arxiv.org/abs/2211.15199)
|
| 9 |
|
| 10 |
|