Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,14 @@ language:
|
|
13 |
- hu
|
14 |
---
|
15 |
|
16 |
-
xlm-roberta model trained on hungarian ner dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
|
19 |
```python
|
|
|
13 |
- hu
|
14 |
---
|
15 |
|
16 |
+
xlm-roberta model trained on [hungarian ner](https://flairnlp.github.io/docs/tutorial-training/how-to-load-prepared-dataset) dataset from flair
|
17 |
+
|
18 |
+
| Test metric | Results |
|
19 |
+
|-------------------------|--------------------------|
|
20 |
+
| test_f1_mac_hu_ner | 0.9962009787559509 |
|
21 |
+
| test_loss_hu_ner | 0.019755737856030464 |
|
22 |
+
| test_prec_mac_hu_ner | 0.9692726135253906 |
|
23 |
+
| test_rec_mac_hu_ner | 0.9708725810050964 |
|
24 |
|
25 |
|
26 |
```python
|