crscardellino
commited on
Commit
路
6857bd0
1
Parent(s):
2dd93cf
Updated README
Browse files
README.md
CHANGED
@@ -1,14 +1,19 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
6 |
- name: xi-ciai-cba-martin-fierro
|
7 |
results: []
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
-
|
11 |
-
|
12 |
|
13 |
En este repositorio estar谩 disponible el c贸digo y modelo que entren茅 para la
|
14 |
charla "Hugging Face: IA Colaborativa"
|
@@ -42,13 +47,12 @@ This model is a fine-tuned version of
|
|
42 |
`./data/martin-fierro_train.txt` dataset. It achieves the following results on
|
43 |
the evaluation set:
|
44 |
|
45 |
-
This model is a fine-tuned version of [DeepESP/gpt2-spanish](https://huggingface.co/DeepESP/gpt2-spanish) on the None dataset.
|
46 |
-
It achieves the following results on the evaluation set:
|
47 |
- Loss: 3.9067
|
48 |
|
49 |
## Model description
|
50 |
|
51 |
-
|
|
|
52 |
|
53 |
## Intended uses & limitations
|
54 |
|
@@ -59,10 +63,6 @@ Argentina, 2023.
|
|
59 |
|
60 |
## Training and evaluation data
|
61 |
|
62 |
-
More information needed
|
63 |
-
|
64 |
-
## Training procedure
|
65 |
-
|
66 |
### Training hyperparameters
|
67 |
|
68 |
The following hyperparameters were used during training:
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- es
|
4 |
+
license: gpl-3.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
- name: xi-ciai-cba-martin-fierro
|
9 |
results: []
|
10 |
+
widget:
|
11 |
+
- text: "Aqui me pongo a cantar"
|
12 |
+
example_title: "Martin Fierro"
|
13 |
---
|
14 |
|
15 |
+
Hugging Face: IA Colaborativa
|
16 |
+
=============================
|
17 |
|
18 |
En este repositorio estar谩 disponible el c贸digo y modelo que entren茅 para la
|
19 |
charla "Hugging Face: IA Colaborativa"
|
|
|
47 |
`./data/martin-fierro_train.txt` dataset. It achieves the following results on
|
48 |
the evaluation set:
|
49 |
|
|
|
|
|
50 |
- Loss: 3.9067
|
51 |
|
52 |
## Model description
|
53 |
|
54 |
+
GPT-2 model finetuned on the poem ["El Gaucho Martin
|
55 |
+
Fierro"](https://es.wikipedia.org/wiki/El_Gaucho_Mart%C3%ADn_Fierro)
|
56 |
|
57 |
## Intended uses & limitations
|
58 |
|
|
|
63 |
|
64 |
## Training and evaluation data
|
65 |
|
|
|
|
|
|
|
|
|
66 |
### Training hyperparameters
|
67 |
|
68 |
The following hyperparameters were used during training:
|