Santarabantoosoo commited on
Commit
4df4636
1 Parent(s): e1b483c

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "tsantos/PathologyBERT",
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": "No recurrence",
13
+ "1": "Recurrence"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "layer_norm_eps": 1e-12,
18
+ "max_position_embeddings": 512,
19
+ "model_type": "bert",
20
+ "num_attention_heads": 12,
21
+ "num_hidden_layers": 12,
22
+ "pad_token_id": 0,
23
+ "position_embedding_type": "absolute",
24
+ "problem_type": "single_label_classification",
25
+ "torch_dtype": "float32",
26
+ "transformers_version": "4.12.2",
27
+ "type_vocab_size": 2,
28
+ "use_cache": true,
29
+ "vocab_size": 13000
30
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d02d9afca4c044f38c2153d19ba8e00b667d0de710b71283cc71aaca9e84b90
3
+ size 384191661
runs/May31_04-57-40_gpu0041.vampire/1653992067.73357/events.out.tfevents.1653992067.gpu0041.vampire.22086.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df798d73c6ed40c68e4c7528a88c044740c3e4937b6177469e3d20167f501ed0
3
+ size 4535
runs/May31_04-57-40_gpu0041.vampire/events.out.tfevents.1653992067.gpu0041.vampire.22086.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ba145fb3ad4c690e10028e1744a20298c7a91984231993e3536d8f4fa7f6620
3
+ size 9859
runs/May31_05-39-26_gpu0041.vampire/1653994166.0714486/events.out.tfevents.1653994166.gpu0041.vampire.33440.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6779f384cd990b51cfcf2c870de4c6886fa9391f0301e0a2d8eabbdfa9cebe81
3
+ size 4535
runs/May31_05-39-26_gpu0041.vampire/events.out.tfevents.1653994164.gpu0041.vampire.33440.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b4d1423e83e8d169386d8daceecbc39b70b99261848831cac5a1e6fd24db0b6
3
+ size 9859
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, "do_basic_tokenize": true, "never_split": null, "special_tokens_map_file": null, "name_or_path": "tsantos/PathologyBERT", "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51dee94bf421415242a2fb29be838584421fca4f753b85a85dacc80189ed3fa5
3
+ size 2863
vocab.txt ADDED
The diff for this file is too large to render. See raw diff