ghadeermobasher commited on
Commit
c5df19a
1 Parent(s): 40539f7

Training in progress, step 1000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dmis-lab/biobert-v1.1",
3
+ "adapters": {
4
+ "adapters": {},
5
+ "config_map": {},
6
+ "fusion_config_map": {},
7
+ "fusions": {}
8
+ },
9
+ "architectures": [
10
+ "BertForTokenClassification"
11
+ ],
12
+ "attention_probs_dropout_prob": 0.1,
13
+ "classifier_dropout": null,
14
+ "gradient_checkpointing": false,
15
+ "hidden_act": "gelu",
16
+ "hidden_dropout_prob": 0.1,
17
+ "hidden_size": 768,
18
+ "id2label": {
19
+ "0": "B-Chemical-bio",
20
+ "1": "B-Disease-bio",
21
+ "2": "I-Chemical-bio",
22
+ "3": "I-Disease-bio",
23
+ "4": "O"
24
+ },
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "B-Chemical-bio": 0,
29
+ "B-Disease-bio": 1,
30
+ "I-Chemical-bio": 2,
31
+ "I-Disease-bio": 3,
32
+ "O": 4
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "max_position_embeddings": 512,
36
+ "model_type": "bert",
37
+ "num_attention_heads": 12,
38
+ "num_hidden_layers": 12,
39
+ "pad_token_id": 0,
40
+ "position_embedding_type": "absolute",
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.11.3",
43
+ "type_vocab_size": 2,
44
+ "use_cache": true,
45
+ "vocab_size": 28996
46
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afeb1093706b485e7f658cf9d359817ede97304414413bae1c5b040b17c1b29f
3
+ size 430980977
runs/Jul13_21-37-45_cascade-048.cluster/1657741092.561885/events.out.tfevents.1657741092.cascade-048.cluster.32164.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b0c43934c5004ad50b55548a480b5e927c3ef44df3aa66c2dd06a774024ede3
3
+ size 4589
runs/Jul13_21-37-45_cascade-048.cluster/events.out.tfevents.1657741092.cascade-048.cluster.32164.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ab81aeaf9e6904d280c2b7896d171a1eaa45e7fe0577e084766bd171b881e74
3
+ size 3918
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b8a728b9b1c66bb6db7b3c919205fc75bcdc99d7a87021eab650afde883c51
3
+ size 2927