Commit ·
3b27153
1
Parent(s): 624c65f
Training in progress, step 16000
Browse files- eval_results.txt +8 -0
- pytorch_model.bin +1 -1
- runs/Sep19_11-47-31_pascal-deep-02/events.out.tfevents.1663580881.pascal-deep-02.20383.0 +2 -2
- runs/Sep19_11-47-31_pascal-deep-02/events.out.tfevents.1663587574.pascal-deep-02.20383.2 +3 -0
- runs/Sep19_11-56-19_pascal-deep-03/events.out.tfevents.1663581475.pascal-deep-03.37695.0 +2 -2
- special_tokens_map.json +1 -0
- test_predictions.txt +0 -0
- test_results.txt +7 -0
- tokenizer_config.json +1 -0
- vocab.txt +0 -0
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:
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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
|
|
|