Update README.md
Browse files
README.md
CHANGED
@@ -24,8 +24,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
24 |
|
25 |
# bert-finetuned-bpmn
|
26 |
|
27 |
-
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
29 |
- Loss: 0.2656
|
30 |
- Precision: 0.7314
|
31 |
- Recall: 0.8366
|
|
|
24 |
|
25 |
# bert-finetuned-bpmn
|
26 |
|
27 |
+
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on a dataset containing the following labels:
|
28 |
+
* `AGENT`
|
29 |
+
* `TASK`
|
30 |
+
|
31 |
+
The dataset (and the notebook used for training) can be found on the following GitHub repo: https://github.com/jtlicardo/bert-finetuned-bpmn
|
32 |
+
|
33 |
+
The model achieves the following results on the evaluation set:
|
34 |
- Loss: 0.2656
|
35 |
- Precision: 0.7314
|
36 |
- Recall: 0.8366
|