Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,12 @@ State-of-the-art language model for Hebrew, released [here](https://arxiv.org/ab
|
|
9 |
|
10 |
This is the base model pretrained with the masked-language-modeling objective.
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
Sample usage:
|
13 |
|
14 |
```python
|
|
|
9 |
|
10 |
This is the base model pretrained with the masked-language-modeling objective.
|
11 |
|
12 |
+
For the morphology model, see [here](https://huggingface.co/dicta-il/dictabert-morph).
|
13 |
+
|
14 |
+
For the segmentation model, see [here](https://huggingface.co/dicta-il/dictabert-seg).
|
15 |
+
|
16 |
+
For the QA model, see [here](https://huggingface.co/dicta-il/dictabert-heq).
|
17 |
+
|
18 |
Sample usage:
|
19 |
|
20 |
```python
|