Update README
Browse files
README.md
CHANGED
@@ -19,21 +19,20 @@ model-index:
|
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
20 |
should probably proofread and complete it, then remove this comment. -->
|
21 |
|
22 |
-
# german-qg-t5-e2e-quad
|
23 |
|
24 |
-
This model is a fine-tuned version of [valhalla/t5-base-e2e-qg](https://huggingface.co/valhalla/t5-base-e2e-qg) on the
|
25 |
|
26 |
-
## Model description
|
27 |
-
|
28 |
-
More information needed
|
29 |
-
|
30 |
-
## Intended uses & limitations
|
31 |
|
32 |
More information needed
|
33 |
|
34 |
## Training and evaluation data
|
35 |
|
36 |
-
|
|
|
|
|
|
|
37 |
|
38 |
## Training procedure
|
39 |
|
|
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
20 |
should probably proofread and complete it, then remove this comment. -->
|
21 |
|
22 |
+
# german-qg-t5-e2e-quad (Work in progress)
|
23 |
|
24 |
+
This model is a end-to-end question generation model in German. Given a text, it generates several questions about it. This model is a fine-tuned version of [valhalla/t5-base-e2e-qg](https://huggingface.co/valhalla/t5-base-e2e-qg) on the [GermanQuAD dataset from deepset](https://huggingface.co/datasets/deepset/germanquad).
|
25 |
|
26 |
+
## Model description
|
|
|
|
|
|
|
|
|
27 |
|
28 |
More information needed
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
+
Bleu_1: 0.196051
|
33 |
+
Bleu_2: 0.122380
|
34 |
+
Bleu_3: 0.079980
|
35 |
+
Bleu_4: 0.053672
|
36 |
|
37 |
## Training procedure
|
38 |
|