kelingwang commited on
Commit
8ae5705
1 Parent(s): 4448954

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ This model predicts strength of causation (SoC) labels based on the text inputs
58
 
59
  # Performance and hyperparameters
60
  ## Test metrics
61
- This model achieves the following results on the test dataset. The test dataset is a 25% held-out split of the entire dataset with `SEED=114514`.
62
  * Loss: 0.0049709
63
  * Off-by-1 accuracy: 100.0000
64
  * Off-by-2 accuracy: 100.0000
 
58
 
59
  # Performance and hyperparameters
60
  ## Test metrics
61
+ This model achieves the following results on the test dataset. The test dataset is a 25% held-out stratified split of the entire dataset with `SEED=114514`.
62
  * Loss: 0.0049709
63
  * Off-by-1 accuracy: 100.0000
64
  * Off-by-2 accuracy: 100.0000