sven-nm commited on
Commit
637e21a
·
verified ·
1 Parent(s): a6cac23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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. It can be used for a token classification pipeline.
 
 
 
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.