leandroaraujodev commited on
Commit
b36b3be
·
verified ·
1 Parent(s): 9663b07

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,38 +1,43 @@
1
  {
2
- "_name_or_path": "distilbert/distilbert-base-uncased",
3
- "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForSequenceClassification"
6
  ],
7
- "attention_dropout": 0.1,
8
  "attention_probs_dropout_prob": 0.2,
9
  "classifier_dropout": 0.2,
10
- "dim": 768,
11
- "dropout": 0.1,
12
- "hidden_dim": 3072,
13
  "hidden_dropout_prob": 0.2,
 
14
  "id2label": {
15
  "0": "NEUTRO",
16
  "1": "POSITIVO",
17
  "2": "NEGATIVO"
18
  },
19
  "initializer_range": 0.02,
 
20
  "label2id": {
21
  "NEGATIVO": 2,
22
  "NEUTRO": 0,
23
  "POSITIVO": 1
24
  },
 
25
  "max_position_embeddings": 512,
26
- "model_type": "distilbert",
27
- "n_heads": 12,
28
- "n_layers": 6,
 
29
  "pad_token_id": 0,
 
 
 
 
 
 
30
  "problem_type": "multi_label_classification",
31
- "qa_dropout": 0.1,
32
- "seq_classif_dropout": 0.2,
33
- "sinusoidal_pos_embds": false,
34
- "tie_weights_": true,
35
  "torch_dtype": "float32",
36
  "transformers_version": "4.44.2",
37
- "vocab_size": 30522
 
 
38
  }
 
1
  {
2
+ "_name_or_path": "neuralmind/bert-base-portuguese-cased",
 
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,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "output_past": true,
30
  "pad_token_id": 0,
31
+ "pooler_fc_size": 768,
32
+ "pooler_num_attention_heads": 12,
33
+ "pooler_num_fc_layers": 3,
34
+ "pooler_size_per_head": 128,
35
+ "pooler_type": "first_token_transform",
36
+ "position_embedding_type": "absolute",
37
  "problem_type": "multi_label_classification",
 
 
 
 
38
  "torch_dtype": "float32",
39
  "transformers_version": "4.44.2",
40
+ "type_vocab_size": 2,
41
+ "use_cache": true,
42
+ "vocab_size": 29794
43
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b22bbbdf38905cd9e217e8a6134aa8f2c6e4d645cf908769d8048784819669d
3
- size 267835644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c88832c1e6c4c7f50b399d6011ed9c333460d27d86852aea5949b45b137680d8
3
+ size 435725300
runs/Sep21_18-31-56_9d17344fbe2b/events.out.tfevents.1726943518.9d17344fbe2b.3608.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a17074363aeb2df2f0ded92ef6185c0fbc97154f55c808448790700fb1582bb2
3
- size 6340
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4677884697f70626ff984c8d5b8855232f45b9e2e46c4480806b3e3dd9b6358
3
+ size 7439
runs/Sep21_18-47-32_9d17344fbe2b/events.out.tfevents.1726944452.9d17344fbe2b.3608.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f74229e4e1542098ac7be06b48db5d55beb78f2a7e0e039f4f12abfdc0200d27
3
+ size 5796
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -43,13 +43,15 @@
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
- "do_lower_case": true,
 
47
  "mask_token": "[MASK]",
48
- "model_max_length": 512,
 
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
52
  "tokenize_chinese_chars": true,
53
- "tokenizer_class": "DistilBertTokenizer",
54
  "unk_token": "[UNK]"
55
  }
 
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": false,
48
  "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "never_split": null,
51
  "pad_token": "[PAD]",
52
  "sep_token": "[SEP]",
53
  "strip_accents": null,
54
  "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
  "unk_token": "[UNK]"
57
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:549dcb3d826cb2249f77438cda48ca934f4ff717ef093ebb7fe613ce06bc1b63
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fc482d076ffe5cb2f6e8d766ee0b003a2ee08166a09de36922e58a76d04fa5d
3
  size 5176
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff