pszemraj commited on
Commit
b9df8e1
1 Parent(s): 2719e2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -5,6 +5,20 @@ tags:
5
  model-index:
6
  - name: t5-v1_1-base-ft-jflAUG
7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  inference:
9
  parameters:
10
  no_repeat_ngram_size: 2
 
5
  model-index:
6
  - name: t5-v1_1-base-ft-jflAUG
7
 
8
+ widget:
9
+ - text: "Anna and Mike is going skiing"
10
+ example_title: "skiing"
11
+ - text: "When the girls on the team got to the hotel, they dropped off her luggage"
12
+ example_title: "Pronoun Errors"
13
+ - text: "I don't want no pudding."
14
+ example_title: "double negatives"
15
+ - text: "We drove all day in the van, we drove 206 miles to get to our cabin."
16
+ example_title: "run-on sentence"
17
+ - text: "Frustrated, the chairs took me forever to set up."
18
+ example_title: "dangling modifier"
19
+ - text: "There car broke down so their hitching a ride to they're class."
20
+ example_title: "compound-1"
21
+
22
  inference:
23
  parameters:
24
  no_repeat_ngram_size: 2