sileod commited on
Commit
523fe53
1 Parent(s): 6ee79b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -159,7 +159,7 @@ Each task had a specific CLS embedding, which is dropped 10% of the time to faci
159
  The number of examples per task was capped to 64. The model was trained for 20k steps with a batch size of 384, a peak learning rate of 2e-5.
160
 
161
  You can fine-tune this model to use it for multiple-choice or any classification task (e.g. NLI) like any debertav2 model.
162
- This model has strong validation performance on many tasks (e.g. 70% on WNLI).
163
 
164
  The list of tasks is available in tasks.md
165
 
 
159
  The number of examples per task was capped to 64. The model was trained for 20k steps with a batch size of 384, a peak learning rate of 2e-5.
160
 
161
  You can fine-tune this model to use it for multiple-choice or any classification task (e.g. NLI) like any debertav2 model.
162
+ This model has strong zero-shot validation performance on many tasks (e.g. 70% on WNLI).
163
 
164
  The list of tasks is available in tasks.md
165