Update README
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
language:
|
4 |
- de
|
5 |
tags:
|
@@ -13,17 +15,17 @@ model-index:
|
|
13 |
|
14 |
# german-qg-t5-drink600
|
15 |
|
16 |
-
This model is fine-tuned in question generation in German. The expected answer must be highlighted with
|
17 |
|
18 |
## Task example
|
19 |
|
20 |
#### Input
|
21 |
-
|
22 |
generate question: Der Monk Sour Drink ist ein somit eine aromatische Überraschung,
|
23 |
die sowohl <hl>im Sommer wie auch zu Silvester<hl> funktioniert.
|
24 |
-
|
25 |
#### Expected Question
|
26 |
-
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
widget:
|
4 |
+
- text: "generate question: Der Monk Sour Drink ist ein somit eine aromatische Überraschung, die sowohl <hl>im Sommer wie auch zu Silvester<hl> funktioniert."
|
5 |
language:
|
6 |
- de
|
7 |
tags:
|
|
|
15 |
|
16 |
# german-qg-t5-drink600
|
17 |
|
18 |
+
This model is fine-tuned in question generation in German. The expected answer must be highlighted with <hl> token. It is based on [german-qg-t5-quad](https://huggingface.co/dehio/german-qg-t5-quad) and further pre-trained on drink related questions.
|
19 |
|
20 |
## Task example
|
21 |
|
22 |
#### Input
|
23 |
+
|
24 |
generate question: Der Monk Sour Drink ist ein somit eine aromatische Überraschung,
|
25 |
die sowohl <hl>im Sommer wie auch zu Silvester<hl> funktioniert.
|
26 |
+
|
27 |
#### Expected Question
|
28 |
+
Zu welchen Gelegenheiten passt der Monk Sour gut?
|
29 |
|
30 |
## Model description
|
31 |
|