jtlicardo commited on
Commit
a4d9c96
·
1 Parent(s): b8b5f50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -19,7 +19,13 @@ should probably proofread and complete it, then remove this comment. -->
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
 
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:
23
+
24
+ * `'AGENT'
25
+ * 'TASK'
26
+ * 'TASK_INFO'
27
+ * 'PROCESS_INFO'
28
+ * 'CONDITION'`
29
 
30
  It achieves the following results on the evaluation set:
31
  - Loss: 0.2909