ghadeermobasher commited on
Commit
6c6f160
1 Parent(s): 4794656

Original_BioBERT_NCBI-Disease

Browse files
eval_results.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ eval_loss = 0.0005529896588996053
2
+ eval_precision = 0.9974587039390089
3
+ eval_recall = 0.9974587039390089
4
+ eval_f1 = 0.9974587039390089
5
+ eval_runtime = 14.3679
6
+ eval_samples_per_second = 64.241
7
+ eval_steps_per_second = 8.074
8
+ epoch = 10.0
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bdf7f78677e152720e92290c18fa05cc55382011a572f855811e6c6e5ae57f30
3
  size 435662705
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ee55bdb34f65d90bcb113bc7bd9ef19c7a13b0a49f51efcce4c2531afab317d
3
  size 435662705
runs/Jun09_11-55-08_cascade-105.cluster/events.out.tfevents.1654768531.cascade-105.cluster.13694.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:63059e15ad0a78318d9e6af1209bc8bad792c9b61ab0fd27dce03843b4908cc2
3
- size 4995
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae1d5e3d7ab3252182898ec8addc9650bfd12f127bfbf3934f095d7ee960ae95
3
+ size 6134
runs/Jun09_11-55-08_cascade-105.cluster/events.out.tfevents.1654770396.cascade-105.cluster.13694.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2e87f0d409bbeb21757cb1cad4380659924b8a94751552b86c656110fcb1a70
3
+ size 460
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
test_predictions.txt ADDED
The diff for this file is too large to render. See raw diff
 
test_results.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ test_loss = 0.17767728865146637
2
+ test_precision = 0.775950668036999
3
+ test_recall = 0.7864583333333334
4
+ test_f1 = 0.7811691670977754
5
+ test_runtime = 14.5986
6
+ test_samples_per_second = 64.527
7
+ test_steps_per_second = 8.083
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "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, "tokenizer_file": null, "name_or_path": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract", "tokenizer_class": "BertTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff