ghadeermobasher
commited on
Commit
•
ac9ddca
1
Parent(s):
e22bf36
Modified-scibert_scivocab_cased-BioRED-CD-256-16-5
Browse files- eval_results.txt +8 -0
- pytorch_model.bin +1 -1
- runs/Jul13_14-15-49_cascade-059.cluster/events.out.tfevents.1657714574.cascade-059.cluster.9860.0 +2 -2
- runs/Jul13_14-15-49_cascade-059.cluster/events.out.tfevents.1657715175.cascade-059.cluster.9860.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.0003543540369719267
|
2 |
+
eval_precision = 0.9994435169727324
|
3 |
+
eval_recall = 0.9977777777777778
|
4 |
+
eval_f1 = 0.9986099527383931
|
5 |
+
eval_runtime = 16.2877
|
6 |
+
eval_samples_per_second = 70.79
|
7 |
+
eval_steps_per_second = 8.902
|
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 437493617
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97ce872467697ca1515c40d8ac8bded803923b96755d918bdd6898c694179477
|
3 |
size 437493617
|
runs/Jul13_14-15-49_cascade-059.cluster/events.out.tfevents.1657714574.cascade-059.cluster.9860.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:f220ba58e517644505bcdf1705540ad06a939bad1cb9fc27a256e1ae0b97d07d
|
3 |
+
size 4394
|
runs/Jul13_14-15-49_cascade-059.cluster/events.out.tfevents.1657715175.cascade-059.cluster.9860.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddf4b88a11cf0836108805f979528348f8fbce4bd326fe1739529f2704cb81a0
|
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.10552974790334702
|
2 |
+
test_precision = 0.8220436280137773
|
3 |
+
test_recall = 0.8610944076969332
|
4 |
+
test_f1 = 0.8411160058737152
|
5 |
+
test_runtime = 15.6914
|
6 |
+
test_samples_per_second = 70.994
|
7 |
+
test_steps_per_second = 8.922
|
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": "allenai/scibert_scivocab_cased", "tokenizer_class": "BertTokenizer"}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|