ghadeermobasher commited on
Commit
3b27153
·
1 Parent(s): 624c65f

Training in progress, step 16000

Browse files
eval_results.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ eval_loss = 1.3658471971211839e-06
2
+ eval_precision = 1.0
3
+ eval_recall = 1.0
4
+ eval_f1 = 1.0
5
+ eval_runtime = 47.4348
6
+ eval_samples_per_second = 24.307
7
+ eval_steps_per_second = 3.057
8
+ epoch = 15.0
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa6cbf6cc608f33e354c68536f64511f4ff68d498c8edb2245b22a00c1a3b359
3
  size 430974833
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6096e6dde69c3dd9cb89f360d06b849bc78c4474d9d46de9fee713243c6a1515
3
  size 430974833
runs/Sep19_11-47-31_pascal-deep-02/events.out.tfevents.1663580881.pascal-deep-02.20383.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3eea7f6b167306c6a1b21c5373cdf2c10d044089d599a94414374445524e600a
3
- size 8404
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee98249b805f8cb42dd2aeef402d27fa29b34908e1828b97e158b0d88cc5eccb
3
+ size 8924
runs/Sep19_11-47-31_pascal-deep-02/events.out.tfevents.1663587574.pascal-deep-02.20383.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56ec8388af1cc356d2e39410552823f920c2306c212602e3bf203b99c10f73a8
3
+ size 468
runs/Sep19_11-56-19_pascal-deep-03/events.out.tfevents.1663581475.pascal-deep-03.37695.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b07e31253c0e48c4d49b7c8a554b294e743f27233c3ccb2fa9711e16b8b5094f
3
- size 8090
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c9a6fbfbc80b86e39668c653d841c45b77f9818305fb8ea71e71a64e2db8f0a
3
+ size 8404
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.09400849789381027
2
+ test_precision = 0.8347457627118644
3
+ test_recall = 0.862144420131291
4
+ test_f1 = 0.8482238966630785
5
+ test_runtime = 45.8535
6
+ test_samples_per_second = 24.295
7
+ test_steps_per_second = 3.053
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