jtlicardo commited on
Commit
494ac91
1 Parent(s): 9a46e5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
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 an unknown dataset.
28
- It achieves the following results on the evaluation set:
 
 
 
 
 
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