akoksal commited on
Commit
e04b522
·
1 Parent(s): 087b8c5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - multilingual
5
+ - de
6
+ - it
7
+ - es
8
+ - fr
9
+ tags:
10
+ - instruction-tuning
11
+ - text-generation-inference
12
+ - text2text-generation
13
+ widget:
14
+ - text: Write an essay about meditation. [EOI]
15
+ example_title: Essay Generation
16
+ - text: 5 steps to learn how to play piano. [EOI]
17
+ example_title: How-to Instructions
18
+ - text: How are the continents formed? [EOI]
19
+ example_title: Question-Answering
20
+ - text: >-
21
+ Prompt: A man draws a gun in a dark alley and asks for your wallet. You
22
+ begrudgingly obey. He throws it on the ground, shoots it till it screeches,
23
+ and turns to you; 'you are safe now'. Write a story about given prompt.
24
+ [EOI]
25
+ example_title: Story Generation
26
+ - text: >-
27
+ Write directions of a cooking recipe with these ingredients: chicken breast,
28
+ carrots, green peas, celery, butter, onion, flour, salt, black pepper,
29
+ celery seed, chicken broth, milk, unbaked pie crusts [EOI]
30
+ example_title: Recipe Generation
31
+ - text: Escriba una publicación de blog sobre los beneficios de leer libros. [EOI]
32
+ example_title: Spanish Essay Generation
33
+ - text: >-
34
+ Schreiben Sie einen Blogbeitrag über die Vorteile des Lesens von Büchern.
35
+ [EOI]
36
+ example_title: German Essay Generation
37
+ - text: Rédigez un article de blog sur les avantages de la lecture de livres. [EOI]
38
+ example_title: French Essay Generation
39
+ - text: Scrivi un post sul blog sui vantaggi della lettura di libri. [EOI]
40
+ example_title: Italian Essay Generation
41
+ inference:
42
+ parameters:
43
+ top_p: 0.9
44
+ do_sample: true
45
+ ---