andreipb commited on
Commit
6d5ff02
1 Parent(s): 94c79be

Adds prompts for LM.

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -5,12 +5,16 @@ language:
5
  pipeline_tag: fill-mask
6
  library_name: transformers
7
  widget:
8
- - text: "The boy was <mask>."
9
  example_title: "Example 1"
10
- - text: "The cat started to <mask>."
11
  example_title: "Example 2"
12
- - text: "The <mask> girl was eating."
13
  example_title: "Example 3"
 
 
 
 
14
  ---
15
  # roberta-poetry-happiness-crpo
16
 
 
5
  pipeline_tag: fill-mask
6
  library_name: transformers
7
  widget:
8
+ - text: "This morning, the CEO was <mask>."
9
  example_title: "Example 1"
10
+ - text: "Yesterday, all the students were <mask> in the park."
11
  example_title: "Example 2"
12
+ - text: "All the children seemed <mask>."
13
  example_title: "Example 3"
14
+ - text: "I opened the door and found a <mask> behind it."
15
+ example_title: "Example 4"
16
+ - text: "We went to see the <mask> movie."
17
+ example_title: "Example 5"
18
  ---
19
  # roberta-poetry-happiness-crpo
20