Commit
·
ac41675
1
Parent(s):
83563d0
Update README.md
Browse files
README.md
CHANGED
@@ -47,18 +47,13 @@ text = text.replace("ţ", "ț").replace("ş", "ș").replace("Ţ", "Ț").replace(
|
|
47 |
```
|
48 |
|
49 |
## NER evaluation results
|
50 |
-
metric|dev|test
|
51 |
-
-|-|-
|
52 |
-
f1 |95.1 |91.3
|
53 |
-
precision |95.0 |90.7
|
54 |
-
recall |95.3 |91.9
|
55 |
|
56 |
-
|
57 |
-
{'test/avg_loss': 0.20585431158542633,
|
58 |
'test/ent_type': 0.9276865720748901,
|
59 |
'test/exact': 0.9118986129760742,
|
60 |
'test/partial': 0.9356381297111511,
|
61 |
-
'test/strict': 0.8921924233436584
|
|
|
62 |
|
63 |
## Corpus details
|
64 |
|
|
|
47 |
```
|
48 |
|
49 |
## NER evaluation results
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
+
```
|
|
|
52 |
'test/ent_type': 0.9276865720748901,
|
53 |
'test/exact': 0.9118986129760742,
|
54 |
'test/partial': 0.9356381297111511,
|
55 |
+
'test/strict': 0.8921924233436584
|
56 |
+
```
|
57 |
|
58 |
## Corpus details
|
59 |
|