AppleTree2017 commited on
Commit
121a25b
1 Parent(s): ac29f6e

Training in progress, epoch 3

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f4c5370443717c5173d27abd91353e947b187245fa0e6b59d1edf34cfc30faca
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:087d9d4bedd3849709ca7884cfccd0f33bde9f312987cd3875e0ba59583e1769
3
  size 437958648
runs/Apr26_17-29-49_NCATS-2265430-P/events.out.tfevents.1714167008.NCATS-2265430-P.25328.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4e2730ab36ec71dffd36464b89405cd57786eaf7c55969662a293a5afa9e5ec8
3
- size 173159
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2e2388e25881559e39f9587e7c19b7fdaec84f2f04a314f704c3d3c5640a409
3
+ size 257398
tmp-checkpoint-1191/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
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
+ "id2label": {
12
+ "0": "the paper is not a primary experimental study in rare disease or the study is not directly investigating the natural history of a disease",
13
+ "1": "its primary contribution centers on observing the time course of a rare disease"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "its primary contribution centers on observing the time course of a rare disease": 1,
19
+ "the paper is not a primary experimental study in rare disease or the study is not directly investigating the natural history of a disease": 0
20
+ },
21
+ "layer_norm_eps": 1e-12,
22
+ "max_position_embeddings": 512,
23
+ "model_type": "bert",
24
+ "num_attention_heads": 12,
25
+ "num_hidden_layers": 12,
26
+ "pad_token_id": 0,
27
+ "position_embedding_type": "absolute",
28
+ "problem_type": "single_label_classification",
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.38.2",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 30522
34
+ }
tmp-checkpoint-1191/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:087d9d4bedd3849709ca7884cfccd0f33bde9f312987cd3875e0ba59583e1769
3
+ size 437958648
tmp-checkpoint-1191/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c373a7f0c42d908ccec90a4cd659c220e82fa8b854a68325fb7579746ef4083
3
+ size 876032698
tmp-checkpoint-1191/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee0f60c01f056fef9e83434ee7ca0310ab58a7601a31c2d4dd83e9721c27a854
3
+ size 13990
tmp-checkpoint-1191/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:121b0135b78825e1396b7a359c2cca5782e8330b52e8ba8b1188c1753cc388bd
3
+ size 1064
tmp-checkpoint-1191/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tmp-checkpoint-1191/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tmp-checkpoint-1191/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
tmp-checkpoint-1191/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
tmp-checkpoint-1191/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:284f32d1b48844b69ce057c0dadbd8428f94a8aaa545c1553173391cf437e0df
3
+ size 4984
tmp-checkpoint-1191/vocab.txt ADDED
The diff for this file is too large to render. See raw diff