Rafaelvieira432 commited on
Commit
b49d751
·
verified ·
1 Parent(s): 07f9c91

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +41 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "eos_token_id": null,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 256,
14
+ "id2label": {
15
+ "0": "adulto",
16
+ "1": "neutro",
17
+ "2": "spam",
18
+ "3": "toxico"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 1024,
22
+ "is_decoder": false,
23
+ "label2id": {
24
+ "adulto": 0,
25
+ "neutro": 1,
26
+ "spam": 2,
27
+ "toxico": 3
28
+ },
29
+ "layer_norm_eps": 1e-12,
30
+ "max_position_embeddings": 256,
31
+ "model_type": "bert",
32
+ "num_attention_heads": 4,
33
+ "num_hidden_layers": 6,
34
+ "pad_token_id": 0,
35
+ "problem_type": "single_label_classification",
36
+ "tie_word_embeddings": true,
37
+ "transformers_version": "5.13.1",
38
+ "type_vocab_size": 2,
39
+ "use_cache": false,
40
+ "vocab_size": 1712
41
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37e41f88b8534699eccce63061d8e9395eca8422a11d073b0a145dcda9c112db
3
+ size 21252768
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7ea93af46d18528623cc445074e249b9bca9de36d622af105924e124ea927b6
3
+ size 5201