Training in progress epoch 0
Browse files- all_results.json +1 -1
- config.json +1 -1
- ner_no_trainer/1681809371.0248828/events.out.tfevents.1681809371.wyLinux.10669.1 +3 -0
- ner_no_trainer/events.out.tfevents.1681809363.wyLinux.10669.0 +3 -0
- ner_no_trainer/seqeval_accuracy/events.out.tfevents.1681813725.wyLinux.10669.5 +3 -0
- ner_no_trainer/seqeval_f1/events.out.tfevents.1681813725.wyLinux.10669.4 +3 -0
- ner_no_trainer/seqeval_precision/events.out.tfevents.1681813725.wyLinux.10669.2 +3 -0
- ner_no_trainer/seqeval_recall/events.out.tfevents.1681813725.wyLinux.10669.3 +3 -0
- pytorch_model.bin +1 -1
- tokenizer_config.json +0 -1
all_results.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"train_loss":
|
|
|
1 |
+
{"train_loss": 0.0016799262137961494, "eval_accuracy": 0.9912619701943222, "eval_precision": 0.9483199879834079, "eval_recall": 0.9613804413078173, "eval_f1": 0.9548055543841332}
|
config.json
CHANGED
@@ -43,7 +43,7 @@
|
|
43 |
"pad_token_id": 0,
|
44 |
"position_embedding_type": "absolute",
|
45 |
"torch_dtype": "float32",
|
46 |
-
"transformers_version": "4.
|
47 |
"type_vocab_size": 2,
|
48 |
"use_cache": true,
|
49 |
"vocab_size": 28996
|
|
|
43 |
"pad_token_id": 0,
|
44 |
"position_embedding_type": "absolute",
|
45 |
"torch_dtype": "float32",
|
46 |
+
"transformers_version": "4.27.0.dev0",
|
47 |
"type_vocab_size": 2,
|
48 |
"use_cache": true,
|
49 |
"vocab_size": 28996
|
ner_no_trainer/1681809371.0248828/events.out.tfevents.1681809371.wyLinux.10669.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e2922a22571a1454f892bb6323700488d90ed1c825fe95305ee137c0136fafa
|
3 |
+
size 1655
|
ner_no_trainer/events.out.tfevents.1681809363.wyLinux.10669.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f202eb5244f5d87283cb2e8e32c82bd906f5152cdb981b446872fb6ced2b76a2
|
3 |
+
size 179
|
ner_no_trainer/seqeval_accuracy/events.out.tfevents.1681813725.wyLinux.10669.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62c483bd69b8a4f0e92f235ed9d8dbc398a91012b087a978dd8142f7bdd26329
|
3 |
+
size 87
|
ner_no_trainer/seqeval_f1/events.out.tfevents.1681813725.wyLinux.10669.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7710595f2cf57812e3542bd5c385a03bb46cc8ec4c7a32f271a23d19609de721
|
3 |
+
size 87
|
ner_no_trainer/seqeval_precision/events.out.tfevents.1681813725.wyLinux.10669.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:756821bae05513d9da6ae9932c42249a6a1b71a8ea0a86afed55d96186816ba8
|
3 |
+
size 87
|
ner_no_trainer/seqeval_recall/events.out.tfevents.1681813725.wyLinux.10669.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5246387b3a99af1c2b0350d59d2596963bc28b5f7969ed136b73bee89b946fd8
|
3 |
+
size 87
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 430979889
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c75ffae69d589242b7cb3c09ecec13ad99421987da3c57ecb9051fa3d4cecb17
|
3 |
size 430979889
|
tokenizer_config.json
CHANGED
@@ -3,7 +3,6 @@
|
|
3 |
"do_lower_case": false,
|
4 |
"mask_token": "[MASK]",
|
5 |
"model_max_length": 512,
|
6 |
-
"name_or_path": "bert-base-cased",
|
7 |
"pad_token": "[PAD]",
|
8 |
"sep_token": "[SEP]",
|
9 |
"special_tokens_map_file": null,
|
|
|
3 |
"do_lower_case": false,
|
4 |
"mask_token": "[MASK]",
|
5 |
"model_max_length": 512,
|
|
|
6 |
"pad_token": "[PAD]",
|
7 |
"sep_token": "[SEP]",
|
8 |
"special_tokens_map_file": null,
|