Skip to content

Commit 23d28e6

Browse files
authored
Update README.md
1 parent 041c103 commit 23d28e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# SCALAR Part-of-speech tagger
22
This the official release of the SCALAR Part-of-speech tagger
33

4+
# Current Metrics (this will be updated every time we update/change the model!)
5+
| | Accuracy | Balanced Accuracy | Weighted Recall | Weighted Precision | Weighted F1 | Performance (seconds) |
6+
|------------|:--------:|:------------------:|:---------------:|:------------------:|:-----------:|:---------------------:|
7+
| **SCALAR** | **0.8216** | **0.9160** | **0.8216** | **0.8245** | **0.8220** | **249.05** |
8+
| Ensemble | 0.7124 | 0.8311 | 0.7124 | 0.7597 | 0.7235 | 1149.44 |
9+
| Flair | 0.6087 | 0.7844 | 0.6087 | 0.7755 | 0.6497 | 807.03 |
10+
11+
412
There are two ways to run the tagger. This document describes both ways.
513

614
1. Using Docker compose (which runs the tagger's built-in server for you)

0 commit comments

Comments
 (0)