rafaelm47labs commited on
Commit
93f420e
1 Parent(s): 9f34677

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -1,20 +1,55 @@
1
 
2
-
3
  # Spanish News Classification Headlines
4
 
5
- SNCH: this model was develop by [M47Labs](https://www.m47labs.com/es/) the goal is sequence classification,the base model use was [BETO](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased)
 
 
 
 
 
 
6
 
 
 
 
 
 
 
 
 
 
7
 
8
 
9
- trained on private dataset. The model will output the probability of a label('ciencia_tecnologia','clickbait','cultura','deportes','economia','educacion','medio_ambiente', 'opinion','politica',
10
- 'sociedad'), the arquitecture of the NN is only in Pytorch.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
- # Example of Use
13
 
14
  An example on how to use the model in this page can be found in this colab notebook: https://colab.research.google.com/drive/1XsKea6oMyEckye2FePW_XN7Rf8v41Cw_?usp=sharing
15
 
16
 
17
- # Finetune Hyperparameters
18
 
19
 
20
  * MAX_LEN = 32
 
1
 
 
2
  # Spanish News Classification Headlines
3
 
4
+ SNCH: this model was develop by [M47Labs](https://www.m47labs.com/es/) the goal is text classification,the base model use was [BETO](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased), it was fine-tuned on 1000 example dataset.
5
+
6
+
7
+ ## Dataset Sample
8
+
9
+ Dataset size : 1000
10
+ Columns:
11
 
12
+ |idTask|task content 1|idTag|tag|
13
+ |------|------|------|------|
14
+ |3637d9ac-119c-4a8f-899c-339cf5b42ae0|Alcalá de Guadaíra celebra la IV Semana de la Diversidad Sexual con acciones de sensibilización|81b36360-6cbf-4ffa-b558-9ef95c136714|sociedad|
15
+ |d56bab52-0029-45dd-ad90-5c17d4ed4c88|El Archipiélago Chinijo Graciplus se impone en el Trofeo Centro Comercial Rubicón|ed198b6d-a5b9-4557-91ff-c0be51707dec|deportes|
16
+ |dec70bc5-4932-4fa2-aeac-31a52377be02|Un total de 39 personas padecen ELA actualmente en la provincia|81b36360-6cbf-4ffa-b558-9ef95c136714|sociedad|
17
+ |fb396ba9-fbf1-4495-84d9-5314eb731405|Eurocopa 2021 : Italia vence a Gales y pasa a octavos con su candidatura reforzada|ed198b6d-a5b9-4557-91ff-c0be51707dec|deportes|
18
+ |bc5a36ca-4e0a-422e-9167-766b41008c01|Resolución de 10 de junio de 2021, del Ayuntamiento de Tarazona de La Mancha (Albacete), referente a la convocatoria para proveer una plaza.|81b36360-6cbf-4ffa-b558-9ef95c136714|sociedad|
19
+ |a87f8703-ce34-47a5-9c1b-e992c7fe60f6|El primer ministro sueco pierde una moción de censura|209ae89e-55b4-41fd-aac0-5400feab479e|politica|
20
+ |d80bdaad-0ad5-43a0-850e-c473fd612526|El dólar se dispara tras la reunión de la Fed|11925830-148e-4890-a2bc-da9dc059dc17|economia|
21
 
22
 
23
+ ## Labels:
24
+
25
+ * ciencia_tecnologia
26
+
27
+ * clickbait
28
+
29
+ * cultura
30
+
31
+ * deportes
32
+
33
+ * economia
34
+
35
+ * educacion
36
+
37
+ * medio_ambiente
38
+
39
+ * opinion
40
+
41
+ * politica
42
+
43
+ * sociedad
44
+
45
+
46
 
47
+ ## Example of Use
48
 
49
  An example on how to use the model in this page can be found in this colab notebook: https://colab.research.google.com/drive/1XsKea6oMyEckye2FePW_XN7Rf8v41Cw_?usp=sharing
50
 
51
 
52
+ ## Finetune Hyperparameters
53
 
54
 
55
  * MAX_LEN = 32