gsgoncalves commited on
Commit
7658ec2
1 Parent(s): cc17e29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,14 +5,14 @@ datasets:
5
  language:
6
  - en
7
  tags:
8
- - question-answering
9
  - multiple-choice
10
  ---
11
  # Model Card for Model ID
12
 
13
  <!-- Provide a quick summary of what the model is/does. -->
14
 
15
- This model was finetuned on RACE for multiple choice QA. The initial model used was distilroberta-base https://huggingface.co/distilroberta-base
16
 
17
  The model was trained using the code from https://github.com/zphang/lrqa. Please refer to and cite the authors.
18
 
 
5
  language:
6
  - en
7
  tags:
8
+ - text classification
9
  - multiple-choice
10
  ---
11
  # Model Card for Model ID
12
 
13
  <!-- Provide a quick summary of what the model is/does. -->
14
 
15
+ This model was finetuned on RACE for multiple choice (text classification). The initial model used was distilroberta-base https://huggingface.co/distilroberta-base
16
 
17
  The model was trained using the code from https://github.com/zphang/lrqa. Please refer to and cite the authors.
18