enoriega commited on
Commit
c6f1b24
1 Parent(s): d6994c2

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext",
3
+ "architectures": [
4
+ "BertForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.18.0",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 30522
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c872fee1edbb2ebee8d4b35489c6133045b43b594593567003f4a24edd1df2da
3
+ size 438128811
runs/Jun23_18-52-30_r5u11n1.puma.hpc.arizona.edu/1656035583.989319/events.out.tfevents.1656035583.r5u11n1.puma.hpc.arizona.edu.93046.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc1b0a95d37b59aacb76e508f4a3c7a915db7e62d3709fd83e70097ee626b716
3
+ size 5106
runs/Jun23_18-52-30_r5u11n1.puma.hpc.arizona.edu/events.out.tfevents.1656035583.r5u11n1.puma.hpc.arizona.edu.93046.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec315f338621a1be995550a47c8d242146e9c014d18a8e7a14491e54a7197d6e
3
+ size 3613
runs/Jun23_19-17-32_r5u11n1.puma.hpc.arizona.edu/1656037171.6404946/events.out.tfevents.1656037171.r5u11n1.puma.hpc.arizona.edu.95801.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc0e2dbb94b8749452812dc67cab0754af679f488c816359e1f6a5d9eda985f3
3
+ size 5106
runs/Jun23_19-17-32_r5u11n1.puma.hpc.arizona.edu/events.out.tfevents.1656037171.r5u11n1.puma.hpc.arizona.edu.95801.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93eaa2690a6cf73ebb831914630a4da8b7294fd636c74540f9cd3b8649d51ff9
3
+ size 3770
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "special_tokens_map_file": null, "name_or_path": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d04238b1f37191c57d32fd300fbc8c1799a49a93379fee1531e087c133d28384
3
+ size 3311
vocab.txt ADDED
The diff for this file is too large to render. See raw diff