Update metadata with huggingface_hub
Browse files
README.md
CHANGED
@@ -22,6 +22,16 @@ model-index:
|
|
22 |
- type: bertscore
|
23 |
value: 0.6755750492952126
|
24 |
name: BERTScore Recall
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
A question generation model trained on `SQuAD` dataset.
|
27 |
|
|
|
22 |
- type: bertscore
|
23 |
value: 0.6755750492952126
|
24 |
name: BERTScore Recall
|
25 |
+
- task:
|
26 |
+
type: text2text-generation
|
27 |
+
name: Question Generation
|
28 |
+
dataset:
|
29 |
+
name: Spoken-SQuAD
|
30 |
+
type: alinet/spoken_squad
|
31 |
+
metrics:
|
32 |
+
- type: bertscore
|
33 |
+
value: 0.6213396327948998
|
34 |
+
name: BERTScore F1
|
35 |
---
|
36 |
A question generation model trained on `SQuAD` dataset.
|
37 |
|