pszemraj commited on
Commit
cc1b17a
·
1 Parent(s): 9b1ea80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -16
README.md CHANGED
@@ -24,23 +24,18 @@ model-index:
24
  - name: Matthews Correlation
25
  type: matthews_correlation
26
  value: 0.5395539646127814
27
- widget:
28
 
29
- - text: >-
30
- "The cat sat on the mat."
31
- example_title: Correct grammatical sentence
32
- - text: >-
33
- "Me and my friend going to the store."
34
- example_title: Incorrect subject-verb agreement
35
- - text: >-
36
- "I ain't got no money."
37
- example_title: Incorrect verb conjugation and double negative
38
- - text: >-
39
- "She don't like pizza no more."
40
- example_title: Incorrect verb conjugation and double negative
41
- - text: >-
42
- "They is arriving tomorrow."
43
- example_title: Incorrect verb conjugation
44
 
45
  ---
46
 
 
24
  - name: Matthews Correlation
25
  type: matthews_correlation
26
  value: 0.5395539646127814
 
27
 
28
+ widget:
29
+ - text: 'The cat sat on the mat.'
30
+ example_title: Correct grammatical sentence
31
+ - text: 'Me and my friend going to the store.'
32
+ example_title: Incorrect subject-verb agreement
33
+ - text: 'I ain''t got no money.'
34
+ example_title: Incorrect verb conjugation and double negative
35
+ - text: 'She don''t like pizza no more.'
36
+ example_title: Incorrect verb conjugation and double negative
37
+ - text: 'They is arriving tomorrow.'
38
+ example_title: Incorrect verb conjugation
 
 
 
 
39
 
40
  ---
41