Add checkpoint -1 post-trained on curated_deepscaler
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- all_results.json +5 -5
- train_results.json +5 -5
- trainer_state.json +12 -13
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -24,13 +24,13 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"
|
28 |
-
"gate_proj",
|
29 |
-
"up_proj",
|
30 |
-
"o_proj",
|
31 |
"k_proj",
|
32 |
"q_proj",
|
33 |
-
"
|
|
|
|
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
+
"down_proj",
|
|
|
|
|
|
|
28 |
"k_proj",
|
29 |
"q_proj",
|
30 |
+
"o_proj",
|
31 |
+
"v_proj",
|
32 |
+
"up_proj",
|
33 |
+
"gate_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5838888
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4321cfce03331c3e7c762c3f27c4e0f6dea5be962f1c6ea5aeb8d3baa5e18b2
|
3 |
size 5838888
|
all_results.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"total_flos":
|
3 |
-
"train_loss":
|
4 |
-
"train_runtime":
|
5 |
-
"train_samples_per_second": 0.
|
6 |
-
"train_steps_per_second": 0.
|
7 |
}
|
|
|
1 |
{
|
2 |
+
"total_flos": 0,
|
3 |
+
"train_loss": 0.0,
|
4 |
+
"train_runtime": 45.6213,
|
5 |
+
"train_samples_per_second": 0.022,
|
6 |
+
"train_steps_per_second": 0.022
|
7 |
}
|
train_results.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"total_flos":
|
3 |
-
"train_loss":
|
4 |
-
"train_runtime":
|
5 |
-
"train_samples_per_second": 0.
|
6 |
-
"train_steps_per_second": 0.
|
7 |
}
|
|
|
1 |
{
|
2 |
+
"total_flos": 0,
|
3 |
+
"train_loss": 0.0,
|
4 |
+
"train_runtime": 45.6213,
|
5 |
+
"train_samples_per_second": 0.022,
|
6 |
+
"train_steps_per_second": 0.022
|
7 |
}
|
trainer_state.json
CHANGED
@@ -1,22 +1,21 @@
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
-
"epoch":
|
5 |
"eval_steps": 500,
|
6 |
-
"global_step":
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
12 |
-
"epoch":
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"train_steps_per_second": 0.024
|
20 |
}
|
21 |
],
|
22 |
"logging_steps": 500,
|
@@ -30,13 +29,13 @@
|
|
30 |
"should_epoch_stop": false,
|
31 |
"should_evaluate": false,
|
32 |
"should_log": false,
|
33 |
-
"should_save":
|
34 |
-
"should_training_stop":
|
35 |
},
|
36 |
"attributes": {}
|
37 |
}
|
38 |
},
|
39 |
-
"total_flos":
|
40 |
"train_batch_size": 8,
|
41 |
"trial_name": null,
|
42 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0,
|
5 |
"eval_steps": 500,
|
6 |
+
"global_step": 0,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
12 |
+
"epoch": 0,
|
13 |
+
"step": 0,
|
14 |
+
"total_flos": 0,
|
15 |
+
"train_loss": 0.0,
|
16 |
+
"train_runtime": 45.6213,
|
17 |
+
"train_samples_per_second": 0.022,
|
18 |
+
"train_steps_per_second": 0.022
|
|
|
19 |
}
|
20 |
],
|
21 |
"logging_steps": 500,
|
|
|
29 |
"should_epoch_stop": false,
|
30 |
"should_evaluate": false,
|
31 |
"should_log": false,
|
32 |
+
"should_save": false,
|
33 |
+
"should_training_stop": false
|
34 |
},
|
35 |
"attributes": {}
|
36 |
}
|
37 |
},
|
38 |
+
"total_flos": 0,
|
39 |
"train_batch_size": 8,
|
40 |
"trial_name": null,
|
41 |
"trial_params": null
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6840
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:915c2312409d247c3aacb72c3a2385bb8ecc81f5f2159d30beaa0aa717ffd4a3
|
3 |
size 6840
|