imvladikon
commited on
Commit
•
b03fa2f
1
Parent(s):
ec92a80
Update README.md
Browse files
README.md
CHANGED
@@ -9,8 +9,8 @@ tags:
|
|
9 |
Modern Hebrew pretrained BERT model with a 128K token vocabulary.
|
10 |
|
11 |
|
12 |
-
Checkpoint of the alephbertgimmel-base-512 from [alephbertgimmel](https://github.com/Dicta-Israel-Center-for-Text-Analysis/alephbertgimmel)
|
13 |
-
|
14 |
|
15 |
```python
|
16 |
from transformers import AutoTokenizer, AutoModelForMaskedLM
|
|
|
9 |
Modern Hebrew pretrained BERT model with a 128K token vocabulary.
|
10 |
|
11 |
|
12 |
+
[Checkpoint](https://github.com/Dicta-Israel-Center-for-Text-Analysis/alephbertgimmel/tree/main/alephbertgimmel-base/ckpt_73780--Max512Seq) of the alephbertgimmel-base-512 from [alephbertgimmel](https://github.com/Dicta-Israel-Center-for-Text-Analysis/alephbertgimmel)
|
13 |
+
|
14 |
|
15 |
```python
|
16 |
from transformers import AutoTokenizer, AutoModelForMaskedLM
|