ghadeermobasher commited on
Commit
d183ba7
1 Parent(s): 883034c

Training in progress, step 4000

Browse files
eval_results.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ eval_loss = 0.00014872365863993764
2
+ eval_precision = 0.9987293519695044
3
+ eval_recall = 0.9987293519695044
4
+ eval_f1 = 0.9987293519695044
5
+ eval_runtime = 13.3741
6
+ eval_samples_per_second = 69.014
7
+ eval_steps_per_second = 8.674
8
+ epoch = 10.0
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8832d25484b27c0bec928897bf5843cedd376d9558a09690251bb47c0b0c921f
3
  size 430974833
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52066df90212cca48433478ea8931ffd45920ce5d9ef226bdadbfa6d351b0da5
3
  size 430974833
runs/Jun08_21-10-08_cascade-120.cluster/events.out.tfevents.1654715435.cascade-120.cluster.40307.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:464fdcfe84f4d8de51a49d05df2e645fc21c710a7e8e6b2626dd6aaab4c7ad0d
3
- size 5546
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd2151b52646294369198407104c5d10877eafcb8724bfd4e33dcaf69b3ad33a
3
+ size 6057
runs/Jun08_21-10-08_cascade-120.cluster/events.out.tfevents.1654717258.cascade-120.cluster.40307.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57351609555fd4743c54aad0414f08ab79dfbcc58b66281dd02f1ff7a5af8ee5
3
+ size 460
runs/Jun08_21-33-37_cascade-048.cluster/events.out.tfevents.1654716834.cascade-048.cluster.20890.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ffa73e0561a22c148b70e21b58481b5b81aa2766acfbf5892ce377d15b4ca6d4
3
- size 3662
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:528b0c574cfd235168d4cf1ddca8bd9bf69ff1f491b4f6851884cab92aee7b7d
3
+ size 4604
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.11837641894817352
2
+ test_precision = 0.8530287984111221
3
+ test_recall = 0.8947916666666667
4
+ test_f1 = 0.8734112862226742
5
+ test_runtime = 13.5663
6
+ test_samples_per_second = 69.437
7
+ test_steps_per_second = 8.698
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