judithrosell commited on
Commit
ac7edcf
1 Parent(s): 4a1dea3

Training in progress, epoch 0

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