asahi417's picture
Update README.md
1dffb01
|
raw
history blame
No virus
855 Bytes
metadata
language:
  - en
tags:
  - question generation
  - question answer generation
license: mit
datasets:
  - squad
metrics:
  - bleu
  - meteor
  - rouge
widget:
  - text: >-
      <hl> Beyonce <hl> further expanded her acting career, starring as blues
      singer Etta James in the 2008 musical biopic, Cadillac Records.
    example_title: Example 1
  - text: >-
      Beyonce further expanded her acting career, starring as blues singer <hl>
      Etta James <hl> in the 2008 musical biopic, Cadillac Records.
    example_title: Example 2
  - text: >-
      Beyonce further expanded her acting career, starring as blues singer Etta
      James in the 2008 musical biopic,  <hl> Cadillac Records  <hl> .
    example_title: Example 3

T5 finetuned on Question Generation

T5 model for question generation. Please visit our repository for more detail.