Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ language:
|
|
7 |
|
8 |
# MCQBert Model Card
|
9 |
|
10 |
-
MCQBert is a robust and versatile BERT-based model fine-tuned to predict the correct answers for multiple-choice questions (MCQs) within Intelligent Tutoring Systems (ITS). Using LernnaviBERT as a base model, MCQBert is able to understand and process educational language in German, especially in grammar teaching, where sentences contain mistakes. The model processes both the text of the questions and the answer to predict the correct response to a question and is designed to be fine-tuned on student's interactions for Student Answer Forecasting.
|
11 |
It is trained on one objective: given a question and answer pair, classificate whether the answer is correct or not.
|
12 |
|
13 |
### Model Sources
|
|
|
7 |
|
8 |
# MCQBert Model Card
|
9 |
|
10 |
+
MCQBert is a robust and versatile BERT-based model fine-tuned to predict the correct answers for multiple-choice questions (MCQs) within Intelligent Tutoring Systems (ITS). Using [LernnaviBERT](https://huggingface.co/epfl-ml4ed/LernnaviBERT) as a base model, MCQBert is able to understand and process educational language in German, especially in grammar teaching, where sentences contain mistakes. The model processes both the text of the questions and the answer to predict the correct response to a question and is designed to be fine-tuned on student's interactions for Student Answer Forecasting.
|
11 |
It is trained on one objective: given a question and answer pair, classificate whether the answer is correct or not.
|
12 |
|
13 |
### Model Sources
|