asahi417 commited on
Commit
3fb7c1b
1 Parent(s): 2f4073c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -3,10 +3,9 @@ language:
3
  - en
4
  tags:
5
  - question generation
6
- - question answer generation
7
  license: mit
8
  datasets:
9
- - squad
10
  metrics:
11
  - bleu
12
  - meteor
@@ -64,7 +63,7 @@ All evaluations were done using our [evaluation script](https://github.com/asahi
64
 
65
  | BLEU 4 | ROUGE L | METEOR | BERTScore | MoverScore |
66
  | ------ | -------- | ------ | --------- | ---------- |
67
- | 21.75 | 50.48 | 25.12 | 90.78 | 64.80 |
68
 
69
  ## Fine-tuning Parameters
70
  We ran grid search to find the best hyper-parameters and continued fine-tuning until the validation metric decrease.
 
3
  - en
4
  tags:
5
  - question generation
 
6
  license: mit
7
  datasets:
8
+ - asahi417/qg_squad
9
  metrics:
10
  - bleu
11
  - meteor
 
63
 
64
  | BLEU 4 | ROUGE L | METEOR | BERTScore | MoverScore |
65
  | ------ | -------- | ------ | --------- | ---------- |
66
+ | 26.16 | 53.84 | 27.07 | 91.00 | 64.99 |
67
 
68
  ## Fine-tuning Parameters
69
  We ran grid search to find the best hyper-parameters and continued fine-tuning until the validation metric decrease.