Pythongirl commited on
Commit
1be1b40
1 Parent(s): 359ef77

Edited examples to translate

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -9,6 +9,13 @@ metrics:
9
  - sacrebleu
10
  library_name: transformers
11
  pipeline_tag: translation
 
 
 
 
 
 
 
12
  ---
13
 
14
  Model to translate English to toki pona. Use the instruction prompt "translate English to toki pona: " or the builtin translation config.
 
9
  - sacrebleu
10
  library_name: transformers
11
  pipeline_tag: translation
12
+ widget:
13
+ - text: "Look for the red car."
14
+ example_title: "Example 1"
15
+ - text: "Do you like candy?"
16
+ example_title: "Example 2"
17
+ - text: "I like bread."
18
+ example_title: "Example 3"
19
  ---
20
 
21
  Model to translate English to toki pona. Use the instruction prompt "translate English to toki pona: " or the builtin translation config.