JorgeRGomez commited on
Commit
5f13841
1 Parent(s): 405a825

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "nlptown/bert-base-multilingual-uncased-sentiment",
3
+ "_num_labels": 5,
4
+ "architectures": [
5
+ "BertForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "classifier_dropout": null,
9
+ "directionality": "bidi",
10
+ "finetuning_task": "sentiment-analysis",
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "OPINION": 0,
16
+ "PETICIONES": 1,
17
+ "PREGUNTA": 2,
18
+ "RECLAMACION": 3,
19
+ "SOCIAL": 4
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "0": "OPINION",
25
+ "1": "PETICIONES",
26
+ "2": "PREGUNTA",
27
+ "3": "RECLAMACION",
28
+ "4": "SOCIAL"
29
+ },
30
+ "layer_norm_eps": 1e-12,
31
+ "max_position_embeddings": 512,
32
+ "model_type": "bert",
33
+ "num_attention_heads": 12,
34
+ "num_hidden_layers": 12,
35
+ "output_past": true,
36
+ "pad_token_id": 0,
37
+ "pooler_fc_size": 768,
38
+ "pooler_num_attention_heads": 12,
39
+ "pooler_num_fc_layers": 3,
40
+ "pooler_size_per_head": 128,
41
+ "pooler_type": "first_token_transform",
42
+ "position_embedding_type": "absolute",
43
+ "problem_type": "single_label_classification",
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.38.2",
46
+ "type_vocab_size": 2,
47
+ "use_cache": true,
48
+ "vocab_size": 105879
49
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c73a0868f45590955aa261caa06327340f0d48c9e8f766328753b0ce791a3b6c
3
+ size 669464588
runs/Apr18_06-46-35_46ce271a6702/events.out.tfevents.1713422807.46ce271a6702.1608.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a22d83023812b3934c466f2204bf7a00ba69237de515285ffe947b5373c82aca
3
+ size 5064
runs/Apr18_06-47-07_46ce271a6702/events.out.tfevents.1713422831.46ce271a6702.1608.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e147c83eba576287942f11b735a29356d10863ab1c6bda47b3c1b00c2dff551b
3
+ size 5647
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:826889998ec402bcad5f19ba1a663c243095eaca120ea9738bc7c6bd48c908a8
3
+ size 4856