rbattle commited on
Commit
0d77e83
1 Parent(s): edfb0e2

Add missing closing ">"

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ The QA evaluator was originally designed to be used with the [t5-base-question-g
8
 
9
  The input for the QA evaluator follows the format for `BertForSequenceClassification`, but using the question and answer as the two sequences. Inputs should take the following format:
10
  ```
11
- [CLS] <question> [SEP] <answer [SEP]
12
  ```
13
 
14
  ## Limitations and bias
 
8
 
9
  The input for the QA evaluator follows the format for `BertForSequenceClassification`, but using the question and answer as the two sequences. Inputs should take the following format:
10
  ```
11
+ [CLS] <question> [SEP] <answer> [SEP]
12
  ```
13
 
14
  ## Limitations and bias