Update README.md
Browse files
README.md
CHANGED
|
@@ -14,6 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
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.
|
| 15 |
|
| 16 |
# Dataset
|
|
|
|
| 17 |
DatasetDict({
|
| 18 |
train: Dataset({
|
| 19 |
features: ['id', 'title', 'context', 'question', 'answers'],
|
|
@@ -24,6 +25,7 @@ DatasetDict({
|
|
| 24 |
num_rows: 1189
|
| 25 |
})
|
| 26 |
})
|
|
|
|
| 27 |
|
| 28 |
It achieves the following results on the evaluation set:
|
| 29 |
- Loss: 0.9236
|
|
|
|
| 14 |
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.
|
| 15 |
|
| 16 |
# Dataset
|
| 17 |
+
```
|
| 18 |
DatasetDict({
|
| 19 |
train: Dataset({
|
| 20 |
features: ['id', 'title', 'context', 'question', 'answers'],
|
|
|
|
| 25 |
num_rows: 1189
|
| 26 |
})
|
| 27 |
})
|
| 28 |
+
```
|
| 29 |
|
| 30 |
It achieves the following results on the evaluation set:
|
| 31 |
- Loss: 0.9236
|