CassioBN commited on
Commit
f048055
1 Parent(s): 8f41b6f

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "neuralmind/bert-base-portuguese-cased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-ORGANIZACAO",
15
+ "2": "I-ORGANIZACAO",
16
+ "3": "B-PESSOA",
17
+ "4": "I-PESSOA",
18
+ "5": "B-TEMPO",
19
+ "6": "I-TEMPO",
20
+ "7": "B-LOCAL",
21
+ "8": "I-LOCAL",
22
+ "9": "B-LEGISLACAO",
23
+ "10": "I-LEGISLACAO",
24
+ "11": "B-JURISPRUDENCIA",
25
+ "12": "I-JURISPRUDENCIA"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "B-JURISPRUDENCIA": 11,
31
+ "B-LEGISLACAO": 9,
32
+ "B-LOCAL": 7,
33
+ "B-ORGANIZACAO": 1,
34
+ "B-PESSOA": 3,
35
+ "B-TEMPO": 5,
36
+ "I-JURISPRUDENCIA": 12,
37
+ "I-LEGISLACAO": 10,
38
+ "I-LOCAL": 8,
39
+ "I-ORGANIZACAO": 2,
40
+ "I-PESSOA": 4,
41
+ "I-TEMPO": 6,
42
+ "O": 0
43
+ },
44
+ "layer_norm_eps": 1e-12,
45
+ "max_position_embeddings": 512,
46
+ "model_type": "bert",
47
+ "num_attention_heads": 12,
48
+ "num_hidden_layers": 12,
49
+ "output_past": true,
50
+ "pad_token_id": 0,
51
+ "pooler_fc_size": 768,
52
+ "pooler_num_attention_heads": 12,
53
+ "pooler_num_fc_layers": 3,
54
+ "pooler_size_per_head": 128,
55
+ "pooler_type": "first_token_transform",
56
+ "position_embedding_type": "absolute",
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.41.2",
59
+ "type_vocab_size": 2,
60
+ "use_cache": true,
61
+ "vocab_size": 29794
62
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90b2d208e83f5b625b0d6aa8ec608c5b2a1035a006c0ad722f97ccc22ffcae5c
3
+ size 433393508
runs/Jul02_20-42-18_44c434b8af96/events.out.tfevents.1719952947.44c434b8af96.1035.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:956ef2ee37bed59e791379ee3d8c15ed5f4df78757f78379951546d4716166a3
3
+ size 11176
runs/Jul02_20-47-01_44c434b8af96/events.out.tfevents.1719953231.44c434b8af96.1035.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58d64b31d52ca0b7216cf60f6e7d72e751f8cc04db23e941c3cd87b39e14a266
3
+ size 5632
runs/Jul02_20-48-16_44c434b8af96/events.out.tfevents.1719953301.44c434b8af96.1035.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f179eb2338943bb84d4ce8293ad713246252c18354defabb2d1784f7e59c150e
3
+ size 6315
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
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": 512,
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4286cf73d2089e3025f85b0d80fc2a3769002e94241f79c924b9b93748ea91b
3
+ size 5112
vocab.txt ADDED
The diff for this file is too large to render. See raw diff