leandroaraujodev commited on
Commit
cfd2728
1 Parent(s): 32858bb

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -3,23 +3,23 @@
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0.25,
7
- "classifier_dropout": 0.25,
8
  "directionality": "bidi",
9
  "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.25,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
- "LABEL_0": 0,
21
- "LABEL_1": 1,
22
- "LABEL_2": 2
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
 
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.2,
7
+ "classifier_dropout": 0.2,
8
  "directionality": "bidi",
9
  "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.2,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "NEUTRO",
14
+ "1": "POSITIVO",
15
+ "2": "NEGATIVO"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
+ "NEGATIVO": 2,
21
+ "NEUTRO": 0,
22
+ "POSITIVO": 1
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:55b92563225d00ad354f596df40a6182929c6d84a81fa216f7bfb7add8942fe0
3
  size 435725300
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79841358e4bbde81fe5490a672e5aeab810f3cbb38f46305b6ee949548d1de53
3
  size 435725300
runs/Sep21_12-18-58_84108f48cee1/events.out.tfevents.1726921139.84108f48cee1.3896.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b9c7bf086a28cb5ea732df81035e82b0cfd4c31322c9e5e07fccfd7f5eb3b02
3
+ size 5796
runs/Sep21_12-28-39_84108f48cee1/events.out.tfevents.1726921719.84108f48cee1.3896.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7ee9340ef36c15fdf16717646a55649149660016d829771468126797e694050
3
+ size 5796
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3de49ad63fb97043607302126e8071f8bdb549a1c4bb40c7dfb768e82722944
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a87c9960af003377012b276d0faadb2930e76064ef67cece91064cff78cfb5a8
3
  size 5176