pineiden commited on
Commit
6892703
1 Parent(s): 4db70f7

Model save

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dccuchile/bert-base-spanish-wwm-cased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "finetuning_task": "nominal-groups-recognition",
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "B-Body_Part",
15
+ "1": "B-Disease",
16
+ "2": "B-Family_Member",
17
+ "3": "B-Medication",
18
+ "4": "B-Procedure",
19
+ "5": "I-Body_Part",
20
+ "6": "I-Disease",
21
+ "7": "I-Family_Member",
22
+ "8": "I-Medication",
23
+ "9": "I-Procedure",
24
+ "10": "O"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "B-Body_Part": 0,
30
+ "B-Disease": 1,
31
+ "B-Family_Member": 2,
32
+ "B-Medication": 3,
33
+ "B-Procedure": 4,
34
+ "I-Body_Part": 5,
35
+ "I-Disease": 6,
36
+ "I-Family_Member": 7,
37
+ "I-Medication": 8,
38
+ "I-Procedure": 9,
39
+ "O": 10
40
+ },
41
+ "layer_norm_eps": 1e-12,
42
+ "max_position_embeddings": 512,
43
+ "model_type": "bert",
44
+ "num_attention_heads": 12,
45
+ "num_hidden_layers": 12,
46
+ "output_past": true,
47
+ "pad_token_id": 1,
48
+ "position_embedding_type": "absolute",
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.30.2",
51
+ "type_vocab_size": 2,
52
+ "use_cache": true,
53
+ "vocab_size": 31002
54
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15f521105af1ae2d9ed8ff7ddeeb451ba807f712170e00f0a4b7d6a507835da2
3
+ size 437102524
runs/Jul06_18-02-17_comarca/events.out.tfevents.1688680946.comarca.363345.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca55b484601652ae69eb1b9eefc180020d5ebc5206ba0360818f29bfb7859525
3
+ size 4764
runs/Jul06_18-09-55_comarca/events.out.tfevents.1688681402.comarca.365024.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da26d2ee92b07a61f1139dcba66ee8124b5ba7394722e4c643b3e82032b16ef9
3
+ size 4764
runs/Jul06_18-12-51_comarca/events.out.tfevents.1688681577.comarca.365796.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17ec8c67da3c16eddb21a2210fb6123006001889254a2409cdcd843150a94a7e
3
+ size 4764
runs/Jul06_18-20-09_comarca/events.out.tfevents.1688682015.comarca.367905.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1603ae3217238c55fe8e4703f5fca2581b23bac4bba94a49869889fb35f93cd3
3
+ size 14458
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,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": false,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 512,
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "strip_accents": false,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b558f30df6c82ea75cef6c1445472953596bac50da64caf9c7b6892a6ff060c9
3
+ size 4027
vocab.txt ADDED
The diff for this file is too large to render. See raw diff