jtlicardo commited on
Commit
b8b5f50
1 Parent(s): fd7fddb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -17,7 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # bert-finetuned-v4
19
 
20
- This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on my local bpmn_ner_update dataset containing the following labels: `'AGENT', 'TASK', 'TASK_INFO', 'PROCESS_INFO', 'CONDITION'`
 
 
21
 
22
  It achieves the following results on the evaluation set:
23
  - Loss: 0.2909
 
17
 
18
  # bert-finetuned-v4
19
 
20
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on a dataset containing textual process descriptions.
21
+
22
+ The dataset contains 5 target labels: `'AGENT', 'TASK', 'TASK_INFO', 'PROCESS_INFO', 'CONDITION'`
23
 
24
  It achieves the following results on the evaluation set:
25
  - Loss: 0.2909