asahi417 commited on
Commit
1dffb01
1 Parent(s): 5b2987c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -12,13 +12,13 @@ metrics:
12
  - meteor
13
  - rouge
14
  widget:
15
- - text: "generate question: <hl> Beyonce <hl> further expanded her acting career, starring as blues singer Etta James in the 2008 musical biopic, Cadillac Records."
16
  example_title: "Example 1"
17
- - text: "generate question: Beyonce further expanded her acting career, starring as blues singer <hl> Etta James <hl> in the 2008 musical biopic, Cadillac Records."
18
  example_title: "Example 2"
19
- - text: "generate question: Beyonce further expanded her acting career, starring as blues singer Etta James in the 2008 musical biopic, <hl> Cadillac Records <hl> ."
20
  example_title: "Example 3"
21
  ---
22
 
23
  # T5 finetuned on Question Generation
24
- T5 model for question generation. Please visit [our repository](https://github.com/asahi417/t5-question-generation) for more detail.
 
12
  - meteor
13
  - rouge
14
  widget:
15
+ - text: "<hl> Beyonce <hl> further expanded her acting career, starring as blues singer Etta James in the 2008 musical biopic, Cadillac Records."
16
  example_title: "Example 1"
17
+ - text: "Beyonce further expanded her acting career, starring as blues singer <hl> Etta James <hl> in the 2008 musical biopic, Cadillac Records."
18
  example_title: "Example 2"
19
+ - text: "Beyonce further expanded her acting career, starring as blues singer Etta James in the 2008 musical biopic, <hl> Cadillac Records <hl> ."
20
  example_title: "Example 3"
21
  ---
22
 
23
  # T5 finetuned on Question Generation
24
+ T5 model for question generation. Please visit [our repository](https://github.com/asahi417/t5-question-generation) for more detail.