Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
# DSPFirst-Finetuning-4
|
| 15 |
|
| 16 |
-
This model is a fine-tuned version of [ahotrod/electra_large_discriminator_squad2_512](https://huggingface.co/ahotrod/electra_large_discriminator_squad2_512) on a generated Questions and Answers dataset from the DSPFirst textbook based on the SQuAD 2.0 format
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
- Loss: 1.1113
|
| 19 |
- Exact: 63.9013
|
|
@@ -36,7 +36,8 @@ It achieves the following results on the evaluation set:
|
|
| 36 |
```
|
| 37 |
|
| 38 |
# Dataset
|
| 39 |
-
A visualization of the dataset can be found [here](https://github.gatech.edu/pages/VIP-ITS/textbook_SQuAD_explore/explore/textbookv1.0/textbook/)
|
|
|
|
| 40 |
```
|
| 41 |
DatasetDict({
|
| 42 |
train: Dataset({
|
|
@@ -52,7 +53,8 @@ DatasetDict({
|
|
| 52 |
|
| 53 |
## Intended uses & limitations
|
| 54 |
|
| 55 |
-
This model is fine-tuned to answer questions from the DSPFirst textbook. I'm not really sure what I am doing so you should review before using it
|
|
|
|
| 56 |
|
| 57 |
## Training and evaluation data
|
| 58 |
|
|
|
|
| 13 |
|
| 14 |
# DSPFirst-Finetuning-4
|
| 15 |
|
| 16 |
+
This model is a fine-tuned version of [ahotrod/electra_large_discriminator_squad2_512](https://huggingface.co/ahotrod/electra_large_discriminator_squad2_512) on a generated Questions and Answers dataset from the DSPFirst textbook based on the SQuAD 2.0 format.<br />
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
- Loss: 1.1113
|
| 19 |
- Exact: 63.9013
|
|
|
|
| 36 |
```
|
| 37 |
|
| 38 |
# Dataset
|
| 39 |
+
A visualization of the dataset can be found [here](https://github.gatech.edu/pages/VIP-ITS/textbook_SQuAD_explore/explore/textbookv1.0/textbook/).<br />
|
| 40 |
+
The split between train and test is 70% and 30% respectively.
|
| 41 |
```
|
| 42 |
DatasetDict({
|
| 43 |
train: Dataset({
|
|
|
|
| 53 |
|
| 54 |
## Intended uses & limitations
|
| 55 |
|
| 56 |
+
This model is fine-tuned to answer questions from the DSPFirst textbook. I'm not really sure what I am doing so you should review before using it.<br />
|
| 57 |
+
Also, you should improve the Dataset either by using a **better generated questions and answers model** (currently using https://github.com/patil-suraj/question_generation) or perform **data augmentation** to increase dataset size.
|
| 58 |
|
| 59 |
## Training and evaluation data
|
| 60 |
|