alirezamsh commited on
Commit
c8f24ca
1 Parent(s): 14a5ed8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ It outputs a 1-5 answer overlap score. The scorer is trained on their MOCHA data
15
 
16
  The input to the model is defined as:
17
  ```
18
- [CLS] cand. question [q] gold answer [r] pred answer [c] context
19
  ```
20
 
21
 
 
15
 
16
  The input to the model is defined as:
17
  ```
18
+ [CLS] question [q] gold answer [r] pred answer [c] context
19
  ```
20
 
21