Commit
·
3f51d47
1
Parent(s):
c086d86
OriginalBiomedNLP-bluebert_pubmed_uncased_L-12_H-768_A-12-BioRED_Dis-256-16-5
Browse files- eval_results.txt +8 -0
- pytorch_model.bin +1 -1
- runs/Jul13_22-13-49_cascade-052.cluster/events.out.tfevents.1657743269.cascade-052.cluster.31526.0 +2 -2
- runs/Jul13_22-13-49_cascade-052.cluster/events.out.tfevents.1657743878.cascade-052.cluster.31526.2 +3 -0
- 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 = 0.0005906815058551729
|
2 |
+
eval_precision = 0.9959266802443992
|
3 |
+
eval_recall = 0.9969418960244648
|
4 |
+
eval_f1 = 0.9964340295466123
|
5 |
+
eval_runtime = 16.7227
|
6 |
+
eval_samples_per_second = 68.948
|
7 |
+
eval_steps_per_second = 8.671
|
8 |
+
epoch = 5.0
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 435662705
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28e9a8bd5f5803a8cca2ca250f38355dd4f5df8d59d78f5ccbde3f4e62c356cb
|
3 |
size 435662705
|
runs/Jul13_22-13-49_cascade-052.cluster/events.out.tfevents.1657743269.cascade-052.cluster.31526.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:de5650694af0f661004d02555900eb5eb58309fe2aa93786889838ca58f5de37
|
3 |
+
size 4387
|
runs/Jul13_22-13-49_cascade-052.cluster/events.out.tfevents.1657743878.cascade-052.cluster.31526.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf48ce2a3734a29977752ad8c807222d909ff994d6b74ef115a78c3aeede3b59
|
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.06463053077459335
|
2 |
+
test_precision = 0.8057553956834532
|
3 |
+
test_recall = 0.8577680525164114
|
4 |
+
test_f1 = 0.830948595654478
|
5 |
+
test_runtime = 16.2135
|
6 |
+
test_samples_per_second = 68.708
|
7 |
+
test_steps_per_second = 8.635
|
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": "bionlp/bluebert_pubmed_uncased_L-12_H-768_A-12", "tokenizer_class": "BertTokenizer"}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|