asahi417 commited on
Commit
ed65565
1 Parent(s): 2c09dfd

model update

Browse files
Files changed (26) hide show
  1. config.json +1 -1
  2. eval/metric.first.answer.paragraph_answer.question.asahi417_qg_subjqa.movies.json +1 -0
  3. eval/metric.first.answer.paragraph_sentence.question.asahi417_qg_subjqa.movies.json +1 -0
  4. eval/metric.first.answer.sentence_answer.question.asahi417_qg_subjqa.movies.json +1 -0
  5. eval/metric.first.sentence.paragraph_answer.question.asahi417_qg_subjqa.movies.json +1 -0
  6. eval/metric.first.sentence.paragraph_sentence.question.asahi417_qg_subjqa.movies.json +1 -0
  7. eval/metric.first.sentence.sentence_answer.question.asahi417_qg_subjqa.movies.json +1 -0
  8. eval/metric.last.sentence.paragraph_answer.question.asahi417_qg_subjqa.movies.json +1 -0
  9. eval/metric.last.sentence.paragraph_sentence.question.asahi417_qg_subjqa.movies.json +1 -0
  10. eval/metric.last.sentence.sentence_answer.question.asahi417_qg_subjqa.movies.json +1 -0
  11. eval/metric.long.sentence.paragraph_answer.question.asahi417_qg_subjqa.movies.json +1 -0
  12. eval/metric.long.sentence.paragraph_sentence.question.asahi417_qg_subjqa.movies.json +1 -0
  13. eval/metric.long.sentence.sentence_answer.question.asahi417_qg_subjqa.movies.json +1 -0
  14. eval/metric.middle.sentence.paragraph_answer.question.asahi417_qg_subjqa.movies.json +1 -0
  15. eval/metric.middle.sentence.paragraph_sentence.question.asahi417_qg_subjqa.movies.json +1 -0
  16. eval/metric.short.sentence.paragraph_answer.question.asahi417_qg_subjqa.movies.json +1 -0
  17. eval/metric.short.sentence.paragraph_sentence.question.asahi417_qg_subjqa.movies.json +1 -0
  18. eval/samples.test.hyp.paragraph_answer.question.asahi417_qg_subjqa.movies.txt +154 -0
  19. eval/samples.test.hyp.paragraph_sentence.question.asahi417_qg_subjqa.movies.txt +154 -0
  20. eval/samples.test.hyp.sentence_answer.question.asahi417_qg_subjqa.movies.txt +154 -0
  21. eval/samples.validation.hyp.paragraph_answer.question.asahi417_qg_subjqa.movies.txt +101 -0
  22. eval/samples.validation.hyp.paragraph_sentence.question.asahi417_qg_subjqa.movies.txt +101 -0
  23. eval/samples.validation.hyp.sentence_answer.question.asahi417_qg_subjqa.movies.txt +101 -0
  24. pytorch_model.bin +2 -2
  25. tokenizer_config.json +1 -1
  26. trainer_config.json +1 -0
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bart_large_subjqa_movies/best_model",
3
  "activation_dropout": 0.1,
4
  "activation_function": "gelu",
5
  "add_bias_logits": false,
 
1
  {
2
+ "_name_or_path": "asahi417/lmqg-bart-large-squad",
3
  "activation_dropout": 0.1,
4
  "activation_function": "gelu",
5
  "add_bias_logits": false,
eval/metric.first.answer.paragraph_answer.question.asahi417_qg_subjqa.movies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation": {"Bleu_1": 0.23293768545959506, "Bleu_2": 0.15747350154113993, "Bleu_3": 0.0923679722710246, "Bleu_4": 0.06209721028260277, "METEOR": 0.2658676945292381, "ROUGE_L": 0.2705174074225573, "BERTScore": 0.935357385932809, "MoverScore": 0.6509901678613168}, "test": {"Bleu_1": 0.24165029469524396, "Bleu_2": 0.15777267778772716, "Bleu_3": 0.0705128737749021, "Bleu_4": 0.04213811599760002, "METEOR": 0.21637464104334672, "ROUGE_L": 0.2592040186771708, "BERTScore": 0.9322845204309984, "MoverScore": 0.6240379346458808}}
eval/metric.first.answer.paragraph_sentence.question.asahi417_qg_subjqa.movies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation": {"Bleu_1": 0.21815519765707445, "Bleu_2": 0.1448822905846096, "Bleu_3": 0.0848537790426159, "Bleu_4": 0.05792046001453688, "METEOR": 0.2438884074353564, "ROUGE_L": 0.25539407957073745, "BERTScore": 0.931262467167165, "MoverScore": 0.6268120585111875}, "test": {"Bleu_1": 0.22940074906345562, "Bleu_2": 0.14691750472333395, "Bleu_3": 0.06573214909181638, "Bleu_4": 0.03912530343887685, "METEOR": 0.20678806969745542, "ROUGE_L": 0.2522647454697743, "BERTScore": 0.929345996735932, "MoverScore": 0.6149186155709087}}
eval/metric.first.answer.sentence_answer.question.asahi417_qg_subjqa.movies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation": {"Bleu_1": 0.21988795518176488, "Bleu_2": 0.14547772097922723, "Bleu_3": 0.07689626290829243, "Bleu_4": 0.050758208178313516, "METEOR": 0.2681014774200997, "ROUGE_L": 0.26405382087135837, "BERTScore": 0.9327288081150243, "MoverScore": 0.6423326128590504}, "test": {"Bleu_1": 0.229128014842088, "Bleu_2": 0.14855870806270322, "Bleu_3": 0.06120663400031764, "Bleu_4": 0.034931617194410305, "METEOR": 0.2169728447063223, "ROUGE_L": 0.25292095614197724, "BERTScore": 0.9290774627165361, "MoverScore": 0.6143884805054969}}
eval/metric.first.sentence.paragraph_answer.question.asahi417_qg_subjqa.movies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation": {"Bleu_1": 0.23293768545959506, "Bleu_2": 0.15747350154113993, "Bleu_3": 0.0923679722710246, "Bleu_4": 0.06209721028260277, "METEOR": 0.2658676945292381, "ROUGE_L": 0.2705174074225573, "BERTScore": 0.935357394194839, "MoverScore": 0.6509901678613168}, "test": {"Bleu_1": 0.24165029469524396, "Bleu_2": 0.15777267778772716, "Bleu_3": 0.0705128737749021, "Bleu_4": 0.04213811599760002, "METEOR": 0.21637464104334672, "ROUGE_L": 0.2592040186771708, "BERTScore": 0.9322845239143867, "MoverScore": 0.6240379346458808}}
eval/metric.first.sentence.paragraph_sentence.question.asahi417_qg_subjqa.movies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation": {"Bleu_1": 0.21815519765707445, "Bleu_2": 0.1448822905846096, "Bleu_3": 0.0848537790426159, "Bleu_4": 0.05792046001453688, "METEOR": 0.2438884074353564, "ROUGE_L": 0.25539407957073745, "BERTScore": 0.93126246303615, "MoverScore": 0.6268120585111875}, "test": {"Bleu_1": 0.22940074906345562, "Bleu_2": 0.14691750472333395, "Bleu_3": 0.06573214909181638, "Bleu_4": 0.03912530343887685, "METEOR": 0.20678806969745542, "ROUGE_L": 0.2522647454697743, "BERTScore": 0.9293459975100183, "MoverScore": 0.6149186155709087}}
eval/metric.first.sentence.sentence_answer.question.asahi417_qg_subjqa.movies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation": {"Bleu_1": 0.21988795518176488, "Bleu_2": 0.14547772097922723, "Bleu_3": 0.07689626290829243, "Bleu_4": 0.050758208178313516, "METEOR": 0.2681014774200997, "ROUGE_L": 0.26405382087135837, "BERTScore": 0.9327288092953143, "MoverScore": 0.6423326128590504}, "test": {"Bleu_1": 0.229128014842088, "Bleu_2": 0.14855870806270322, "Bleu_3": 0.06120663400031764, "Bleu_4": 0.034931617194410305, "METEOR": 0.2169728447063223, "ROUGE_L": 0.25292095614197724, "BERTScore": 0.9290774708444421, "MoverScore": 0.6143884805054969}}
eval/metric.last.sentence.paragraph_answer.question.asahi417_qg_subjqa.movies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation": {"Bleu_1": 0.23293768545959506, "Bleu_2": 0.15747350154113993, "Bleu_3": 0.0923679722710246, "Bleu_4": 0.06209721028260277, "METEOR": 0.2658676945292381, "ROUGE_L": 0.2705174074225573, "BERTScore": 0.9353573776707791, "MoverScore": 0.6509901678613168}, "test": {"Bleu_1": 0.24165029469524396, "Bleu_2": 0.15777267778772716, "Bleu_3": 0.0705128737749021, "Bleu_4": 0.04213811599760002, "METEOR": 0.21637464104334672, "ROUGE_L": 0.2592040186771708, "BERTScore": 0.9322845235273436, "MoverScore": 0.6240379346458808}}
eval/metric.last.sentence.paragraph_sentence.question.asahi417_qg_subjqa.movies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation": {"Bleu_1": 0.21815519765707445, "Bleu_2": 0.1448822905846096, "Bleu_3": 0.0848537790426159, "Bleu_4": 0.05792046001453688, "METEOR": 0.2438884074353564, "ROUGE_L": 0.25539407957073745, "BERTScore": 0.931262461265715, "MoverScore": 0.6268120585111875}, "test": {"Bleu_1": 0.22940074906345562, "Bleu_2": 0.14691750472333395, "Bleu_3": 0.06573214909181638, "Bleu_4": 0.03912530343887685, "METEOR": 0.20678806969745542, "ROUGE_L": 0.2522647454697743, "BERTScore": 0.9293459998322772, "MoverScore": 0.6149186155709087}}
eval/metric.last.sentence.sentence_answer.question.asahi417_qg_subjqa.movies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation": {"Bleu_1": 0.21988795518176488, "Bleu_2": 0.14547772097922723, "Bleu_3": 0.07689626290829243, "Bleu_4": 0.050758208178313516, "METEOR": 0.2681014774200997, "ROUGE_L": 0.26405382087135837, "BERTScore": 0.9327288087051694, "MoverScore": 0.6423326128590504}, "test": {"Bleu_1": 0.229128014842088, "Bleu_2": 0.14855870806270322, "Bleu_3": 0.06120663400031764, "Bleu_4": 0.034931617194410305, "METEOR": 0.2169728447063223, "ROUGE_L": 0.25292095614197724, "BERTScore": 0.9290774723926147, "MoverScore": 0.6143884805054969}}
eval/metric.long.sentence.paragraph_answer.question.asahi417_qg_subjqa.movies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation": {"Bleu_1": 0.23293768545959506, "Bleu_2": 0.15747350154113993, "Bleu_3": 0.0923679722710246, "Bleu_4": 0.06209721028260277, "METEOR": 0.2658676945292381, "ROUGE_L": 0.2705174074225573, "BERTScore": 0.9353573865229541, "MoverScore": 0.6509901678613168}, "test": {"Bleu_1": 0.24165029469524396, "Bleu_2": 0.15777267778772716, "Bleu_3": 0.0705128737749021, "Bleu_4": 0.04213811599760002, "METEOR": 0.21637464104334672, "ROUGE_L": 0.2592040186771708, "BERTScore": 0.9322845215921278, "MoverScore": 0.6240379346458808}}
eval/metric.long.sentence.paragraph_sentence.question.asahi417_qg_subjqa.movies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation": {"Bleu_1": 0.21815519765707445, "Bleu_2": 0.1448822905846096, "Bleu_3": 0.0848537790426159, "Bleu_4": 0.05792046001453688, "METEOR": 0.2438884074353564, "ROUGE_L": 0.25539407957073745, "BERTScore": 0.9312624636262951, "MoverScore": 0.6268120585111875}, "test": {"Bleu_1": 0.22940074906345562, "Bleu_2": 0.14691750472333395, "Bleu_3": 0.06573214909181638, "Bleu_4": 0.03912530343887685, "METEOR": 0.20678806969745542, "ROUGE_L": 0.2522647454697743, "BERTScore": 0.9293459986711478, "MoverScore": 0.6149186155709087}}
eval/metric.long.sentence.sentence_answer.question.asahi417_qg_subjqa.movies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation": {"Bleu_1": 0.21988795518176488, "Bleu_2": 0.14547772097922723, "Bleu_3": 0.07689626290829243, "Bleu_4": 0.050758208178313516, "METEOR": 0.2681014774200997, "ROUGE_L": 0.26405382087135837, "BERTScore": 0.9327288098854594, "MoverScore": 0.6423326128590504}, "test": {"Bleu_1": 0.229128014842088, "Bleu_2": 0.14855870806270322, "Bleu_3": 0.06120663400031764, "Bleu_4": 0.034931617194410305, "METEOR": 0.2169728447063223, "ROUGE_L": 0.25292095614197724, "BERTScore": 0.9290774692962696, "MoverScore": 0.6143884805054969}}
eval/metric.middle.sentence.paragraph_answer.question.asahi417_qg_subjqa.movies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation": {"Bleu_1": 0.23293768545959506, "Bleu_2": 0.15747350154113993, "Bleu_3": 0.0923679722710246, "Bleu_4": 0.06209721028260277, "METEOR": 0.2658676945292381, "ROUGE_L": 0.2705174074225573, "BERTScore": 0.9353573847525191, "MoverScore": 0.6509901678613168}, "test": {"Bleu_1": 0.24165029469524396, "Bleu_2": 0.15777267778772716, "Bleu_3": 0.0705128737749021, "Bleu_4": 0.04213811599760002, "METEOR": 0.21637464104334672, "ROUGE_L": 0.2592040186771708, "BERTScore": 0.9322845215921278, "MoverScore": 0.6240379346458808}}
eval/metric.middle.sentence.paragraph_sentence.question.asahi417_qg_subjqa.movies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation": {"Bleu_1": 0.21815519765707445, "Bleu_2": 0.1448822905846096, "Bleu_3": 0.0848537790426159, "Bleu_4": 0.05792046001453688, "METEOR": 0.2438884074353564, "ROUGE_L": 0.25539407957073745, "BERTScore": 0.9312624577248451, "MoverScore": 0.6268120585111875}, "test": {"Bleu_1": 0.22940074906345562, "Bleu_2": 0.14691750472333395, "Bleu_3": 0.06573214909181638, "Bleu_4": 0.03912530343887685, "METEOR": 0.20678806969745542, "ROUGE_L": 0.2522647454697743, "BERTScore": 0.9293459936395868, "MoverScore": 0.6149186155709087}}
eval/metric.short.sentence.paragraph_answer.question.asahi417_qg_subjqa.movies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation": {"Bleu_1": 0.23293768545959506, "Bleu_2": 0.15747350154113993, "Bleu_3": 0.0923679722710246, "Bleu_4": 0.06209721028260277, "METEOR": 0.2658676945292381, "ROUGE_L": 0.2705174074225573, "BERTScore": 0.9353573924244041, "MoverScore": 0.6509901678613168}, "test": {"Bleu_1": 0.24165029469524396, "Bleu_2": 0.15777267778772716, "Bleu_3": 0.0705128737749021, "Bleu_4": 0.04213811599760002, "METEOR": 0.21637464104334672, "ROUGE_L": 0.2592040186771708, "BERTScore": 0.9322845235273436, "MoverScore": 0.6240379346458808}}
eval/metric.short.sentence.paragraph_sentence.question.asahi417_qg_subjqa.movies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation": {"Bleu_1": 0.21815519765707445, "Bleu_2": 0.1448822905846096, "Bleu_3": 0.0848537790426159, "Bleu_4": 0.05792046001453688, "METEOR": 0.2438884074353564, "ROUGE_L": 0.25539407957073745, "BERTScore": 0.9312624594952801, "MoverScore": 0.6268120585111875}, "test": {"Bleu_1": 0.22940074906345562, "Bleu_2": 0.14691750472333395, "Bleu_3": 0.06573214909181638, "Bleu_4": 0.03912530343887685, "METEOR": 0.20678806969745542, "ROUGE_L": 0.2522647454697743, "BERTScore": 0.929345996735932, "MoverScore": 0.6149186155709087}}
eval/samples.test.hyp.paragraph_answer.question.asahi417_qg_subjqa.movies.txt ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ How is the quality of the costume?
2
+ How is the actor?
3
+ How is the ending scene?
4
+ How is the episode?
5
+ How is the quality of the movie?
6
+ How is the quality of the movie?
7
+ How is the actor?
8
+ How is the costume?
9
+ How is the actor?
10
+ How is the quality of the audio?
11
+ How is the quality of the movie?
12
+ How is the actor?
13
+ How is the quality of the movie?
14
+ How is the quality of the audio?
15
+ How is the actor?
16
+ How is the quality of the series?
17
+ How is the quality of the film?
18
+ How is the suspense?
19
+ How is the story?
20
+ How is the quality of the costume?
21
+ How is the direction?
22
+ How is the quality of the episode?
23
+ How is the story?
24
+ How is the quality of the movie?
25
+ How is the quality of the movie?
26
+ How is the story?
27
+ How is the performance?
28
+ How is the quality of the movie?
29
+ How is the set?
30
+ How is the script?
31
+ How is the quality of the picture quality?
32
+ How is the quality of the cast?
33
+ How is the plot?
34
+ How is the plot?
35
+ How is the quality of the story?
36
+ How is the quality of the movie?
37
+ How is the performance?
38
+ How is the actor?
39
+ How is the quality of the cinematography?
40
+ How is the quality of the movie?
41
+ How is the quality of the show?
42
+ How is the quality of the movie?
43
+ How is the actor?
44
+ How is the animation?
45
+ How is the actor?
46
+ How is the quality of the story?
47
+ How is the quality of the movie?
48
+ How is the quality of the movie?
49
+ How is the quality of the movie?
50
+ How is the quality of the film?
51
+ How is the cast?
52
+ How is the story?
53
+ How is the quality of the movie?
54
+ How is the quality of the actor?
55
+ How is the actor?
56
+ How is the quality of the movie?
57
+ How is the effect?
58
+ How is the quality of the actor?
59
+ How is the quality of the actor?
60
+ How is the quality of the movie?
61
+ How is the action?
62
+ How is the quality of the movie?
63
+ How is the quality of the image?
64
+ How is the quality of the movie?
65
+ How is the story?
66
+ How is the actor?
67
+ How is the quality of the movie?
68
+ How is the quality of the movie?
69
+ How is the quality of the series?
70
+ How is the story?
71
+ How is the story?
72
+ How is the story?
73
+ How is the quality of the series?
74
+ How is the plot?
75
+ How is the quality of the music?
76
+ How is the dialogue?
77
+ How is the quality of the movie?
78
+ How is the transformation?
79
+ How is the movie?
80
+ How is the quality of the movie?
81
+ How is the quality of the story?
82
+ How is the quality of the movie?
83
+ How is the costume?
84
+ How is the cast?
85
+ How is the quality of the movie?
86
+ How is the movie?
87
+ How is the ending?
88
+ How is the movie?
89
+ How is the quality of the movie?
90
+ How is the set?
91
+ How is the quality of the movie?
92
+ How is the quality of the scene?
93
+ How is the quality of the movie?
94
+ How is the quality of the film?
95
+ How is the story?
96
+ How is the quality of the movie?
97
+ How is the language?
98
+ How is the ending?
99
+ How is the quality of the movie?
100
+ How is the story?
101
+ How is the actor?
102
+ How is the quality of the actor?
103
+ How is the quality of the movie?
104
+ How is the quality of the picture?
105
+ How is the actor?
106
+ How is the quality of the movie?
107
+ How is the story?
108
+ How is the quality of the movie?
109
+ How is the quality of the costume?
110
+ How is the quality of the movie?
111
+ How is the actor?
112
+ How is the quality of the movie?
113
+ How is the effect?
114
+ How is the story?
115
+ How is the quality of the movie?
116
+ How is the picture quality?
117
+ How is the quality of the packaging?
118
+ How is the quality of the movie?
119
+ How is the quality of the movie?
120
+ How is the quality of the audio?
121
+ How is the actor?
122
+ How is the episode?
123
+ How is the actor?
124
+ How is the plot?
125
+ How is the quality of the movie?
126
+ How is the quality of the show?
127
+ How is the quality of the movie?
128
+ How is the script?
129
+ How is the actor?
130
+ How is the ending scene?
131
+ How is the time?
132
+ How is the actor?
133
+ How is the quality of the movie?
134
+ How is the quality of the series?
135
+ How is the quality of the performance?
136
+ How is the quality of the book?
137
+ How is the quality of the actor?
138
+ How is the quality of the movie?
139
+ How is the quality of the movie?
140
+ How is the story?
141
+ How is the quality of the movie?
142
+ How is the quality of the movie?
143
+ How is the show?
144
+ How is the quality of the movie?
145
+ How is the music?
146
+ How is actor?
147
+ How is the actor?
148
+ How is the story?
149
+ How is the quality of the audio?
150
+ How is the quality of the actor?
151
+ How is character?
152
+ How is the story?
153
+ How is the movie?
154
+ How is the quality of the movie?
eval/samples.test.hyp.paragraph_sentence.question.asahi417_qg_subjqa.movies.txt ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ How is the quality of the costume?
2
+ How is the actor?
3
+ How is the quality of the movie?
4
+ How is the character?
5
+ How is the quality of the episode?
6
+ How is the quality of the scene?
7
+ How is the actor?
8
+ How is the set?
9
+ How is the actor?
10
+ How is the quality of the audio?
11
+ How is the quality of the movie?
12
+ How is the actor?
13
+ How is the quality of the movie?
14
+ How is the quality of the audio?
15
+ How is the actor?
16
+ How is the quality of the series?
17
+ How is the quality of the film?
18
+ How is the suspense?
19
+ How is the story?
20
+ How is the quality of the costume?
21
+ How is the direction?
22
+ How is the quality of the episode?
23
+ How is character?
24
+ How is the quality of the movie?
25
+ How is the quality of the movie?
26
+ How is the quality of the movie?
27
+ How is the quality of the actor?
28
+ How is the quality of the movie?
29
+ How is the quality of the set?
30
+ How is the script?
31
+ How is the quality of the picture quality?
32
+ How is the cast?
33
+ How is the plot?
34
+ How is the plot?
35
+ How is the quality of the story?
36
+ How is the quality of the movie?
37
+ How is the quality of the actor?
38
+ How is the actor?
39
+ How is the quality of the cinematography?
40
+ How is the quality of the movie?
41
+ How is the quality of the show?
42
+ How is the quality of the movie?
43
+ How is the actor?
44
+ How is the animation?
45
+ How is the actor?
46
+ How is the quality of the movie?
47
+ How is the quality of the movie?
48
+ How is the quality of the movie?
49
+ How is the quality of the movie?
50
+ How is the quality of the film?
51
+ How is the actor?
52
+ How is the story?
53
+ How is the quality of the movie?
54
+ How is the quality of the actor?
55
+ How is the quality of the music?
56
+ How is the quality of the movie?
57
+ How is the effect?
58
+ How is the quality of the actor?
59
+ How is the quality of the actor?
60
+ How is the quality of the actor?
61
+ How is the quality of the movie?
62
+ How is the quality of the movie?
63
+ How is the quality of the movie?
64
+ How is the quality of the movie?
65
+ How is the quality of the movie?
66
+ How is actor?
67
+ How is the effect?
68
+ How is the quality of the movie?
69
+ How is the series?
70
+ How is the story?
71
+ How is the quality of the cast?
72
+ How is the story?
73
+ How is the quality of the story?
74
+ How is the story?
75
+ How is the quality of the music?
76
+ How is the dialogue?
77
+ How is the quality of the movie?
78
+ How is the quality of the actor?
79
+ How is the quality of the movie?
80
+ How is the quality of the movie?
81
+ How is the quality of the movie?
82
+ How is the quality of the movie?
83
+ How is the quality of the music?
84
+ How is the quality of the actor?
85
+ How is the quality of the story?
86
+ How is the quality of the movie?
87
+ How is the ending?
88
+ How is the quality of the movie?
89
+ How is the action?
90
+ How is the set?
91
+ How is the quality of the movie?
92
+ How is the quality of the scene?
93
+ How is the quality of the movie?
94
+ How is the quality of the movie?
95
+ How is the story?
96
+ How is the quality of the movie?
97
+ How is the quality of the movie?
98
+ How is the quality of the movie?
99
+ How is the story?
100
+ How is the cast?
101
+ How is the actor?
102
+ How is the quality of the actor?
103
+ How is the quality of the episode?
104
+ How is the quality of the picture?
105
+ How is the actor?
106
+ How is the quality of the movie?
107
+ How is the quality of the movie?
108
+ How is the quality of the movie?
109
+ How is the quality of the set?
110
+ How is the quality of the movie?
111
+ How is the actor?
112
+ How is the quality of the movie?
113
+ How is the quality of the movie?
114
+ How is the quality of the movie?
115
+ How is the quality of the movie?
116
+ How is the quality of the picture?
117
+ How is the packaging?
118
+ How is the quality of the movie?
119
+ How is the quality of the music?
120
+ How is the quality of the audio?
121
+ How is the actor?
122
+ How is the episode?
123
+ How is the script?
124
+ How is the quality of the story?
125
+ How is the quality of the movie?
126
+ How is the show?
127
+ How is the quality of the music?
128
+ How is the script?
129
+ How is the actor?
130
+ How is the quality of the movie?
131
+ How is the quality of the work?
132
+ How is the quality of the actor?
133
+ How is the quality of the movie?
134
+ How is the quality of the music?
135
+ How is the quality of the music?
136
+ How is the quality of the book?
137
+ How is the quality of the actor?
138
+ How is the quality of the story?
139
+ How is the quality of the movie?
140
+ How is the story?
141
+ How is the quality of the movie?
142
+ How is the quality of the movie?
143
+ How is the show?
144
+ How is the quality of the movie?
145
+ How is the quality of the music?
146
+ How is actor?
147
+ How is the quality of the movie?
148
+ How is the scene?
149
+ How is the picture quality?
150
+ How is the quality of the actor?
151
+ How is character?
152
+ How is the story?
153
+ How is the movie?
154
+ How is the story?
eval/samples.test.hyp.sentence_answer.question.asahi417_qg_subjqa.movies.txt ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ How is the costume?
2
+ How is the quality of the actor?
3
+ How is the quality of the movie?
4
+ How is the quality of the episode?
5
+ How is the goal?
6
+ How is the quality of the movie?
7
+ How is the quality of the actor?
8
+ How is the costume?
9
+ How is the actor?
10
+ How is the quality of the audio quality?
11
+ How is the quality of the movie?
12
+ How is the actor?
13
+ How is the quality of the movie?
14
+ How is the quality of the audio?
15
+ How is the quality of the actor?
16
+ How is the quality of the series?
17
+ How is the quality of the film?
18
+ How is the suspense?
19
+ How is the quality of the movie?
20
+ How is the quality of the costume?
21
+ How is the direction?
22
+ How is the quality of the episode?
23
+ How is the character?
24
+ How is the quality of the movie?
25
+ How is the quality of the story?
26
+ How is the quality of the movie?
27
+ How is the quality of the performance?
28
+ How is the quality of the story?
29
+ How is the set?
30
+ How is the script?
31
+ How is the quality of the picture quality?
32
+ How is the quality of the cast?
33
+ How is the plot?
34
+ How is the plot?
35
+ How is the quality of the story?
36
+ How is the quality of the movie?
37
+ How is the quality of the performance?
38
+ How is the actor?
39
+ How is the quality of the film?
40
+ How is the scene?
41
+ How is the quality of the show?
42
+ How is the quality of the story?
43
+ How is the actor?
44
+ How is the animation?
45
+ How is the actor?
46
+ How is the quality of the book?
47
+ How is the quality of the movie?
48
+ How is the quality of the movie?
49
+ How is the quality of the movie?
50
+ How is the quality of the film?
51
+ How is the cast?
52
+ How is the story?
53
+ How is the quality of the actor?
54
+ How is the quality of the performance?
55
+ How is the actor?
56
+ How is the actor?
57
+ How is the effect?
58
+ How is the quality of the performance?
59
+ How is the quality of the film?
60
+ How is the quality of the actor?
61
+ How is the action?
62
+ How is the quality of the movie?
63
+ How is the quality of the image?
64
+ How is the quality of the movie?
65
+ How is the story?
66
+ How is the quality of the movie?
67
+ How is the quality of the movie?
68
+ How is the quality of the film?
69
+ How is the quality of the series?
70
+ How is the quality of the actor?
71
+ How is the story?
72
+ How is the story?
73
+ How is the quality of the series?
74
+ How is the plot?
75
+ How is the quality of the music?
76
+ How is the dialogue?
77
+ How is the quality of the movie?
78
+ How is the quality of the movie?
79
+ How is the quality of the movie?
80
+ How is the quality of the movie?
81
+ How is the quality of the story?
82
+ How is the quality of the film?
83
+ How is the costume?
84
+ How is the quality of the actor?
85
+ How is the quality of the movie?
86
+ How is the quality of the movie?
87
+ How is the ending?
88
+ How is the film?
89
+ How is the quality of the movie?
90
+ How is the costume?
91
+ How is the quality of the book?
92
+ How is the quality of the scene?
93
+ How is the quality of the movie?
94
+ How is the quality of the film?
95
+ How is the story?
96
+ How is the quality of the movie?
97
+ How is the language?
98
+ How is the ending?
99
+ How is the quality of the movie?
100
+ How is the story?
101
+ How is the quality of the actor?
102
+ How is the quality of the performance?
103
+ How is the quality of the movie?
104
+ How is the quality of the picture?
105
+ How is the actor?
106
+ How is the quality of the film?
107
+ How is the story?
108
+ How is the quality of the movie?
109
+ How is the quality of the costume?
110
+ How is the quality of the movie?
111
+ How is the quality of the actor?
112
+ How is the quality of the movie?
113
+ How is the effect?
114
+ How is the story?
115
+ How is the quality of the movie?
116
+ How is the quality of the picture?
117
+ How is the price drop?
118
+ How is the quality of the film?
119
+ How is the quality of the movie?
120
+ How is the quality of the music?
121
+ How is the actor?
122
+ How is the quality of the show?
123
+ How is the actor?
124
+ How is the quality of the story?
125
+ How is the quality of the movie?
126
+ How is the quality of the movie?
127
+ How is the quality of the music?
128
+ How is the script?
129
+ How is the actor?
130
+ How is the quality of the music?
131
+ How long is the time?
132
+ How is the quality of the actor?
133
+ How is the quality of the movie?
134
+ How is the quality of the movie?
135
+ How is the quality of the performance?
136
+ How is the quality of the book?
137
+ How is the quality of the performance?
138
+ How is the quality of the movie?
139
+ How is the ending?
140
+ How is the story?
141
+ How is the quality of the movie?
142
+ How is the quality of the film?
143
+ How is the show?
144
+ How is the quality of the movie?
145
+ How is the quality of the movie?
146
+ How is actor?
147
+ How is the quality of the actor?
148
+ How is the quality of the police?
149
+ How is the quality of the audio?
150
+ How is the quality of the music?
151
+ How is character?
152
+ How is the story?
153
+ How is the quality of the movie?
154
+ How is the quality of the movie?
eval/samples.validation.hyp.paragraph_answer.question.asahi417_qg_subjqa.movies.txt ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ How is the quality of the film?
2
+ How is the quality of the movie?
3
+ How is the quality of the music?
4
+ How is the quality of the movie?
5
+ How is the scenery?
6
+ How is the quality of the audio?
7
+ How is the quality of the movie?
8
+ How is the quality of the film?
9
+ How is the music?
10
+ How is the movie?
11
+ How is the episode?
12
+ How is the quality of the show?
13
+ How is the movie?
14
+ How is the story?
15
+ How is the effect?
16
+ How is the quality of the film?
17
+ How is the episode?
18
+ How is the quality of the movie?
19
+ How is the movie?
20
+ How is the character?
21
+ How is the quality of the movie?
22
+ How is the action?
23
+ How is the effect?
24
+ How is the show?
25
+ How is the quality of the movie?
26
+ How is the quality of the movie?
27
+ How is the quality of the movie?
28
+ How is the actor?
29
+ How is the quality of the music?
30
+ How is the actor?
31
+ How is the cast?
32
+ How is the quality of the audio?
33
+ How is the quality of the music?
34
+ How is the quality of the movie?
35
+ How is the quality of the movie?
36
+ How is the dialogue?
37
+ How is the effect?
38
+ How is the music?
39
+ How is the quality of the movie?
40
+ How is the quality of the movie?
41
+ How is the quality of the movie?
42
+ How is the quality of the film?
43
+ How is the quality of the movie?
44
+ How is the story?
45
+ How is the cast?
46
+ How is the episode?
47
+ How is the quality of the movie?
48
+ How is the quality of the movie?
49
+ How is the quality of the movie?
50
+ How is the quality of the music?
51
+ How is the quality of the service?
52
+ How is the story?
53
+ How is the quality of the movie?
54
+ How is the quality of the movie?
55
+ How is the character?
56
+ How is the music?
57
+ How is the action?
58
+ How is the quality of the music?
59
+ How is the quality of the movie?
60
+ How is the picture quality?
61
+ How is the quality of the collection?
62
+ How is the quality of the movie?
63
+ How is the show?
64
+ How is the quality of the film?
65
+ How is the series?
66
+ How is the picture quality?
67
+ How is character?
68
+ How is the quality of the movie?
69
+ How is the quality of the movie?
70
+ How is the quality of the movie?
71
+ How is the actor?
72
+ How is the quality of the movie?
73
+ How is the quality of the movie?
74
+ How is the quality of the actor?
75
+ How is the quality of the story?
76
+ How is the actor?
77
+ How is the quality of the movie?
78
+ How is the story?
79
+ How is the cast?
80
+ How is the quality of the movie?
81
+ How is the movie?
82
+ How is the quality of the movie?
83
+ How is the quality of the movie?
84
+ How is the quality of the movie?
85
+ How is the style?
86
+ How is the quality of the music?
87
+ How is the actor?
88
+ How is the quality of the camera?
89
+ How is the quality of the story?
90
+ How is the extra?
91
+ How is the quality of the movie?
92
+ How is the quality of the actor?
93
+ How is the effect?
94
+ How is the quality of the scene?
95
+ How is the quality of the movie?
96
+ How is the cast?
97
+ How is action?
98
+ How is the animation?
99
+ How is the quality of the movie?
100
+ How is the cast?
101
+ How is the transfer quality?
eval/samples.validation.hyp.paragraph_sentence.question.asahi417_qg_subjqa.movies.txt ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ How is the quality of the film?
2
+ How is the quality of the movie?
3
+ How is the quality of the music?
4
+ How is the quality of the movie?
5
+ How is the scenery?
6
+ How is the picture quality?
7
+ How is the quality of the movie?
8
+ How is the quality of the film?
9
+ How is the quality of the movie?
10
+ How is the quality of the movie?
11
+ How is the episode?
12
+ How is the quality of the set?
13
+ How is the quality of the movie?
14
+ How is the story?
15
+ How is the story?
16
+ How is the quality of the cinematography?
17
+ How is the episode?
18
+ How is the quality of the movie?
19
+ How is the movie?
20
+ How is the character?
21
+ How is the quality of the movie?
22
+ How is the story?
23
+ How is the quality of the effects?
24
+ How is the show?
25
+ How is the story?
26
+ How is the dialogue?
27
+ How is the quality of the movie?
28
+ How is the actor?
29
+ How is the quality of the movie?
30
+ How is the actor?
31
+ How is the story?
32
+ How is the quality of the audio?
33
+ How is the quality of the music?
34
+ How is the quality of the movie?
35
+ How is the quality of the movie?
36
+ How is the dialogue?
37
+ How is the effect?
38
+ How is the quality of the movie?
39
+ How is the plot?
40
+ How is the quality of the movie?
41
+ How is the quality of the movie?
42
+ How is the quality of the film?
43
+ How is the quality of the movie?
44
+ How is the story?
45
+ How is the cast?
46
+ How is the episode?
47
+ How is the quality of the movie?
48
+ How is the quality of the movie?
49
+ How is the quality of the movie?
50
+ How is the quality of the music?
51
+ How is the quality of the service?
52
+ How is the plot?
53
+ How is the quality of the movie?
54
+ How is the quality of the movie?
55
+ How is the character?
56
+ How is the quality of the music?
57
+ How is the action?
58
+ How is the lyrics?
59
+ How is the quality of the film?
60
+ How is the picture quality?
61
+ How is the quality of the packaging?
62
+ How is the quality of the movie?
63
+ How is the quality of the show?
64
+ How is the quality of the film?
65
+ How is the series?
66
+ How is the quality of the movie?
67
+ How is character?
68
+ How is the quality of the movie?
69
+ How is the story?
70
+ How is the quality of the movie?
71
+ How is the character?
72
+ How is the quality of the movie?
73
+ How is the quality of the movie?
74
+ How is the set?
75
+ How is the quality of the movie?
76
+ How is the actor?
77
+ How is the quality of the movie?
78
+ How is the quality of the movie?
79
+ How is the cast?
80
+ How is the quality of the movie?
81
+ How is the quality of the movie?
82
+ How is the quality of the movie?
83
+ How is the quality of the movie?
84
+ How is the quality of the movie?
85
+ How is the quality of the actor?
86
+ How is the quality of the music?
87
+ How is the quality of the cast?
88
+ How is the quality of the camera?
89
+ How is the quality of the story?
90
+ How is the extra?
91
+ How is the quality of the movie?
92
+ How is the music?
93
+ How is the effect?
94
+ How is the scene?
95
+ How is the quality of the movie?
96
+ How is the cast?
97
+ How is the action?
98
+ How is the animation?
99
+ How is the scene?
100
+ How is the cast?
101
+ How is the quality of the set?
eval/samples.validation.hyp.sentence_answer.question.asahi417_qg_subjqa.movies.txt ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ How is the quality of the film?
2
+ How is the quality of the film?
3
+ How is the quality of the audio quality?
4
+ How is the quality of the movie?
5
+ How is the scenery?
6
+ How is the quality of the audio quality?
7
+ How is the quality of the movie?
8
+ How is the quality of the film?
9
+ How is the quality of the music?
10
+ How is the quality of the movie?
11
+ How is the episode?
12
+ How is the show?
13
+ How is the quality of the film?
14
+ How is the story?
15
+ How is the effect?
16
+ How is the quality of the film?
17
+ How is the show?
18
+ How is the quality of the movie?
19
+ How is the quality of the movie?
20
+ How is the movie?
21
+ How is the quality of the movie?
22
+ How is the action?
23
+ How is the effect?
24
+ How is the show?
25
+ How is the quality of the film?
26
+ How is the quality of the movie?
27
+ How is the quality of the movie?
28
+ How is the quality of the actor?
29
+ How is the quality of the movie?
30
+ How is the actor?
31
+ How is the cast?
32
+ How is the quality of the audio?
33
+ How is the quality of the music?
34
+ How is the quality of the movie?
35
+ How is the quality of the film?
36
+ How is dialogue?
37
+ How is the effect?
38
+ How is the music?
39
+ How is the quality of the film?
40
+ How is the quality of the movie?
41
+ How is the quality of the quality?
42
+ How is the quality of the film?
43
+ How is the quality of the movie?
44
+ How is the quality of the movie?
45
+ How is the actor?
46
+ How is the quality of the fight?
47
+ How is the quality of the film?
48
+ How is the quality of the movie?
49
+ How is the quality of the movie?
50
+ How is the quality of the music?
51
+ How is the quality of the service?
52
+ How is the quality of the movie?
53
+ How is the quality of the movie?
54
+ How is the quality of the movie?
55
+ How is the character?
56
+ How is the quality of the music?
57
+ How is the action?
58
+ How is the quality of the music?
59
+ How is the quality of the film?
60
+ How is the quality of the picture?
61
+ How is the quality of the collection?
62
+ How is the quality of the movie?
63
+ How is the show?
64
+ How is the quality of the film?
65
+ How is the series?
66
+ How is the picture quality?
67
+ How is character?
68
+ How is the quality of the movie?
69
+ How is the quality of the movie?
70
+ How is the quality of the film?
71
+ How is the actor?
72
+ How is the quality of the movie?
73
+ How is the quality of the movie?
74
+ How is the quality of the actor?
75
+ How is the emotional impact?
76
+ How is the quality of the actor?
77
+ How is the quality of the movie?
78
+ How is the quality of the city?
79
+ How is the quality of the movie?
80
+ How is the quality of the movie?
81
+ How is the quality of the film?
82
+ How is the quality of the movie?
83
+ How is the quality of the movie?
84
+ How is the quality of the movie?
85
+ How is the style of the dress?
86
+ How is the quality of the movie?
87
+ How is the actor?
88
+ How is the quality of the camera?
89
+ How is the quality of the movie?
90
+ How is the extra?
91
+ How is the quality of the movie?
92
+ How is the quality of the actor?
93
+ How is the effect?
94
+ How is the quality of the scene?
95
+ How is the quality of the movie?
96
+ How is the cast?
97
+ How is the action?
98
+ How is the animation?
99
+ How is the quality of the movie?
100
+ How is the cast?
101
+ How is the transfer?
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e58223faef52d735c186d8df06b6f90ef3b234fc7c4f38ac62e8896ee30dbede
3
- size 1625555649
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:242a5265d50f9f913429d31d3841c451b3ac98e982225036b1e14afda480d02f
3
+ size 1625562881
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"errors": "replace", "bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": "<mask>", "add_prefix_space": false, "trim_offsets": true, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "bart_large_subjqa_movies/best_model", "tokenizer_class": "BartTokenizer"}
 
1
+ {"errors": "replace", "bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": "<mask>", "add_prefix_space": false, "trim_offsets": true, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "asahi417/lmqg-bart-large-squad", "tokenizer_class": "BartTokenizer"}
trainer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"dataset_path": "asahi417/qg_subjqa", "dataset_name": "movies", "input_types": ["paragraph_answer"], "output_types": ["question"], "prefix_types": null, "model": "asahi417/lmqg-bart-large-squad", "max_length": 512, "max_length_output": 32, "epoch": 3, "batch": 8, "lr": 0.0001, "fp16": false, "random_seed": 1, "gradient_accumulation_steps": 16, "label_smoothing": 0.15}