Commit ·
3d716b3
1
Parent(s): 2985777
Modified-scibert_scivocab_cased-BioRED-Dis-320-8-10
Browse files- eval_results.txt +8 -0
- pytorch_model.bin +1 -1
- runs/Jul12_16-12-58_cascade-012.cluster/events.out.tfevents.1657635195.cascade-012.cluster.16714.0 +2 -2
- runs/Jul12_16-12-58_cascade-012.cluster/events.out.tfevents.1657636911.cascade-012.cluster.16714.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 = 4.2047438910230994e-05
|
| 2 |
+
eval_precision = 0.9989816700610998
|
| 3 |
+
eval_recall = 1.0
|
| 4 |
+
eval_f1 = 0.999490575649516
|
| 5 |
+
eval_runtime = 21.5712
|
| 6 |
+
eval_samples_per_second = 53.451
|
| 7 |
+
eval_steps_per_second = 6.722
|
| 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 437487473
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0535cd32a08125141d98a42426976b0ca912a90da426ee4884e48b459393ccd
|
| 3 |
size 437487473
|
runs/Jul12_16-12-58_cascade-012.cluster/events.out.tfevents.1657635195.cascade-012.cluster.16714.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:348b9c3080db84a16da1f1df1dd804daee0c53ecf2c2fad5da456ec2654de432
|
| 3 |
+
size 6020
|
runs/Jul12_16-12-58_cascade-012.cluster/events.out.tfevents.1657636911.cascade-012.cluster.16714.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f6f451f3a6b467c94f50ad71762fec823f7de1f2650696bfef5b6ebe93957e8
|
| 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.14904232323169708
|
| 2 |
+
test_precision = 0.6500530222693531
|
| 3 |
+
test_recall = 0.6706783369803063
|
| 4 |
+
test_f1 = 0.6602046311254712
|
| 5 |
+
test_runtime = 20.8592
|
| 6 |
+
test_samples_per_second = 53.406
|
| 7 |
+
test_steps_per_second = 6.712
|
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
|
|
|