ghadeermobasher commited on
Commit
d8f3fb2
·
1 Parent(s): 28193cf

Original_BioBERT_NCBI-Disease

Browse files
eval_results.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ eval_loss = 0.0014312607236206532
2
+ eval_precision = 0.9951012410189418
3
+ eval_recall = 0.9951012410189418
4
+ eval_f1 = 0.9951012410189418
5
+ eval_runtime = 63.4842
6
+ eval_samples_per_second = 39.868
7
+ eval_steps_per_second = 4.993
8
+ epoch = 5.0
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b1bc12d4d5280563b2a22b282f21529e5aed5b56fa0f79734b6e88ad6801e4d1
3
  size 430974833
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c4dd68b9416a2e0dc88f369bf28797f3336b1b44aaf297442135b9f3aec87ff
3
  size 430974833
runs/Jun09_15-14-14_cascade-017.cluster/events.out.tfevents.1654780478.cascade-017.cluster.22537.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f201bdddb9ba37c01a90091f06490cc9f0c4918da49523a19a4331d6fa55cdf
3
- size 7746
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c58ab9dad121476c94d50d827a6813c2c19ab3c5000d39028a1523e0379ad7f4
3
+ size 8414
runs/Jun09_15-14-14_cascade-017.cluster/events.out.tfevents.1654784313.cascade-017.cluster.22537.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01672502a7286192e087a794290d4ac5bd6f37c2fb109ef8ca97086e679ecf69
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.1252700239419937
2
+ test_precision = 0.8176022391540974
3
+ test_recall = 0.831304347826087
4
+ test_f1 = 0.8243963624960804
5
+ test_runtime = 127.2784
6
+ test_samples_per_second = 39.795
7
+ test_steps_per_second = 4.981
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": "dmis-lab/biobert-base-cased-v1.1", "tokenizer_class": "BertTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff