Commit
·
9e67f5f
1
Parent(s):
2b1b9f9
Added F1 scores
Browse files
README.md
CHANGED
|
@@ -40,7 +40,10 @@ Start your sentence with a label that indicates which dimension to measure. An e
|
|
| 40 |
Please make sure to follow the exact format "<value\_name>" at the beginning of the sentence as this is a special token in the tokenizer: any spaces or different formats will not be encoded correctly.
|
| 41 |
|
| 42 |
## Performances
|
| 43 |
-
- F1 score (macro)
|
|
|
|
|
|
|
|
|
|
| 44 |
|
| 45 |
## Training details
|
| 46 |
- Base model: bert-base-uncased
|
|
|
|
| 40 |
Please make sure to follow the exact format "<value\_name>" at the beginning of the sentence as this is a special token in the tokenizer: any spaces or different formats will not be encoded correctly.
|
| 41 |
|
| 42 |
## Performances
|
| 43 |
+
- F1 score (macro)
|
| 44 |
+
- ValueNet only: 0.648
|
| 45 |
+
- ValueEval only: 0.744
|
| 46 |
+
- Combined: 0.759
|
| 47 |
|
| 48 |
## Training details
|
| 49 |
- Base model: bert-base-uncased
|