Luciano commited on
Commit
36ce169
1 Parent(s): 35cc390

Commit using trainer.push_to_hub()

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Luciano/bert-base-portuguese-cased-finetuned-lener-br",
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.21.2",
59
+ "type_vocab_size": 2,
60
+ "use_cache": true,
61
+ "vocab_size": 29794
62
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58838688d9f3043e0b3f23ead6ea8d890b0cdad15190557bb2addbdb3408db0a
3
+ size 433440561
runs/Sep02_12-11-42_454edbb88265/1662120714.963109/events.out.tfevents.1662120714.454edbb88265.71.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2bb0273943fc6641440bd7520320028b0a5eb3d81a59d39438ef6fcba2c05ff
3
+ size 5571
runs/Sep02_12-11-42_454edbb88265/events.out.tfevents.1662120714.454edbb88265.71.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:761364ba919eb68fdbcda86ab8ff9b9569902a216e3b9102dff12b124732a1f5
3
+ size 21353
runs/Sep02_12-11-42_454edbb88265/events.out.tfevents.1662124389.454edbb88265.71.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f1cef20cceeab1c4811a445b4e6b87e4840b6669b339c1cbac70ce6e684e38e
3
+ size 521
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,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": false,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "name_or_path": "Luciano/bert-base-portuguese-cased-finetuned-lener-br",
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "special_tokens_map_file": "/root/.cache/huggingface/transformers/eecc45187d085a1169eed91017d358cc0e9cbdd5dc236bcd710059dbf0a2f816.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d",
12
+ "strip_accents": null,
13
+ "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "BertTokenizer",
15
+ "unk_token": "[UNK]"
16
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e5b8427e57cb569c85e1de4159670f5f4e2eb96298911bf8b8bed43af78aaed
3
+ size 3439
vocab.txt ADDED
The diff for this file is too large to render. See raw diff