Commit ·
dca6ff9
1
Parent(s): 0907ae9
Training in progress, step 1000
Browse files- eval_results.txt +8 -0
- pytorch_model.bin +1 -1
- runs/Jun09_16-05-23_cascade-101.cluster/events.out.tfevents.1654783548.cascade-101.cluster.24361.0 +2 -2
- runs/Jun09_16-05-23_cascade-101.cluster/events.out.tfevents.1654788302.cascade-101.cluster.24361.2 +3 -0
- runs/Jun09_18-29-05_cascade-017.cluster/1654792167.1891859/events.out.tfevents.1654792167.cascade-017.cluster.18840.1 +3 -0
- runs/Jun09_18-29-05_cascade-017.cluster/events.out.tfevents.1654792167.cascade-017.cluster.18840.0 +3 -0
- special_tokens_map.json +1 -0
- test_predictions.txt +0 -0
- test_results.txt +7 -0
- tokenizer_config.json +1 -0
- training_args.bin +1 -1
- vocab.txt +0 -0
eval_results.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
eval_loss = 0.032344166189432144
|
| 2 |
+
eval_precision = 0.0
|
| 3 |
+
eval_recall = 0.0
|
| 4 |
+
eval_f1 = 0.0
|
| 5 |
+
eval_runtime = 63.4238
|
| 6 |
+
eval_samples_per_second = 64.424
|
| 7 |
+
eval_steps_per_second = 8.057
|
| 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:6e951d3eba34ff1a4a2129a8813b2f14e81a2b75220fcddc217ede02cf482609
|
| 3 |
size 435662705
|
runs/Jun09_16-05-23_cascade-101.cluster/events.out.tfevents.1654783548.cascade-101.cluster.24361.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:0ea34a57d6bae64242b7a2938768b6584076b6773c7fa4e1bb1a4b284e82604a
|
| 3 |
+
size 10026
|
runs/Jun09_16-05-23_cascade-101.cluster/events.out.tfevents.1654788302.cascade-101.cluster.24361.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4abebed361af413ec477ea28d54820bbae26d487a6e154c3167fc726209c97b
|
| 3 |
+
size 468
|
runs/Jun09_18-29-05_cascade-017.cluster/1654792167.1891859/events.out.tfevents.1654792167.cascade-017.cluster.18840.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:648783f3ea595e77d7f17f8459ec4b5dc3f0a4ebaeb4639254cea71f87ed3819
|
| 3 |
+
size 4535
|
runs/Jun09_18-29-05_cascade-017.cluster/events.out.tfevents.1654792167.cascade-017.cluster.18840.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3baadb433d866801151a3ae1ee9fd38f9a84745051dc756a1cecfb920b31e79
|
| 3 |
+
size 3676
|
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.05216873064637184
|
| 2 |
+
test_precision = 0.0
|
| 3 |
+
test_recall = 0.0
|
| 4 |
+
test_f1 = 0.0
|
| 5 |
+
test_runtime = 111.8563
|
| 6 |
+
test_samples_per_second = 64.198
|
| 7 |
+
test_steps_per_second = 8.028
|
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"}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2863
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48e4df700ca527fb45af5440bb48e1c20b992f12b401ba060fd5860064bc2365
|
| 3 |
size 2863
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|