jorgeortizfuentes commited on
Commit
bbcf831
1 Parent(s): 7ec9f06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -15
README.md CHANGED
@@ -1,37 +1,38 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
4
  datasets:
5
  - jorgeortizfuentes/universal_spanish_chilean_corpus
6
  model-index:
7
  - name: chilean-bert-base-spanish-wwm-cased
8
  results: []
 
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
  should probably proofread and complete it, then remove this comment. -->
13
 
14
- # chilean-bert-base-spanish-wwm-cased
15
 
16
- This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased) on the jorgeortizfuentes/universal_spanish_chilean_corpus dataset.
17
 
18
- ## Model description
19
 
20
- More information needed
21
 
22
- ## Intended uses & limitations
23
 
24
- More information needed
25
 
26
- ## Training and evaluation data
27
 
28
- More information needed
29
 
30
- ## Training procedure
31
-
32
- ### Training hyperparameters
33
-
34
- The following hyperparameters were used during training:
35
  - learning_rate: 2e-05
36
  - train_batch_size: 64
37
  - eval_batch_size: 64
@@ -40,13 +41,48 @@ The following hyperparameters were used during training:
40
  - lr_scheduler_type: constant
41
  - num_epochs: 1
42
 
43
- ### Training results
 
 
 
 
 
 
 
 
 
 
 
 
 
44
 
 
45
 
 
 
 
 
 
 
 
46
 
47
- ### Framework versions
 
48
 
49
  - Transformers 4.30.2
50
  - Pytorch 2.0.1+cu117
51
  - Datasets 2.13.1
52
  - Tokenizers 0.13.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  tags:
3
  - generated_from_trainer
4
+ - chilean spanish
5
+ - español chileno
6
  datasets:
7
  - jorgeortizfuentes/universal_spanish_chilean_corpus
8
  model-index:
9
  - name: chilean-bert-base-spanish-wwm-cased
10
  results: []
11
+ license: cc-by-4.0
12
+ language:
13
+ - es
14
+ pipeline_tag: fill-mask
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
  should probably proofread and complete it, then remove this comment. -->
19
 
20
+ # Tulio Chilean Spanish BERT
21
 
22
+ Este modelo es una versión fine-tuneada de [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased) con el (Universal and Chilean Spanish Corpus)[jorgeortizfuentes/universal_spanish_chilean_corpus]
23
 
24
+ ## Descripción
25
 
26
+ Tulio ha sido entrenado con textos en español de Chile (noticias, web, reclamos y tweets) y libros en español.
27
 
28
+ ## Autor
29
 
30
+ [Jorge Ortiz Fuentes](https://ortizfuentes.com)
31
 
32
+ ### Hiperparámetros
33
 
34
+ Los siguientes hiperparámetros fueron usados durante el entrenamiento:
35
 
 
 
 
 
 
36
  - learning_rate: 2e-05
37
  - train_batch_size: 64
38
  - eval_batch_size: 64
 
41
  - lr_scheduler_type: constant
42
  - num_epochs: 1
43
 
44
+ ## Resultados del entrenamiento
45
+
46
+ | Epoch | Training Loss |
47
+ |-------|----------|
48
+ | 0.1 | 1.5646 |
49
+ | 0.2 | 1.4615 |
50
+ | 0.3 | 1.4251 |
51
+ | 0.4 | 1.4013 |
52
+ | 0.5 | 1.3836 |
53
+ | 0.6 | 1.3704 |
54
+ | 0.7 | 1.3598 |
55
+ | 0.8 | 1.3506 |
56
+ | 0.9 | 1.3429 |
57
+ | 1.0 | 1.3995 |
58
 
59
+ ## Evaluación y comparativa con otros modelos en español
60
 
61
+ | Modelo | Text classification task (en español de Chile) | Token classification task (en español de Chile) |
62
+ |----------------|------------------------------------------------------|----------------------------------------------------|
63
+ | Beto (BERT Spanish) | 0.8392 | 0.7544 |
64
+ | Bertin Roberta Base | 0.8325 | - |
65
+ | Roberta Large BNE | 0.8499 | 0.7697 |
66
+ | Tulio BERT | **0.8503** | **0.7815** |
67
+ | Patana BERT | 0.8435 | 0.7777 |
68
 
69
+
70
+ ## Framework versions
71
 
72
  - Transformers 4.30.2
73
  - Pytorch 2.0.1+cu117
74
  - Datasets 2.13.1
75
  - Tokenizers 0.13.3
76
+
77
+ ## Agradecimientos
78
+
79
+ Agradecemos al [Departamento de Ciencias de la Computación de la Universidad de Chile](https://www.dcc.uchile.cl/) y a [ReLeLa](https://relela.com/) por los servidores proporcionados para el entrenamiento del modelo. También agradecemos por su apoyo al [Instituto Milenio Fundamentos de los Datos](https://imfd.cl/).
80
+
81
+
82
+ ## Licencia
83
+
84
+ La licencia CC BY 4.0 es la que mejor describe las intenciones de nuestro trabajo. Sin embargo, no estamos seguros de que todos datos utilizados para entrenar este modelo tengan licencias compatibles con CC BY 4.0 (especialmente para uso comercial).
85
+
86
+ ## Limitaciones
87
+
88
+ El dataset de entrenamiento no recibió ningún tipo de censura. Por lo tanto, el modelo puede contener representaciones ideológicas no deseadas. Utilizar con precaución.