jbochi commited on
Commit
e3495de
1 Parent(s): 50ea163

Add example inputs to the text generation widget

Browse files

These are identical to the ones I'm using in https://huggingface.co/jbochi/candle-coedit-quantized

It makes it easier for people to test the model:

![image.png](https://cdn-uploads.huggingface.co/production/uploads/64b7f632037d6452a321fa15/p0AgxRFfzSbZTAVFYqUHs.png)

Files changed (1) hide show
  1. README.md +21 -0
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