Update metadata with huggingface_hub
Browse files
README.md
CHANGED
@@ -3,6 +3,19 @@ language:
|
|
3 |
- en
|
4 |
datasets:
|
5 |
- squad
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
A question generation model trained on `SQuAD` dataset.
|
8 |
|
|
|
3 |
- en
|
4 |
datasets:
|
5 |
- squad
|
6 |
+
model-index:
|
7 |
+
- name: alinet/bart-base-squad-qg
|
8 |
+
results:
|
9 |
+
- task:
|
10 |
+
type: text2text-generation
|
11 |
+
name: Question Generation
|
12 |
+
dataset:
|
13 |
+
name: MRQA
|
14 |
+
type: mrqa
|
15 |
+
metrics:
|
16 |
+
- type: bertscore
|
17 |
+
value: 0.6818813686383791
|
18 |
+
name: BERTScore F1
|
19 |
---
|
20 |
A question generation model trained on `SQuAD` dataset.
|
21 |
|