dlsmallw commited on
Commit
5b12221
·
verified ·
1 Parent(s): e0a0ba3

Training in progress, step 500, checkpoint

Browse files
checkpoint-500/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "problem_type": "single_label_classification",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.50.2",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1c5aaf89b3fcab960c9f75094e97ed1e9af422929013be3b5c1c033c4e2cf81
3
+ size 437958648
checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6ef3447c6b392763e1d966d83ffc426d20b341a38a3e0f80bee24b8d6e9166f
3
+ size 876032762
checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3872ec68c16ee3a9e970816fffe0fed57897782612f61330a415a6421d33c96
3
+ size 13990
checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:882b2b082cb5507a2711fbeece316daaa5249993d3100bc20f49e16754c9ec6d
3
+ size 1064
checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 500,
3
+ "best_metric": 0.9321761491481839,
4
+ "best_model_checkpoint": "C:\\Users\\Daniel\\Desktop\\GitHub\\NLPinitiative\\models\\dlsmallw\\NLPinitiative-Binary-Classification\\checkpoint-500",
5
+ "epoch": 0.544069640914037,
6
+ "eval_steps": 500,
7
+ "global_step": 500,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.544069640914037,
14
+ "grad_norm": 0.14858652651309967,
15
+ "learning_rate": 1.637286906057309e-05,
16
+ "loss": 0.2817,
17
+ "step": 500
18
+ },
19
+ {
20
+ "epoch": 0.544069640914037,
21
+ "eval_accuracy": 0.9330583756345178,
22
+ "eval_auprc": 0.2921851625500245,
23
+ "eval_auroc": 0.01756043735337567,
24
+ "eval_f1": 0.9321761491481839,
25
+ "eval_loss": 0.250454306602478,
26
+ "eval_precision": 0.90625,
27
+ "eval_recall": 0.9596293845135672,
28
+ "eval_runtime": 102.5806,
29
+ "eval_samples_per_second": 30.727,
30
+ "eval_steps_per_second": 3.841,
31
+ "step": 500
32
+ }
33
+ ],
34
+ "logging_steps": 500,
35
+ "max_steps": 2757,
36
+ "num_input_tokens_seen": 0,
37
+ "num_train_epochs": 3,
38
+ "save_steps": 500,
39
+ "stateful_callbacks": {
40
+ "TrainerControl": {
41
+ "args": {
42
+ "should_epoch_stop": false,
43
+ "should_evaluate": false,
44
+ "should_log": false,
45
+ "should_save": true,
46
+ "should_training_stop": false
47
+ },
48
+ "attributes": {}
49
+ }
50
+ },
51
+ "total_flos": 263111055360000.0,
52
+ "train_batch_size": 8,
53
+ "trial_name": null,
54
+ "trial_params": null
55
+ }
checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29909eb692988507c7e2fe9dbaafabc7dfb2f1505ddb732d33ccf795d5cf3f37
3
+ size 5496