ghadeermobasher commited on
Commit
cc74480
1 Parent(s): d0e8bb1

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": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract",
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:2b8a5687295112919f9c771a33c418be48c5206caf02c7ea4c1ae6691d298755
3
+ size 435668849
runs/Jul13_13-52-00_cascade-056.cluster/1657713139.0447726/events.out.tfevents.1657713139.cascade-056.cluster.25971.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57c05c12c2e6c5e3bc324f4dfb2c5cad8fd1861728855a080aa53371ea82d434
3
+ size 4682
runs/Jul13_13-52-00_cascade-056.cluster/events.out.tfevents.1657713139.cascade-056.cluster.25971.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28bd046dcb30cb8efe90049e64835ea58b42da427ff915e29a4e81c72e955bb3
3
+ size 4013
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c2b8cc46d01693c34c2dd66532668669d24d2d87aadf3ee981e88c6b075f159
3
+ size 2991