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