File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
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+ There are two ways to run the tagger. This document describes both ways.
5+
6+ 1 . Using Docker compose (which runs the tagger's built-in server for you)
7+ 2 . Running the tagger's built-in server without Docker
8+
49# Current Metrics (this will be updated every time we update/change the model!)
510| | Accuracy | Balanced Accuracy | Weighted Recall | Weighted Precision | Weighted F1 | Performance (seconds) |
611| ------------| :--------:| :------------------:| :---------------:| :------------------:| :-----------:| :---------------------:|
712| ** SCALAR** | ** 0.8216** | ** 0.9160** | ** 0.8216** | ** 0.8245** | ** 0.8220** | ** 249.05** |
813| Ensemble | 0.7124 | 0.8311 | 0.7124 | 0.7597 | 0.7235 | 1149.44 |
914| Flair | 0.6087 | 0.7844 | 0.6087 | 0.7755 | 0.6497 | 807.03 |
1015
11-
12- There are two ways to run the tagger. This document describes both ways.
13-
14- 1 . Using Docker compose (which runs the tagger's built-in server for you)
15- 2 . Running the tagger's built-in server without Docker
16-
1716## Getting Started with Docker
1817
1918To run SCALAR in a Docker container you can clone the repository and pull the latest docker impage from ` sourceslicer/scalar_tagger:latest `
You can’t perform that action at this time.
0 commit comments