Commit
·
7837896
1
Parent(s):
d1db7ee
Add example inputs to the text generation widget (#7)
Browse files- Add example inputs to the text generation widget (e3495def51ad99aa9e7656b66eaf52be4b44f31b)
Co-authored-by: J Bochi <[email protected]>
README.md
CHANGED
|
@@ -14,6 +14,27 @@ metrics:
|
|
| 14 |
- sari
|
| 15 |
- bleu
|
| 16 |
- accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
# Model Card for CoEdIT-Large
|
| 19 |
|
|
|
|
| 14 |
- sari
|
| 15 |
- bleu
|
| 16 |
- accuracy
|
| 17 |
+
widget:
|
| 18 |
+
- text: >-
|
| 19 |
+
Fix the grammar: When I grow up, I start to understand what he said is
|
| 20 |
+
quite right.
|
| 21 |
+
example_title: Fluency
|
| 22 |
+
- text: >-
|
| 23 |
+
Make this text coherent: Their flight is weak. They run quickly through
|
| 24 |
+
the tree canopy.
|
| 25 |
+
example_title: Coherence
|
| 26 |
+
- text: >-
|
| 27 |
+
Rewrite to make this easier to understand: A storm surge is what
|
| 28 |
+
forecasters consider a hurricane's most treacherous aspect.
|
| 29 |
+
example_title: Simplification
|
| 30 |
+
- text: 'Paraphrase this: Do you know where I was born?'
|
| 31 |
+
example_title: Paraphrase
|
| 32 |
+
- text: >-
|
| 33 |
+
Write this more formally: omg i love that song im listening to it right
|
| 34 |
+
now
|
| 35 |
+
example_title: Formalize
|
| 36 |
+
- text: 'Write in a more neutral way: The authors'' exposé on nutrition studies.'
|
| 37 |
+
example_title: Neutralize
|
| 38 |
---
|
| 39 |
# Model Card for CoEdIT-Large
|
| 40 |
|