ghadeermobasher commited on
Commit
f381d02
1 Parent(s): e54a516

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:fd3bd9e99fe5f96861386e4f1ab0e587fd6190869df9dae1161f1e4dce787828
3
+ size 435668849
runs/Jul13_15-00-42_cascade-023.cluster/1657717262.4783864/events.out.tfevents.1657717262.cascade-023.cluster.16820.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a55c1f8e228850ae28194da996ef9a4cddc6e98cddd51b2b7d9e97ecd907a56e
3
+ size 4673
runs/Jul13_15-00-42_cascade-023.cluster/events.out.tfevents.1657717262.cascade-023.cluster.16820.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f52ccbb988f55bf8df729cc233c7c58d50c5398909510a3eeaafea5732d46675
3
+ size 3950
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55b3349ca91a57d047d22a5bfe41279918737f97565aa3fd1653398d36f33ac6
3
+ size 2927