crscardellino commited on
Commit
184726d
1 Parent(s): b656251

Updated README with model card

Browse files
Files changed (1) hide show
  1. README.md +36 -12
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  tags:
4
  - generated_from_trainer
5
  model-index:
@@ -7,29 +7,53 @@ 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
- # flisol-cba-martin-fierro
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
- This model is a fine-tuned version of [DeepESP/gpt2-spanish](https://huggingface.co/DeepESP/gpt2-spanish) on the None dataset.
16
- It achieves the following results on the evaluation set:
17
  - Loss: 3.9067
18
 
19
  ## Model description
20
 
21
- More information needed
 
22
 
23
  ## Intended uses & limitations
24
 
25
- More information needed
 
 
26
 
27
  ## Training and evaluation data
28
 
29
- More information needed
30
-
31
- ## Training procedure
32
-
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
 
1
  ---
2
+ license: gpl-3.0
3
  tags:
4
  - generated_from_trainer
5
  model-index:
 
7
  results: []
8
  ---
9
 
10
+ Hugging Face: IA Colaborativa
11
+ =============================
12
 
13
+ En este repositorio estará disponible el código y modelo que entrené para la
14
+ charla ["Hugging Face: IA Colaborativa"](https://eventol.flisol.org.ar/events/cordoba2023/activity/378/)
15
+ del [FLISoL de Córdoba](https://cordoba.flisol.org.ar), Argentina, de 2023.
16
+
17
+ Para inicializar el setup hace falta tener instalado y activado
18
+ [`git-lfs`](https://git-lfs.com/).
19
+
20
+ Pueden clonar el repositorio con:
21
+
22
+ $ git clone https://huggingface.co/crscardellino/flisol-cba-martin-fierro
23
+
24
+ Y luego crean el entorno e instalan los requerimientos.
25
+
26
+ $ python -m venv flisol-venv
27
+ $ source ./flisol-venv/bin/activate
28
+ (flisol-venv) $ pip install -r requirements.txt
29
+
30
+ El código está probado con Python 3.10, pero debería funcionar con Python >=
31
+ 3.8. En los requerimientos está organizado para instalar
32
+ [PyTorch](https://pytorch.org/) v2.0.0 para cpu, pero pueden ajustarlo para
33
+ utilizar GPUs suponiendo que cumplan los requerimientos de CUDA.
34
+
35
+ ## Model Specifications (Auto Generated)
36
+
37
+ This model is a fine-tuned version of
38
+ [DeepESP/gpt2-spanish](https://huggingface.co/DeepESP/gpt2-spanish) on the
39
+ `./data/martin-fierro_train.txt` dataset. It achieves the following results on
40
+ the evaluation set:
41
 
 
 
42
  - Loss: 3.9067
43
 
44
  ## Model description
45
 
46
+ GPT-2 model finetuned on the poem ["El Gaucho Martin
47
+ Fierro"](https://es.wikipedia.org/wiki/El_Gaucho_Mart%C3%ADn_Fierro)
48
 
49
  ## Intended uses & limitations
50
 
51
+ This was trained for the talk ["Hugging Face: IA
52
+ Colaborativa"](https://eventol.flisol.org.ar/events/cordoba2023/activity/378/) @
53
+ [FLISoL de Córdoba](https://cordoba.flisol.org.ar), Argentina, 2023.
54
 
55
  ## Training and evaluation data
56
 
 
 
 
 
57
  ### Training hyperparameters
58
 
59
  The following hyperparameters were used during training: