arj9719 commited on
Commit
5782004
·
1 Parent(s): 2809ea3

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "pysentimiento/robertuito-sentiment-analysis",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "alcance",
16
+ "1": "condiciones laborales",
17
+ "2": "critica",
18
+ "3": "dudas",
19
+ "4": "felicitaciones",
20
+ "5": "menciones",
21
+ "6": "noticias",
22
+ "7": "ofertas terceros",
23
+ "8": "pagos",
24
+ "9": "post interaccion",
25
+ "10": "reclutamiento",
26
+ "11": "otros"
27
+ },
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "label2id": {
31
+ "alcance": 0,
32
+ "condiciones laborales": 1,
33
+ "critica": 2,
34
+ "dudas": 3,
35
+ "felicitaciones": 4,
36
+ "menciones": 5,
37
+ "noticias": 6,
38
+ "ofertas terceros": 7,
39
+ "otros": 11,
40
+ "pagos": 8,
41
+ "post interaccion": 9,
42
+ "reclutamiento": 10
43
+ },
44
+ "layer_norm_eps": 1e-12,
45
+ "max_position_embeddings": 130,
46
+ "model_type": "roberta",
47
+ "num_attention_heads": 12,
48
+ "num_hidden_layers": 12,
49
+ "pad_token_id": 1,
50
+ "position_embedding_type": "absolute",
51
+ "problem_type": "single_label_classification",
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.26.1",
54
+ "type_vocab_size": 1,
55
+ "use_cache": true,
56
+ "vocab_size": 30002
57
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5da632d8cae983ad5d96600f1b13da086f0e3f2f6918deeab006adac40c96fe1
3
+ size 435262133
runs/Mar06_04-48-09_6170d88bdea4/1678078103.2906482/events.out.tfevents.1678078103.6170d88bdea4.164.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77f762aad9c36930f48372feddf9bd0b62de327483700e8bb79d3a35f5c6b8af
3
+ size 5733
runs/Mar06_04-48-09_6170d88bdea4/events.out.tfevents.1678078103.6170d88bdea4.164.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a9dddaa9ad34e371b05960941bd19e38fa9c71f635f0717184d7f6272eceb76
3
+ size 5092
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7ea0654398a08044ab1f2ef933f625fc5f77f9e7e9ef6a15f33d186488d71c2
3
+ size 3579