Update README.md
Browse files
README.md
CHANGED
@@ -8,8 +8,32 @@ language:
|
|
8 |
pipeline_tag: text-generation
|
9 |
tags:
|
10 |
- alpaca
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
|
|
13 |
# BERTIN-GPT-J-6B Alpaca
|
14 |
|
15 |
This is a [BERTIN GPT-J-6B](https://huggingface.co/bertin-project/bertin-gpt-j-6B) Spanish model fine-tuned on the [Spanish Alpaca](https://huggingface.co/datasets/bertin-project/alpaca-spanish) dataset.
|
|
|
8 |
pipeline_tag: text-generation
|
9 |
tags:
|
10 |
- alpaca
|
11 |
+
inference: true
|
12 |
+
widget:
|
13 |
+
- text: "A continuación hay una instrucción que describe una tarea. Escribe una respuesta que complete adecuadamente lo que se pide.
|
14 |
+
|
15 |
+
### Instrucción:
|
16 |
+
Escribe un correo electrónico dando la bienvenida a un nuevo empleado llamado Manolo.
|
17 |
+
|
18 |
+
### Respuesta:"
|
19 |
+
example_title: "Escribe un e-mail"
|
20 |
+
- text: "A continuación hay una instrucción que describe una tarea. Escribe una respuesta que complete adecuadamente lo que se pide.
|
21 |
+
|
22 |
+
### Instrucción:
|
23 |
+
Cuéntame algo sobre las alpacas.
|
24 |
+
|
25 |
+
### Respuesta:"
|
26 |
+
example_title: "Escribe un e-mail"
|
27 |
+
- text: "A continuación hay una instrucción que describe una tarea. Escribe una respuesta que complete adecuadamente lo que se pide.
|
28 |
+
|
29 |
+
### Instrucción:
|
30 |
+
Inventa una excusa creativa para decir que no tengo que ir a la fiesta.
|
31 |
+
|
32 |
+
### Respuesta:"
|
33 |
+
example_title: "Inventa una excusa"
|
34 |
---
|
35 |
|
36 |
+
|
37 |
# BERTIN-GPT-J-6B Alpaca
|
38 |
|
39 |
This is a [BERTIN GPT-J-6B](https://huggingface.co/bertin-project/bertin-gpt-j-6B) Spanish model fine-tuned on the [Spanish Alpaca](https://huggingface.co/datasets/bertin-project/alpaca-spanish) dataset.
|