judithrosell commited on
Commit
012c3bb
1 Parent(s): 804f190

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "B-Amino_acid",
13
+ "1": "B-Anatomical_system",
14
+ "2": "B-Cancer",
15
+ "3": "B-Cell",
16
+ "4": "B-Cellular_component",
17
+ "5": "B-Developing_anatomical_structure",
18
+ "6": "B-Gene_or_gene_product",
19
+ "7": "B-Immaterial_anatomical_entity",
20
+ "8": "B-Multi-tissue_structure",
21
+ "9": "B-Organ",
22
+ "10": "B-Organism",
23
+ "11": "B-Organism_subdivision",
24
+ "12": "B-Organism_substance",
25
+ "13": "B-Pathological_formation",
26
+ "14": "B-Simple_chemical",
27
+ "15": "B-Tissue",
28
+ "16": "I-Amino_acid",
29
+ "17": "I-Anatomical_system",
30
+ "18": "I-Cancer",
31
+ "19": "I-Cell",
32
+ "20": "I-Cellular_component",
33
+ "21": "I-Developing_anatomical_structure",
34
+ "22": "I-Gene_or_gene_product",
35
+ "23": "I-Immaterial_anatomical_entity",
36
+ "24": "I-Multi-tissue_structure",
37
+ "25": "I-Organ",
38
+ "26": "I-Organism",
39
+ "27": "I-Organism_subdivision",
40
+ "28": "I-Organism_substance",
41
+ "29": "I-Pathological_formation",
42
+ "30": "I-Simple_chemical",
43
+ "31": "I-Tissue",
44
+ "32": "O"
45
+ },
46
+ "initializer_range": 0.02,
47
+ "intermediate_size": 3072,
48
+ "label2id": {
49
+ "B-Amino_acid": 0,
50
+ "B-Anatomical_system": 1,
51
+ "B-Cancer": 2,
52
+ "B-Cell": 3,
53
+ "B-Cellular_component": 4,
54
+ "B-Developing_anatomical_structure": 5,
55
+ "B-Gene_or_gene_product": 6,
56
+ "B-Immaterial_anatomical_entity": 7,
57
+ "B-Multi-tissue_structure": 8,
58
+ "B-Organ": 9,
59
+ "B-Organism": 10,
60
+ "B-Organism_subdivision": 11,
61
+ "B-Organism_substance": 12,
62
+ "B-Pathological_formation": 13,
63
+ "B-Simple_chemical": 14,
64
+ "B-Tissue": 15,
65
+ "I-Amino_acid": 16,
66
+ "I-Anatomical_system": 17,
67
+ "I-Cancer": 18,
68
+ "I-Cell": 19,
69
+ "I-Cellular_component": 20,
70
+ "I-Developing_anatomical_structure": 21,
71
+ "I-Gene_or_gene_product": 22,
72
+ "I-Immaterial_anatomical_entity": 23,
73
+ "I-Multi-tissue_structure": 24,
74
+ "I-Organ": 25,
75
+ "I-Organism": 26,
76
+ "I-Organism_subdivision": 27,
77
+ "I-Organism_substance": 28,
78
+ "I-Pathological_formation": 29,
79
+ "I-Simple_chemical": 30,
80
+ "I-Tissue": 31,
81
+ "O": 32
82
+ },
83
+ "layer_norm_eps": 1e-12,
84
+ "max_position_embeddings": 512,
85
+ "model_type": "bert",
86
+ "num_attention_heads": 12,
87
+ "num_hidden_layers": 12,
88
+ "pad_token_id": 0,
89
+ "position_embedding_type": "absolute",
90
+ "torch_dtype": "float32",
91
+ "transformers_version": "4.35.2",
92
+ "type_vocab_size": 2,
93
+ "use_cache": true,
94
+ "vocab_size": 30522
95
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5abcc297206385bea48ab1181b9fa660d375564218800d038f730232ae937a54
3
+ size 435691444
runs/Jan02_11-36-23_78a78087a1b5/events.out.tfevents.1704195384.78a78087a1b5.939.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75838859057a8554009e62b9ab16640ebd6ffc212b499821290a2006c904e3e
3
+ size 6733
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
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
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": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
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:eff4d01de72b8ba962956b18a7e2c7a5eb263c0873bd88da102951ba83086ec7
3
+ size 4600
vocab.txt ADDED
The diff for this file is too large to render. See raw diff