sven-nm commited on
Commit
1cc5038
·
1 Parent(s): 6666735

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ `roberta_classics_ner` is a domain-specific RoBERTa-base for named entity recognition in the domain of classical studies. It was fine-tuned on EpiBau, a dataset which has not been released publicly yet. The entities it can recognise are the following:
2
+
3
+
4
+ | id | label | desciption | Example |
5
+ | --- | ------------- | ------------------------------------------- | --------------------- |
6
+ | 0 | 'O' | Out of entity | |
7
+ | 1 | 'B-AAUTHOR' | Ancient authors | *Herodotus* |
8
+ | 2 | 'I-AAUTHOR' | | |
9
+ | 3 | 'B-AWORK' | The title of an ancient work | *Symposium*, *Aeneid* |
10
+ | 4 | 'I-AWORK' | | |
11
+ | 5 | 'B-REFAUWORK' | A structured reference to an ancient work | *Homer, Il.* |
12
+ | 6 | 'I-REFAUWORK' | | |
13
+ | 7 | 'B-REFSCOPE' | The scope of a reference | *II.1.993a30–b11* |
14
+ | 8 | 'I-REFSCOPE' | | |
15
+ | 9 | 'B-FRAGREF' | A reference to fragmentary texts or scholia | *Frag. 19. West* |
16
+ | 10 | 'I-FRAGREF' | | |
17
+
18
+