Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ This is the fine-tuned model for the joint parsing of the following tasks:
|
|
16 |
- Syntactical Parsing (Dependency-Tree)
|
17 |
- Named-Entity Recognition
|
18 |
|
19 |
-
A live demo of the model can be found [here](https://huggingface.co/spaces/dicta-il/joint-demo).
|
20 |
|
21 |
For a faster model, you can use the equivalent bert-tiny model for this task [here](https://huggingface.co/dicta-il/dictabert-tiny-joint).
|
22 |
|
@@ -489,24 +489,6 @@ Results:
|
|
489 |
]
|
490 |
```
|
491 |
|
492 |
-
|
493 |
-
## Citation
|
494 |
-
|
495 |
-
If you use DictaBERT in your research, please cite ```DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew```
|
496 |
-
|
497 |
-
**BibTeX:**
|
498 |
-
|
499 |
-
```bibtex
|
500 |
-
@misc{shmidman2023dictabert,
|
501 |
-
title={DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew},
|
502 |
-
author={Shaltiel Shmidman and Avi Shmidman and Moshe Koppel},
|
503 |
-
year={2023},
|
504 |
-
eprint={2308.16687},
|
505 |
-
archivePrefix={arXiv},
|
506 |
-
primaryClass={cs.CL}
|
507 |
-
}
|
508 |
-
```
|
509 |
-
|
510 |
## License
|
511 |
|
512 |
Shield: [![CC BY 4.0][cc-by-shield]][cc-by]
|
|
|
16 |
- Syntactical Parsing (Dependency-Tree)
|
17 |
- Named-Entity Recognition
|
18 |
|
19 |
+
A live demo of the model with instant visualization of the syntax tree can be found [here](https://huggingface.co/spaces/dicta-il/joint-demo).
|
20 |
|
21 |
For a faster model, you can use the equivalent bert-tiny model for this task [here](https://huggingface.co/dicta-il/dictabert-tiny-joint).
|
22 |
|
|
|
489 |
]
|
490 |
```
|
491 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
492 |
## License
|
493 |
|
494 |
Shield: [![CC BY 4.0][cc-by-shield]][cc-by]
|