asahi417 commited on
Commit
f278e5b
1 Parent(s): 4616cbd

model update

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -209,11 +209,29 @@ model-index:
209
  value: 0.4586124640357038
210
  ---
211
 
212
- # Language Models Fine-tuning on Question Generation: `lmqg/mt5-small-squad`
213
  This model is fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) for question generation task on the
214
- [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) (dataset_name: default).
215
 
216
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  ### Overview
218
  - **Language model:** [google/mt5-small](https://huggingface.co/google/mt5-small)
219
  - **Language:** en
@@ -232,6 +250,7 @@ pipe = pipeline("text2text-generation", model_path)
232
 
233
  # Question Generation
234
  question = pipe('<hl> Beyonce <hl> further expanded her acting career, starring as blues singer Etta James in the 2008 musical biopic, Cadillac Records.')
 
235
  ```
236
 
237
  ## Evaluation Metrics
@@ -280,4 +299,16 @@ The following hyperparameters were used during fine-tuning:
280
  The full configuration can be found at [fine-tuning config file](https://huggingface.co/lmqg/mt5-small-squad/raw/main/trainer_config.json).
281
 
282
  ## Citation
283
- TBA
 
 
 
 
 
 
 
 
 
 
 
 
 
209
  value: 0.4586124640357038
210
  ---
211
 
212
+ # Model Card of `lmqg/mt5-small-squad`
213
  This model is fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) for question generation task on the
214
+ [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) (dataset_name: default) via [`lmqg`](https://github.com/asahi417/lm-question-generation).
215
 
216
 
217
+ Please cite our paper if you use the model ([TBA](TBA)).
218
+
219
+ ```
220
+
221
+ @inproceedings{ushio-etal-2022-generative,
222
+ title = "{G}enerative {L}anguage {M}odels for {P}aragraph-{L}evel {Q}uestion {G}eneration: {A} {U}nified {B}enchmark and {E}valuation",
223
+ author = "Ushio, Asahi and
224
+ Alva-Manchego, Fernando and
225
+ Camacho-Collados, Jose",
226
+ booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
227
+ month = dec,
228
+ year = "2022",
229
+ address = "Abu Dhabi, U.A.E.",
230
+ publisher = "Association for Computational Linguistics",
231
+ }
232
+
233
+ ```
234
+
235
  ### Overview
236
  - **Language model:** [google/mt5-small](https://huggingface.co/google/mt5-small)
237
  - **Language:** en
 
250
 
251
  # Question Generation
252
  question = pipe('<hl> Beyonce <hl> further expanded her acting career, starring as blues singer Etta James in the 2008 musical biopic, Cadillac Records.')
253
+
254
  ```
255
 
256
  ## Evaluation Metrics
 
299
  The full configuration can be found at [fine-tuning config file](https://huggingface.co/lmqg/mt5-small-squad/raw/main/trainer_config.json).
300
 
301
  ## Citation
302
+
303
+ @inproceedings{ushio-etal-2022-generative,
304
+ title = "{G}enerative {L}anguage {M}odels for {P}aragraph-{L}evel {Q}uestion {G}eneration: {A} {U}nified {B}enchmark and {E}valuation",
305
+ author = "Ushio, Asahi and
306
+ Alva-Manchego, Fernando and
307
+ Camacho-Collados, Jose",
308
+ booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
309
+ month = dec,
310
+ year = "2022",
311
+ address = "Abu Dhabi, U.A.E.",
312
+ publisher = "Association for Computational Linguistics",
313
+ }
314
+