Update README.md
Browse files
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:
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|