akoksal commited on
Commit
d34e107
1 Parent(s): 109dc69

Update README.md

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