Reza-Madani
commited on
Commit
•
3d5c948
1
Parent(s):
5fab0bf
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +34 -0
- last-checkpoint/config.json +34 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/pytorch_model.bin +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/trainer_state.json +34 -0
- last-checkpoint/training_args.bin +3 -0
- pytorch_model.bin +3 -0
- runs/Feb06_10-03-41_fadceb92582a/1675677828.4115999/events.out.tfevents.1675677828.fadceb92582a.597.7 +3 -0
- runs/Feb06_10-03-41_fadceb92582a/1675679326.7056584/events.out.tfevents.1675679326.fadceb92582a.597.8 +3 -0
- runs/Feb06_10-03-41_fadceb92582a/events.out.tfevents.1675677828.fadceb92582a.597.6 +3 -0
- runs/Feb06_10-29-01_fadceb92582a/1675679347.484542/events.out.tfevents.1675679347.fadceb92582a.597.10 +3 -0
- runs/Feb06_10-29-01_fadceb92582a/events.out.tfevents.1675679347.fadceb92582a.597.9 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bert-base-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": 0,
|
14 |
+
"1": 1
|
15 |
+
},
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 3072,
|
18 |
+
"label2id": {
|
19 |
+
"0": 0,
|
20 |
+
"1": 1
|
21 |
+
},
|
22 |
+
"layer_norm_eps": 1e-12,
|
23 |
+
"max_position_embeddings": 512,
|
24 |
+
"model_type": "bert",
|
25 |
+
"num_attention_heads": 12,
|
26 |
+
"num_hidden_layers": 12,
|
27 |
+
"pad_token_id": 0,
|
28 |
+
"position_embedding_type": "absolute",
|
29 |
+
"torch_dtype": "float32",
|
30 |
+
"transformers_version": "4.26.0",
|
31 |
+
"type_vocab_size": 2,
|
32 |
+
"use_cache": true,
|
33 |
+
"vocab_size": 30522
|
34 |
+
}
|
last-checkpoint/config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bert-base-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": 0,
|
14 |
+
"1": 1
|
15 |
+
},
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 3072,
|
18 |
+
"label2id": {
|
19 |
+
"0": 0,
|
20 |
+
"1": 1
|
21 |
+
},
|
22 |
+
"layer_norm_eps": 1e-12,
|
23 |
+
"max_position_embeddings": 512,
|
24 |
+
"model_type": "bert",
|
25 |
+
"num_attention_heads": 12,
|
26 |
+
"num_hidden_layers": 12,
|
27 |
+
"pad_token_id": 0,
|
28 |
+
"position_embedding_type": "absolute",
|
29 |
+
"torch_dtype": "float32",
|
30 |
+
"transformers_version": "4.26.0",
|
31 |
+
"type_vocab_size": 2,
|
32 |
+
"use_cache": true,
|
33 |
+
"vocab_size": 30522
|
34 |
+
}
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7eec147baf22a64bf64c5cdd5202534aeb0c608a4ad459fe64d8b0840c4b8012
|
3 |
+
size 871262213
|
last-checkpoint/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a54c14c78227c934a3be4c99318e24365027e8ffdd116030aff961ebe2a373a
|
3 |
+
size 435644909
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4130f82db2b8221995d6c5690f6163bb9b94ab701fe8551196bb816914a0dfb
|
3 |
+
size 14575
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a7964cc59dbcd4cafe1ff58736b1a37cf044babc53007397f39ade5c8183aa6
|
3 |
+
size 627
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.13974007964134216,
|
3 |
+
"best_model_checkpoint": "./test-bert-base/checkpoint-500",
|
4 |
+
"epoch": 0.4921259842519685,
|
5 |
+
"global_step": 500,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 0.49,
|
12 |
+
"learning_rate": 4.1797900262467194e-05,
|
13 |
+
"loss": 0.134,
|
14 |
+
"step": 500
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 0.49,
|
18 |
+
"eval_accuracy": 0.8478516469266015,
|
19 |
+
"eval_f1": 0.30655266164939515,
|
20 |
+
"eval_loss": 0.13974007964134216,
|
21 |
+
"eval_precision": 0.9098351070050287,
|
22 |
+
"eval_recall": 0.18432961357120856,
|
23 |
+
"eval_runtime": 41.4127,
|
24 |
+
"eval_samples_per_second": 237.657,
|
25 |
+
"eval_steps_per_second": 0.942,
|
26 |
+
"step": 500
|
27 |
+
}
|
28 |
+
],
|
29 |
+
"max_steps": 3048,
|
30 |
+
"num_train_epochs": 3,
|
31 |
+
"total_flos": 4180748107776000.0,
|
32 |
+
"trial_name": null,
|
33 |
+
"trial_params": null
|
34 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:effc0c7341f3df8b1994ca3804961af9478ff8a5a316d91ee2b128ab511a04a8
|
3 |
+
size 3515
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a54c14c78227c934a3be4c99318e24365027e8ffdd116030aff961ebe2a373a
|
3 |
+
size 435644909
|
runs/Feb06_10-03-41_fadceb92582a/1675677828.4115999/events.out.tfevents.1675677828.fadceb92582a.597.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ce5c4267c61c6967659f346f0e262308e71f474fd334a445232a319e9a42c54
|
3 |
+
size 5680
|
runs/Feb06_10-03-41_fadceb92582a/1675679326.7056584/events.out.tfevents.1675679326.fadceb92582a.597.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2009cd7167bd20be3c93b4406ddead949a8b706a969feac4f3dbabe9f2f793c7
|
3 |
+
size 5680
|
runs/Feb06_10-03-41_fadceb92582a/events.out.tfevents.1675677828.fadceb92582a.597.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:208a471a192d7c1178963ce7eacce59bd8d844e60a14625147cc76c0cc5130fa
|
3 |
+
size 7776
|
runs/Feb06_10-29-01_fadceb92582a/1675679347.484542/events.out.tfevents.1675679347.fadceb92582a.597.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5101d80dcec71e0fe9520311669617e372d63a2a95a07574bee992d612123bb1
|
3 |
+
size 5680
|
runs/Feb06_10-29-01_fadceb92582a/events.out.tfevents.1675679347.fadceb92582a.597.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:139f194669ff38663b9d49632b109b5c26f5f28859a7c04f06d8ba65fbbead52
|
3 |
+
size 4537
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:effc0c7341f3df8b1994ca3804961af9478ff8a5a316d91ee2b128ab511a04a8
|
3 |
+
size 3515
|