Stiven Lancheros commited on
Commit
2529d5e
·
1 Parent(s): 2744772

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "StivenLancheros/roberta-base-biomedical-clinical-es-finetuned-ner-CRAFT",
3
+ "architectures": [
4
+ "RobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "B-Taxon",
16
+ "1": "B-Chemical",
17
+ "2": "I-Cell",
18
+ "3": "I-GENE",
19
+ "4": "B-GENE",
20
+ "5": "I-Taxon",
21
+ "6": "B-Sequence",
22
+ "7": "I-Sequence",
23
+ "8": "I-Protein",
24
+ "9": "B-Cell",
25
+ "10": "O",
26
+ "11": "I-Chemical",
27
+ "12": "B-Protein"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "B-Cell": 9,
33
+ "B-Chemical": 1,
34
+ "B-GENE": 4,
35
+ "B-Protein": 12,
36
+ "B-Sequence": 6,
37
+ "B-Taxon": 0,
38
+ "I-Cell": 2,
39
+ "I-Chemical": 11,
40
+ "I-GENE": 3,
41
+ "I-Protein": 8,
42
+ "I-Sequence": 7,
43
+ "I-Taxon": 5,
44
+ "O": 10
45
+ },
46
+ "layer_norm_eps": 1e-05,
47
+ "max_position_embeddings": 514,
48
+ "model_type": "roberta",
49
+ "num_attention_heads": 12,
50
+ "num_hidden_layers": 12,
51
+ "pad_token_id": 1,
52
+ "position_embedding_type": "absolute",
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.17.0",
55
+ "type_vocab_size": 1,
56
+ "use_cache": true,
57
+ "vocab_size": 52000
58
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45ccaa6f526123e223a26b757ef22a931f9230cba2a0ac7153c77e1b5c43dd35
3
+ size 501675697
runs/Mar11_19-07-53_59dac28c1446/1647025692.2150753/events.out.tfevents.1647025692.59dac28c1446.70.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c3a0db0ff94a973958fb78722c7be83fa7f49cf07819c08139ff253eca3eb41
3
+ size 4956
runs/Mar11_19-07-53_59dac28c1446/events.out.tfevents.1647025692.59dac28c1446.70.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bfab0efaafa56e06b5df5808d65cfe1f4e881874362360b46d9f14f107f3aa3
3
+ size 7987
runs/Mar11_19-07-53_59dac28c1446/events.out.tfevents.1647027656.59dac28c1446.70.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e1bbd8537b9f42ad65405ef6b7c422990d70fb88b21639167bb5342a0aceff4
3
+ size 512
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "sep_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "cls_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true}}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"errors": "replace", "bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "sep_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "cls_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": true, "trim_offsets": true, "max_len": 512, "special_tokens_map_file": null, "name_or_path": "StivenLancheros/roberta-base-biomedical-clinical-es-finetuned-ner-CRAFT", "model_max_length": 512, "tokenizer_class": "RobertaTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a81454dc64dfd85ad7295a888efa8dfb02b35ec26985dda61281be184c2e4fa
3
+ size 3119
vocab.json ADDED
The diff for this file is too large to render. See raw diff