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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -78,15 +78,15 @@ The Correct answer:-Option 1
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
84
 
85
- The following tables summarize the scores obtained by the **GPT2-CosmosQA**.
86
 
87
  | Model | Dev Acc | Test Acc |
88
  |:---------------:|:-----:|:-----:|
89
- | GPT-FT | 54.0 | 54.4. |
90
  | GPT2-CosmosQA | 60.3 | 59.7 |
91
 
92
 
 
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 as first input and all the 4 possible choices as the second input to our tokenizer.
82
 
83
  ## Evaluation
84
 
85
+ The following tables summarize the scores obtained by the **GPT2-CosmosQA**.The ones marked as (*) are the baseline models.
86
 
87
  | Model | Dev Acc | Test Acc |
88
  |:---------------:|:-----:|:-----:|
89
+ | GPT-FT * | 54.0 | 54.4. |
90
  | GPT2-CosmosQA | 60.3 | 59.7 |
91
 
92