Update README.md
Browse files
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
|