Update README.md
Browse files
README.md
CHANGED
@@ -76,6 +76,9 @@ print(f"the predction of the dataset : {final_output}")
|
|
76 |
The Correct answer:-Option 1
|
77 |
```
|
78 |
|
|
|
|
|
|
|
79 |
## Evaluation
|
80 |
|
81 |
The following tables summarize the scores obtained by the **GPT2-CosmosQA**.
|
|
|
76 |
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
|
83 |
|
84 |
The following tables summarize the scores obtained by the **GPT2-CosmosQA**.
|