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