willwade commited on
Commit
342699a
·
verified ·
1 Parent(s): 413b363

see if i can fix the widget

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
3
  language:
4
  - en
5
  library_name: transformers
6
- pipeline_tag: text-generation
7
  tags:
8
  - AAC
9
  - assistive-technology
@@ -16,6 +16,11 @@ datasets:
16
  - willwade/UNL-AAC-Phrases
17
  - Chakshu/conversation_ender
18
  - Langame/conversation-starters
 
 
 
 
 
19
  ---
20
  # t5-small-spoken-typo
21
 
@@ -153,7 +158,7 @@ The model was trained on a curated subset of the DailyDialog and BNC corpora (20
153
  Sentences were stripped of apostrophes and commas, spaces were removed, and typos were introduced programmatically to simulate common errors in user-generated content.
154
 
155
  ### Speeds, Sizes, Times
156
- - Training was conducted on LlambdaLabs, taking approximately 6 hrs to complete.
157
 
158
  # Evaluation
159
 
 
3
  language:
4
  - en
5
  library_name: transformers
6
+ pipeline_tag: text2text-generation
7
  tags:
8
  - AAC
9
  - assistive-technology
 
16
  - willwade/UNL-AAC-Phrases
17
  - Chakshu/conversation_ender
18
  - Langame/conversation-starters
19
+ widget:
20
+ - text: 'grammar: Didyoucatchthegamelastnight'
21
+ example_title: Writing without spaces
22
+ - text: 'grammar: My naame is Sysan and my favoritefood iis an brueger'
23
+ example_title: Typos
24
  ---
25
  # t5-small-spoken-typo
26
 
 
158
  Sentences were stripped of apostrophes and commas, spaces were removed, and typos were introduced programmatically to simulate common errors in user-generated content.
159
 
160
  ### Speeds, Sizes, Times
161
+ - Training was conducted on LlambdaLabs, taking approximately 12 hrs to complete.
162
 
163
  # Evaluation
164