Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Short Answer Classification Model
|
2 |
This is a finetuned MPnet model with a classification head designed to predict whether a short answer is correct.
|
3 |
|
@@ -8,3 +15,8 @@ This model was trained on the MultiRC dataset, a corpus of 20,422 answers to 5,1
|
|
8 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/62618635bbcbd1c34f184eb8/RSBKUUg4s27_1dR-2e5pw.png)
|
9 |
|
10 |
Input sequences to the model should follow this pattern: `{target_answer} </s> {reference_answer}`
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
base_model: microsoft/mpnet-base
|
6 |
+
---
|
7 |
+
|
8 |
# Short Answer Classification Model
|
9 |
This is a finetuned MPnet model with a classification head designed to predict whether a short answer is correct.
|
10 |
|
|
|
15 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/62618635bbcbd1c34f184eb8/RSBKUUg4s27_1dR-2e5pw.png)
|
16 |
|
17 |
Input sequences to the model should follow this pattern: `{target_answer} </s> {reference_answer}`
|
18 |
+
|
19 |
+
|
20 |
+
## Contact
|
21 |
+
This model was developed by LEAR Lab at Vanderbilt University.
|
22 |
+
For questions or comments about this model, please contact [[email protected]]([email protected]).
|