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