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