ghadeermobasher commited on
Commit
aa38c98
1 Parent(s): baf7d97

Training in progress, step 1000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bionlp/bluebert_pubmed_uncased_L-12_H-768_A-12",
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
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.1,
16
+ "hidden_size": 768,
17
+ "id2label": {
18
+ "0": "B-Chemical-bio",
19
+ "1": "B-Disease-bio",
20
+ "2": "I-Chemical-bio",
21
+ "3": "I-Disease-bio",
22
+ "4": "O"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "B-Chemical-bio": 0,
28
+ "B-Disease-bio": 1,
29
+ "I-Chemical-bio": 2,
30
+ "I-Disease-bio": 3,
31
+ "O": 4
32
+ },
33
+ "layer_norm_eps": 1e-12,
34
+ "max_position_embeddings": 512,
35
+ "model_type": "bert",
36
+ "num_attention_heads": 12,
37
+ "num_hidden_layers": 12,
38
+ "pad_token_id": 0,
39
+ "position_embedding_type": "absolute",
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.11.3",
42
+ "type_vocab_size": 2,
43
+ "use_cache": true,
44
+ "vocab_size": 30522
45
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcd4179d22b2e98848954dab36ebc9b3747d8df3c3179ba0036801aad59396d5
3
+ size 435668849
runs/Jul13_15-05-06_cascade-059.cluster/1657717565.1812258/events.out.tfevents.1657717565.cascade-059.cluster.19903.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b89f372ad7a43ce4b1efb6bc34b8303af4420c796bfc0792ba71d5c8e14d3b26
3
+ size 4673
runs/Jul13_15-05-06_cascade-059.cluster/events.out.tfevents.1657717565.cascade-059.cluster.19903.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbdf7d2bfbd96a0de5cc0637febb735ba1d49090b3d663e2060473e17b005421
3
+ size 3950
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e51dedc2e6a12e419798163fa432c82c5a404680cabbbff4b02eb3b5dce307f
3
+ size 2927