julian-schelb
commited on
Commit
•
27c6a86
1
Parent(s):
925a19d
Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,26 @@ This mode was traind using a subset of all [wikiann](https://huggingface.co/data
|
|
42 |
|
43 |
This model achieves the following results (meassured using the validation portion of the [wikiann](https://huggingface.co/datasets/wikiann)):
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
| Metric | Value |
|
46 |
|:-----------:|:----:|
|
47 |
|loss | 87.6 |
|
|
|
42 |
|
43 |
This model achieves the following results (meassured using the validation portion of the [wikiann](https://huggingface.co/datasets/wikiann)):
|
44 |
|
45 |
+
```python
|
46 |
+
{'LOC': {'f1': 0.8541617653978262,
|
47 |
+
'number': 42016,
|
48 |
+
'precision': 0.8444273885942878,
|
49 |
+
'recall': 0.8641231911652704},
|
50 |
+
'ORG': {'f1': 0.7504633739856393,
|
51 |
+
'number': 31226,
|
52 |
+
'precision': 0.7305394669011736,
|
53 |
+
'recall': 0.7715045154678793},
|
54 |
+
'PER': {'f1': 0.8639735635284596,
|
55 |
+
'number': 29647,
|
56 |
+
'precision': 0.863711444463172,
|
57 |
+
'recall': 0.8642358417377812},
|
58 |
+
'overall_accuracy': 0.926459490605155,
|
59 |
+
'overall_f1': 0.8250250567072849,
|
60 |
+
'overall_precision': 0.814290312198262,
|
61 |
+
'overall_recall': 0.8360466133405904}
|
62 |
+
|
63 |
+
```
|
64 |
+
|
65 |
| Metric | Value |
|
66 |
|:-----------:|:----:|
|
67 |
|loss | 87.6 |
|