Gaborandi commited on
Commit
3ee7b38
1 Parent(s): 087d8a6

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "yikuan8/Clinical-Longformer",
3
+ "architectures": [
4
+ "LongformerForMaskedLM"
5
+ ],
6
+ "attention_mode": "longformer",
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "attention_window": [
9
+ 512,
10
+ 512,
11
+ 512,
12
+ 512,
13
+ 512,
14
+ 512,
15
+ 512,
16
+ 512,
17
+ 512,
18
+ 512,
19
+ 512,
20
+ 512
21
+ ],
22
+ "bos_token_id": 0,
23
+ "classifier_dropout": null,
24
+ "eos_token_id": 2,
25
+ "gradient_checkpointing": false,
26
+ "hidden_act": "gelu",
27
+ "hidden_dropout_prob": 0.1,
28
+ "hidden_size": 768,
29
+ "ignore_attention_mask": false,
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "layer_norm_eps": 1e-05,
33
+ "max_position_embeddings": 4098,
34
+ "model_type": "longformer",
35
+ "num_attention_heads": 12,
36
+ "num_hidden_layers": 12,
37
+ "pad_token_id": 1,
38
+ "position_embedding_type": "absolute",
39
+ "sep_token_id": 2,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.17.0",
42
+ "type_vocab_size": 1,
43
+ "use_cache": true,
44
+ "vocab_size": 50265
45
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb04ea3ea9942c317fe44fe5db6421660887bce42d0fd1918bf697f21ae756eb
3
+ size 594995866
runs/Nov12_00-55-26_node2077.palmetto.clemson.edu/1668232667.2705839/events.out.tfevents.1668232667.node2077.palmetto.clemson.edu.210256.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bbcf502aee6c04f2d9645f7c9f8517aea129435665ae9a650b628c5c3be45bf
3
+ size 4821
runs/Nov12_00-55-26_node2077.palmetto.clemson.edu/events.out.tfevents.1668232615.node2077.palmetto.clemson.edu.210256.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e81bc3d11b3278cf2807391f872e8029c291373d6e3399c9626d0d71933a561
3
+ size 3879
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9322895c6f82bed89d24a3e67e9b5245786edc1e83126a5c2b2bdea473b475e1
3
+ size 3055