Add metrics to README
Browse files
README.md
CHANGED
@@ -62,6 +62,22 @@ metrics:
|
|
62 |
|
63 |
This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model that can be used for Named Entity Recognition. In particular, this SpanMarker model uses [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) as the underlying encoder. See [train.py](train.py) for the training script.
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
## Usage
|
66 |
|
67 |
To use this model for inference, first install the `span_marker` library:
|
|
|
62 |
|
63 |
This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model that can be used for Named Entity Recognition. In particular, this SpanMarker model uses [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) as the underlying encoder. See [train.py](train.py) for the training script.
|
64 |
|
65 |
+
## Metrics
|
66 |
+
|
67 |
+
| **Language** | **F1** | **Precision** | **Recall** |
|
68 |
+
|--------------|--------|---------------|------------|
|
69 |
+
| all | 91.31 | 91.99 | 90.64 |
|
70 |
+
| **de** | 93.77 | 93.56 | 93.87 |
|
71 |
+
| **en** | 94.55 | 94.01 | 95.10 |
|
72 |
+
| **es** | 90.82 | 92.58 | 89.13 |
|
73 |
+
| **fr** | 90.90 | 93.23 | 88.68 |
|
74 |
+
| **it** | 93.40 | 90.23 | 92.60 |
|
75 |
+
| **nl** | 92.47 | 93.61 | 91.36 |
|
76 |
+
| **pl** | 91.66 | 92.51 | 90.81 |
|
77 |
+
| **pt** | 91.73 | 93.29 | 90.22 |
|
78 |
+
| **ru** | 92.64 | 92.37 | 92.91 |
|
79 |
+
| **zh** | 82.38 | 83.23 | 81.55 |
|
80 |
+
|
81 |
## Usage
|
82 |
|
83 |
To use this model for inference, first install the `span_marker` library:
|