File size: 835 Bytes
2752691
 
9f34677
 
 
 
 
 
 
2752691
9f34677
 
 
e372cb5
9f34677
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29


# Spanish News Classification Headlines

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)



trained on private dataset. The  model will output the probability of a label('ciencia_tecnologia','clickbait','cultura','deportes','economia','educacion','medio_ambiente', 'opinion','politica',
 'sociedad'), the arquitecture of the NN is only in Pytorch.

# Example of Use

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


# Finetune Hyperparameters


 * MAX_LEN = 32
 
 * TRAIN_BATCH_SIZE = 8
 
 * VALID_BATCH_SIZE = 4
 
 * EPOCHS = 5
 
 * LEARNING_RATE = 1e-05