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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -17,7 +17,8 @@ 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 an unknown dataset.
 
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.2909
23
  - Precision: 0.8557
 
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
24
  - Precision: 0.8557