Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,25 @@ widget:
|
|
| 12 |
|
| 13 |
Pretrained NER tagging model for ancient Greek
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
# Usage
|
| 16 |
```python
|
| 17 |
from flair.data import Sentence
|
|
|
|
| 12 |
|
| 13 |
Pretrained NER tagging model for ancient Greek
|
| 14 |
|
| 15 |
+
# Scores & Tagset
|
| 16 |
+
<details>
|
| 17 |
+
|
| 18 |
+
### Training
|
| 19 |
+
| | Precision | Recall | F1-score | Support |
|
| 20 |
+
|------|:---------:|:--------:|:--------:|:-------:|
|
| 21 |
+
| PER | 93.39% | 96.33% | 94.84% | 2127 |
|
| 22 |
+
| MISC | 84.69% | 92.50% | 88.42% | 933 |
|
| 23 |
+
| LOC | 89.55% | 77.32% | 82.99% | 388 |
|
| 24 |
+
|
| 25 |
+
### Evaluation
|
| 26 |
+
|
| 27 |
+
| | Precision | Recall | F1-score | Support |
|
| 28 |
+
|------|:---------:|:--------:|:--------:|:-------:|
|
| 29 |
+
| PER | 90.48% | 91.94% | 91.20% | 124 |
|
| 30 |
+
| MISC | 89.29% | 94.34% | 91.74% | 159 |
|
| 31 |
+
| LOC | 82.69% | 65.15% | 72.88% | 66 |
|
| 32 |
+
|
| 33 |
+
</details>
|
| 34 |
# Usage
|
| 35 |
```python
|
| 36 |
from flair.data import Sentence
|