Vivek commited on
Commit
b7f4e53
·
1 Parent(s): f88f1c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -77,6 +77,7 @@ The Correct answer:-Option 1
77
  ```
78
 
79
  ##Preprocessing
 
80
  The text are tokenized using the GPT2 tokenizer.To feed the inputs of multiple choice we concatenated context and question with all the 4 possible choices.We used the first sentence as context+question and the second sentence as choices to feed 2 inputs to our tokenizer.
81
 
82
  ## Evaluation
 
77
  ```
78
 
79
  ##Preprocessing
80
+
81
  The text are tokenized using the GPT2 tokenizer.To feed the inputs of multiple choice we concatenated context and question with all the 4 possible choices.We used the first sentence as context+question and the second sentence as choices to feed 2 inputs to our tokenizer.
82
 
83
  ## Evaluation