Update README.md
Browse files
README.md
CHANGED
@@ -39,10 +39,9 @@ Note that some concepts in the test set were not available in the train and vali
|
|
39 |
Here we use several metrics for classification tasks including macro-average F1, precision, recall and Matthew correlation.
|
40 |
|
41 |
### Results
|
42 |
-
{'f1': 0.
|
43 |
-
'precision': 0.
|
44 |
-
'recall': 0.
|
45 |
-
'matthews_correlation': 0.7203455851532575}
|
46 |
|
47 |
## Model Card Contact
|
48 |
Feel free to reach out to me at [email protected] if you have any question or suggestion.
|
|
|
39 |
Here we use several metrics for classification tasks including macro-average F1, precision, recall and Matthew correlation.
|
40 |
|
41 |
### Results
|
42 |
+
{'f1': 0.6282171983322534,
|
43 |
+
'precision': 0.6449102548010544,
|
44 |
+
'recall': 0.6123665141113653}
|
|
|
45 |
|
46 |
## Model Card Contact
|
47 |
Feel free to reach out to me at [email protected] if you have any question or suggestion.
|