Errorman23 commited on
Commit
8c07296
·
verified ·
1 Parent(s): e0c2c52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -7,5 +7,6 @@ metrics:
7
  base_model:
8
  - distilbert/distilbert-base-uncased
9
  ---
10
- # IMPORTANT: Make sure to use best_threshold = 0.4757 upon inference for good performance, not at 0.5
 
11
 
 
7
  base_model:
8
  - distilbert/distilbert-base-uncased
9
  ---
10
+ # Use best_threshold = 0.4757 (in model config file) upon inference for better performance, not at 0.5
11
+ Though it won't make much of a differencee in term of the F1 score on the Eval set.. haha
12