Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,6 @@ base_model:
|
|
| 11 |
pipeline_tag: token-classification
|
| 12 |
---
|
| 13 |
|
| 14 |
-
This model is fine-tuned for historical bibliographical named-entity recognition [AjMC-NE-Corpus](https://github.com/AjaxMultiCommentary/AjMC-NE-corpus), so as release in [HIPE-2](https://doi.org/10.1007/978-3-031-13643-6_26), for 40 epochs, beating all our other models.
|
|
|
|
|
|
|
|
|
| 11 |
pipeline_tag: token-classification
|
| 12 |
---
|
| 13 |
|
| 14 |
+
This model is fine-tuned for historical bibliographical named-entity recognition [AjMC-NE-Corpus](https://github.com/AjaxMultiCommentary/AjMC-NE-corpus), so as release in [HIPE-2](https://doi.org/10.1007/978-3-031-13643-6_26), for 40 epochs, beating all our other models.
|
| 15 |
+
It is intended to detect persons (authors, mythological...), works (primary and secondary literature, fragments), objects (manuscript, inscriptions), locations, dates, and scopes (i.e. reference scopes, such as Hom. Il. _XI, 106-122_).
|
| 16 |
+
It can be used in a normal token classification pipeline.
|