hanngao commited on
Commit
bf13e72
·
verified ·
1 Parent(s): 7746fb8

Training in progress, epoch 3, checkpoint

Browse files
last-checkpoint/config.json CHANGED
@@ -2024,6 +2024,6 @@
2024
  "pooler_output_size": 768,
2025
  "problem_type": "single_label_classification",
2026
  "qkv_bias": true,
2027
- "transformers_version": "5.0.0",
2028
  "use_cache": false
2029
  }
 
2024
  "pooler_output_size": 768,
2025
  "problem_type": "single_label_classification",
2026
  "qkv_bias": true,
2027
+ "transformers_version": "5.2.0",
2028
  "use_cache": false
2029
  }
last-checkpoint/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:09d8c13da6fc8f3864dc1e4f9d37dbc37b1ee5fa25aac6b822a1d00236a31b10
3
  size 346293856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73ddd37e82ad9b070acf536f9c7aa7816854a295a50816155c2e61f31ea7fae5
3
  size 346293856
last-checkpoint/trainer_state.json CHANGED
@@ -1,37 +1,83 @@
1
  {
2
- "best_global_step": 1,
3
- "best_metric": 0.7093276977539062,
4
- "best_model_checkpoint": "./finetuning/checkpoint-1",
5
- "epoch": 1.0,
6
  "eval_steps": 500,
7
- "global_step": 1,
8
  "is_hyper_param_search": false,
9
  "is_local_process_zero": true,
10
  "is_world_process_zero": true,
11
  "log_history": [
 
 
 
 
 
 
 
12
  {
13
  "epoch": 1.0,
14
- "eval_accuracy": 0.5,
15
- "eval_loss": 0.7093276977539062,
16
- "eval_runtime": 1.0358,
17
- "eval_samples_per_second": 1.931,
18
- "eval_steps_per_second": 0.965,
19
- "step": 1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  }
21
  ],
22
  "logging_steps": 10,
23
- "max_steps": 10,
24
  "num_input_tokens_seen": 0,
25
  "num_train_epochs": 10,
26
  "save_steps": 500,
27
  "stateful_callbacks": {
28
  "EarlyStoppingCallback": {
29
  "args": {
30
- "early_stopping_patience": 2,
31
  "early_stopping_threshold": 0.0
32
  },
33
  "attributes": {
34
- "early_stopping_patience_counter": 0
35
  }
36
  },
37
  "TrainerControl": {
@@ -45,8 +91,8 @@
45
  "attributes": {}
46
  }
47
  },
48
- "total_flos": 625481093873664.0,
49
- "train_batch_size": 256,
50
  "trial_name": null,
51
  "trial_params": null
52
  }
 
1
  {
2
+ "best_global_step": 32,
3
+ "best_metric": 1.1013036966323853,
4
+ "best_model_checkpoint": "./finetuning/checkpoint-32",
5
+ "epoch": 3.0,
6
  "eval_steps": 500,
7
+ "global_step": 48,
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.625,
14
+ "grad_norm": 2.963273286819458,
15
+ "learning_rate": 4.71875e-05,
16
+ "loss": 1.1393531799316405,
17
+ "step": 10
18
+ },
19
  {
20
  "epoch": 1.0,
21
+ "eval_accuracy": 0.7275,
22
+ "eval_loss": 1.117279052734375,
23
+ "eval_runtime": 99.7594,
24
+ "eval_samples_per_second": 20.048,
25
+ "eval_steps_per_second": 1.253,
26
+ "step": 16
27
+ },
28
+ {
29
+ "epoch": 1.25,
30
+ "grad_norm": 1.9508087635040283,
31
+ "learning_rate": 4.40625e-05,
32
+ "loss": 0.8301602363586426,
33
+ "step": 20
34
+ },
35
+ {
36
+ "epoch": 1.875,
37
+ "grad_norm": 1.7418757677078247,
38
+ "learning_rate": 4.09375e-05,
39
+ "loss": 0.5593328952789307,
40
+ "step": 30
41
+ },
42
+ {
43
+ "epoch": 2.0,
44
+ "eval_accuracy": 0.733,
45
+ "eval_loss": 1.1013036966323853,
46
+ "eval_runtime": 99.7792,
47
+ "eval_samples_per_second": 20.044,
48
+ "eval_steps_per_second": 1.253,
49
+ "step": 32
50
+ },
51
+ {
52
+ "epoch": 2.5,
53
+ "grad_norm": 1.2206847667694092,
54
+ "learning_rate": 3.78125e-05,
55
+ "loss": 0.4049041271209717,
56
+ "step": 40
57
+ },
58
+ {
59
+ "epoch": 3.0,
60
+ "eval_accuracy": 0.729,
61
+ "eval_loss": 1.130679965019226,
62
+ "eval_runtime": 98.8399,
63
+ "eval_samples_per_second": 20.235,
64
+ "eval_steps_per_second": 1.265,
65
+ "step": 48
66
  }
67
  ],
68
  "logging_steps": 10,
69
+ "max_steps": 160,
70
  "num_input_tokens_seen": 0,
71
  "num_train_epochs": 10,
72
  "save_steps": 500,
73
  "stateful_callbacks": {
74
  "EarlyStoppingCallback": {
75
  "args": {
76
+ "early_stopping_patience": 4,
77
  "early_stopping_threshold": 0.0
78
  },
79
  "attributes": {
80
+ "early_stopping_patience_counter": 1
81
  }
82
  },
83
  "TrainerControl": {
 
91
  "attributes": {}
92
  }
93
  },
94
+ "total_flos": 1.876443281620992e+18,
95
+ "train_batch_size": 512,
96
  "trial_name": null,
97
  "trial_params": null
98
  }
last-checkpoint/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4242ddf0c92c5ca117be896f7e39a66ca1652c7cf4d4a14f418fb7278dbd076c
3
- size 5201
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15bd58ced891c43674dae43ad5d77ad1ff23c75b4ce3fd15a3acd656eaa2e3e6
3
+ size 4792