Commit
·
ee98ef9
1
Parent(s):
b084f03
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,14 @@ widget:
|
|
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 a private dataset with 300 sentences/phrases with 1954 token labels (IOB2 format).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.6791
|
27 |
- Precision: 0.7515
|
|
|
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 a private dataset with 300 sentences/phrases with 1954 token labels (IOB2 format) aimed at extracting software requirement related named entities. The following labels are used:
|
25 |
+
- Actor (used for all types of software users and groups of users)
|
26 |
+
- COTS (abbreviation for Commercial Off-The-Shelf Software)
|
27 |
+
- Function (used for functions, functionality, features)
|
28 |
+
- Result (used for system result, goals and system output)
|
29 |
+
- Entity (used for all entities stored/processed by the software)
|
30 |
+
- Attribute (used for attributes of entities)
|
31 |
+
|
32 |
It achieves the following results on the evaluation set:
|
33 |
- Loss: 0.6791
|
34 |
- Precision: 0.7515
|