Update README.md
Browse files
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:
|
11 |
-
example_title:
|
12 |
-
- text:
|
13 |
-
example_title:
|
14 |
-
- text:
|
15 |
-
example_title:
|
16 |
-
- text:
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
example_title:
|
26 |
-
- text:
|
27 |
-
example_title:
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
inference:
|
29 |
parameters:
|
30 |
top_p: 0.9
|
31 |
-
do_sample:
|
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 |
---
|