sjrhuschlee commited on
Commit
a602180
1 Parent(s): 4a0e5e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -32,6 +32,6 @@ max_seq_len = 512
32
  learning_rate = 2e-5
33
  lr_schedule = LinearWarmup
34
  warmup_proportion = 0.2
35
- doc_stride=128
36
- max_query_length=64
37
  ```
 
32
  learning_rate = 2e-5
33
  lr_schedule = LinearWarmup
34
  warmup_proportion = 0.2
35
+ doc_stride = 128
36
+ max_query_length = 64
37
  ```