ghadeermobasher commited on
Commit
93d1678
1 Parent(s): c4e0d03

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:ed569336e828f8b42edbb03fd69639440662c5f8edc1ddfd20f25de90aadeb5b
3
+ size 430980977
runs/Jul13_14-33-02_cascade-085.cluster/1657715602.78517/events.out.tfevents.1657715602.cascade-085.cluster.7974.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4ddf28effb479016e7e26d26a844b30b6759b4f508c25c3ac5119ed50d68d69
3
+ size 4592
runs/Jul13_14-33-02_cascade-085.cluster/events.out.tfevents.1657715602.cascade-085.cluster.7974.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ebcdcc4593635c5accde97ad741ad803c83d1b2b754b69857e4c2c4e2566489
3
+ size 3921
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd57fca3c9379b8dbf362b575c312bc70f8843384318efb7afbb2682ecb390a9
3
+ size 2927