UGARIT commited on
Commit
7f8df56
·
verified ·
1 Parent(s): 4afbe90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -15,6 +15,22 @@ widget:
15
 
16
  Pretrained NER tagging model for ancient Greek
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  # Usage
19
 
20
  ```python
 
15
 
16
  Pretrained NER tagging model for ancient Greek
17
 
18
+ # Data
19
+ ### Training Dataset
20
+ | | **Person** | **Location** | **NORP** |
21
+ |----------------|------------------|-------------------|-------------------|
22
+ | Odyssey | 2.469 | 698 | 0 |
23
+ | Deipnosophists | 14.921 | 2.699 | 5.110 |
24
+ | Pausanias | 10.205 | 8.670 | 4.972 |
25
+ | Other Datasets | 3.283 | 2.040 | 1.089 |
26
+ | **Total** | **30.878** | **14.107** | **11.171** |
27
+
28
+ ### Validation Dataset
29
+ | | **Person** | **Location** | **NORP** |
30
+ |----------------|------------------|-------------------|-------------------|
31
+ | Xenophon | 1.190 | 796 | 857 |
32
+
33
+
34
  # Usage
35
 
36
  ```python