Commit ·
1b8365c
1
Parent(s): 8ead242
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,21 +10,36 @@ metrics:
|
|
| 10 |
model-index:
|
| 11 |
- name: req_mod_ner_modelv2
|
| 12 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 16 |
-
should probably proofread and complete it, then remove this comment. -->
|
| 17 |
|
| 18 |
# req_mod_ner_modelv2
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [pdelobelle/robbert-v2-dutch-ner](https://huggingface.co/pdelobelle/robbert-v2-dutch-ner) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
-
- Precision: 0.
|
| 24 |
-
- Recall: 0.
|
| 25 |
-
- F1: 0.
|
| 26 |
-
- Accuracy: 0.
|
| 27 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 10 |
model-index:
|
| 11 |
- name: req_mod_ner_modelv2
|
| 12 |
results: []
|
| 13 |
+
widget:
|
| 14 |
+
- text: "De Oplossing ondersteunt het zoeken op de metadata van zaken, documenten en objecten en op gegevens uit de basisregistraties die gekoppeld zijn aan een zaak."
|
| 15 |
+
- text: "De Oplossing ondersteunt parafering en het plaatsen van een gecertificeerde elektronische handtekening."
|
| 16 |
+
- text: "De Aangeboden oplossing stelt de medewerker in staat een zaak te registreren."
|
| 17 |
+
- text: "Het Financieel systeem heeft functionaliteit om een debiteurenadministratie te voeren."
|
| 18 |
+
- text: "Als gebruiker wil ik dat de oplossing mij naar zaken laat zoeken op basis van zaaknummer, zaaktitel, omschrijving en datum."
|
| 19 |
---
|
| 20 |
|
|
|
|
|
|
|
| 21 |
|
| 22 |
# req_mod_ner_modelv2
|
| 23 |
|
| 24 |
This model is a fine-tuned version of [pdelobelle/robbert-v2-dutch-ner](https://huggingface.co/pdelobelle/robbert-v2-dutch-ner) on the None dataset.
|
| 25 |
It achieves the following results on the evaluation set:
|
| 26 |
+
- Loss: 0.6791
|
| 27 |
+
- Precision: 0.7515
|
| 28 |
+
- Recall: 0.7299
|
| 29 |
+
- F1: 0.7405
|
| 30 |
+
- Accuracy: 0.9253
|
| 31 |
+
- {'Actor': {'precision': 0.8571428571428571, 'recall': 1.0, 'f1': 0.923076923076923, 'number': 12}, 'Attribute': {'precision': 0.9166666666666666, 'recall': 0.7096774193548387, 'f1': 0.7999999999999999, 'number': 31}, 'COTS': {'precision': 0.7916666666666666, 'recall': 0.7916666666666666, 'f1': 0.7916666666666666, 'number': 24}, 'Entity': {'precision': 0.7837837837837838, 'recall': 0.8285714285714286, 'f1': 0.8055555555555555, 'number': 35}, 'Function': {'precision': 0.7321428571428571, 'recall': 0.6612903225806451, 'f1': 0.6949152542372881, 'number': 62}, 'Result': {'precision': 0.2857142857142857, 'recall': 0.4, 'f1': 0.3333333333333333, 'number': 10}, 'overall_precision': 0.7514792899408284, 'overall_recall': 0.7298850574712644, 'overall_f1': 0.7405247813411079, 'overall_accuracy': 0.9253499222395023} |
|
| 32 |
+
|
| 33 |
+
# Metrics per named-entity
|
| 34 |
+
|
| 35 |
+
| NER-tag | Precision | Recall | F1 | Support |
|
| 36 |
+
|:---------:|:---------:|:------:|:----:|:-------:|
|
| 37 |
+
| Actor | 0.86 | 1.00 | 0.92 | 12 |
|
| 38 |
+
| COTS | 0.79 | 0.79 | 0.79 | 24 |
|
| 39 |
+
| Function | 0.73 | 0.66 | 0.69 | 62 |
|
| 40 |
+
| Result | 0.29 | 0.40 | 0.33 | 10 |
|
| 41 |
+
| Entity | 0.78 | 0.83 | 0.81 | 35 |
|
| 42 |
+
| Attribute | 0.92 | 0.71 | 0.80 | 31 |
|
| 43 |
|
| 44 |
## Model description
|
| 45 |
|