gsgoncalves
commited on
Commit
•
7658ec2
1
Parent(s):
cc17e29
Update README.md
Browse files
README.md
CHANGED
@@ -5,14 +5,14 @@ datasets:
|
|
5 |
language:
|
6 |
- en
|
7 |
tags:
|
8 |
-
-
|
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
|
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 |
|