ghadeermobasher
commited on
Commit
•
2d96162
1
Parent(s):
65afefc
Original-BiomedNLP-bluebert_pubmed_uncased_L-12_H-768_A-12-BioRED_Dis-320-8-10
Browse files- eval_results.txt +8 -0
- pytorch_model.bin +1 -1
- runs/Jul13_18-36-12_cascade-050.cluster/events.out.tfevents.1657730199.cascade-050.cluster.37296.0 +2 -2
- runs/Jul13_18-36-12_cascade-050.cluster/events.out.tfevents.1657731889.cascade-050.cluster.37296.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 = 5.015739588998258e-05
|
2 |
+
eval_precision = 0.9979633401221996
|
3 |
+
eval_recall = 0.9989806320081549
|
4 |
+
eval_f1 = 0.9984717269485482
|
5 |
+
eval_runtime = 21.2654
|
6 |
+
eval_samples_per_second = 54.22
|
7 |
+
eval_steps_per_second = 6.819
|
8 |
+
epoch = 10.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:55f1c0547310c7bf8e034513c29193b752d87fc9b7805a28de9b9f022aaee336
|
3 |
size 435662705
|
runs/Jul13_18-36-12_cascade-050.cluster/events.out.tfevents.1657730199.cascade-050.cluster.37296.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:f9a5ce06683fbbfa7e3ad2979f7c1ef325a57e09af9c1f0a53dd8896ce11bca4
|
3 |
+
size 6117
|
runs/Jul13_18-36-12_cascade-050.cluster/events.out.tfevents.1657731889.cascade-050.cluster.37296.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:524d9885acc5aaa293ab2a41937b77b5b8ac922bb6017a741c1e290a9e32db3b
|
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.093431755900383
|
2 |
+
test_precision = 0.8255933952528379
|
3 |
+
test_recall = 0.87527352297593
|
4 |
+
test_f1 = 0.8497079129049389
|
5 |
+
test_runtime = 20.3866
|
6 |
+
test_samples_per_second = 54.644
|
7 |
+
test_steps_per_second = 6.867
|
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
|
|