yaml fix
Browse files
README.md
CHANGED
@@ -17,10 +17,17 @@ datasets:
|
|
17 |
- Chakshu/conversation_ender
|
18 |
- Langame/conversation-starters
|
19 |
widget:
|
20 |
-
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
# t5-small-spoken-typo
|
26 |
|
|
|
17 |
- Chakshu/conversation_ender
|
18 |
- Langame/conversation-starters
|
19 |
widget:
|
20 |
+
- inference:
|
21 |
+
parameters:
|
22 |
+
num_beams: 5
|
23 |
+
min_length: 1
|
24 |
+
max_new_tokens: 50
|
25 |
+
early_stopping: True
|
26 |
+
examples:
|
27 |
+
- text: 'grammar: Didyoucatchthegamelastnight'
|
28 |
+
example_title: Writing without spaces
|
29 |
+
- text: 'grammar: My naame is Sysan and my favoritefood iis an brueger'
|
30 |
+
example_title: Typos
|
31 |
---
|
32 |
# t5-small-spoken-typo
|
33 |
|