File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 11# SCALAR Part-of-speech tagger
22This 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+
412There are two ways to run the tagger. This document describes both ways.
513
6141 . Using Docker compose (which runs the tagger's built-in server for you)
You can’t perform that action at this time.
0 commit comments