SamLowe commited on
Commit
9b6b324
1 Parent(s): b2998e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -55,7 +55,6 @@ Using a fixed threshold of 0.5 to convert the scores to binary predictions for e
55
  This is a multi-label, multi-class dataset, so each label is effectively a separate binary classification and metrics are better measured per label.
56
 
57
  Optimising the threshold per label to optimise the F1 metric, the metrics (evaluated on the go_emotions test split) are:
58
-
59
  | | f1 | precision | recall | support | threshold |
60
  | -------------- | ----- | --------- | ------ | ------- | --------- |
61
  | admiration | 0.561 | 0.517 | 0.613 | 504 | 0.25 |
 
55
  This is a multi-label, multi-class dataset, so each label is effectively a separate binary classification and metrics are better measured per label.
56
 
57
  Optimising the threshold per label to optimise the F1 metric, the metrics (evaluated on the go_emotions test split) are:
 
58
  | | f1 | precision | recall | support | threshold |
59
  | -------------- | ----- | --------- | ------ | ------- | --------- |
60
  | admiration | 0.561 | 0.517 | 0.613 | 504 | 0.25 |