milyiyo commited on
Commit
fc91c97
1 Parent(s): 543888f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -5
README.md CHANGED
@@ -7,18 +7,36 @@ model-index:
7
  results: []
8
  ---
9
 
10
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
- should probably proofread and complete it, then remove this comment. -->
12
-
13
  # poem-gen-spanish-t5-small
14
 
15
- This model is a fine-tuned version of [flax-community/spanish-t5-small](https://huggingface.co/flax-community/spanish-t5-small) on the None dataset.
 
 
 
 
 
 
 
 
 
 
16
  It achieves the following results on the evaluation set:
17
  - Loss: 2.8586
 
18
 
19
  ## Model description
20
 
21
- More information needed
 
 
 
 
 
 
 
 
 
 
22
 
23
  ## Intended uses & limitations
24
 
 
7
  results: []
8
  ---
9
 
 
 
 
10
  # poem-gen-spanish-t5-small
11
 
12
+ This model is a fine-tuned version of [flax-community/spanish-t5-small](https://huggingface.co/flax-community/spanish-t5-small) on the [Spanish Poetry Dataset](https://www.kaggle.com/andreamorgar/spanish-poetry-dataset/version/1) dataset.
13
+
14
+ The model was created during the [First Spanish Hackathon](https://somosnlp.org/hackathon) organized by [Somos NLP](https://somosnlp.org/).
15
+
16
+ The team who participated was composed by:
17
+
18
+ - 🇮🇳 [Drishti Sharma](https://huggingface.co/DrishtiSharma)
19
+ - 🇪🇸 [Andrea Morales Garzón](https://huggingface.co/andreamorgar)
20
+ - Jorge Henao
21
+ - 🇨🇺 [Alberto Carmona Barthelemy](https://huggingface.co/milyiyo)
22
+
23
  It achieves the following results on the evaluation set:
24
  - Loss: 2.8586
25
+ - Perplexity: 17.43
26
 
27
  ## Model description
28
 
29
+ The model was trained to generate spanish poems attending to some parameters like style, sentiment, words to include and starting phrase.
30
+
31
+ Example:
32
+
33
+ ```
34
+ poema:
35
+ estilo: Pablo Neruda &&
36
+ sentimiento: positivo &&
37
+ palabras: cielo, luna, mar &&
38
+ texto: Todos fueron a verle pasar
39
+ ```
40
 
41
  ## Intended uses & limitations
42