Commit
·
7f759bf
1
Parent(s):
2284a4f
Modified-scibert_scivocab_cased-BioRED-CD-512-5-30
Browse files- eval_results.txt +8 -0
- pytorch_model.bin +1 -1
- runs/Jul11_15-38-57_cascade-001.cluster/events.out.tfevents.1657546772.cascade-001.cluster.39004.0 +2 -2
- runs/Jul11_15-38-57_cascade-001.cluster/events.out.tfevents.1657555169.cascade-001.cluster.39004.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 = 2.763412794593023e-06
|
2 |
+
eval_precision = 1.0
|
3 |
+
eval_recall = 1.0
|
4 |
+
eval_f1 = 1.0
|
5 |
+
eval_runtime = 28.3806
|
6 |
+
eval_samples_per_second = 40.626
|
7 |
+
eval_steps_per_second = 5.109
|
8 |
+
epoch = 30.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:e42acd9c49ec4e221b320cb6c126760df07142f8826bb96371a87bad071bda77
|
3 |
size 437493617
|
runs/Jul11_15-38-57_cascade-001.cluster/events.out.tfevents.1657546772.cascade-001.cluster.39004.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:2a121b596282e15bcec22f3fa232899a5ae96344bd447c506a973d7ffa1b157f
|
3 |
+
size 14553
|
runs/Jul11_15-38-57_cascade-001.cluster/events.out.tfevents.1657555169.cascade-001.cluster.39004.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99d6ef0ae8bc97e4f6861463cd466ddf0160a5f8383816198c0fb27a85030345
|
3 |
+
size 468
|
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.20371268689632416
|
2 |
+
test_precision = 0.8408408408408409
|
3 |
+
test_recall = 0.8418520745640409
|
4 |
+
test_f1 = 0.8413461538461539
|
5 |
+
test_runtime = 27.2974
|
6 |
+
test_samples_per_second = 40.81
|
7 |
+
test_steps_per_second = 5.129
|
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
|
|