aadityap commited on
Commit
5409d91
·
verified ·
1 Parent(s): 0ce1272

Model save

Browse files
Files changed (4) hide show
  1. README.md +61 -0
  2. all_results.json +9 -0
  3. train_results.json +9 -0
  4. trainer_state.json +70 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: mit
4
+ base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
5
+ tags:
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: models-replicate-problem-10-ttt-continue-step2
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # models-replicate-problem-10-ttt-continue-step2
18
+
19
+ This model is a fine-tuned version of [deepseek-ai/DeepSeek-R1-Distill-Qwen-32B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B) on an unknown dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 1
40
+ - eval_batch_size: 1
41
+ - seed: 42
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 8
44
+ - total_train_batch_size: 8
45
+ - total_eval_batch_size: 8
46
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
+ - lr_scheduler_type: cosine
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 2
50
+
51
+ ### Training results
52
+
53
+
54
+
55
+ ### Framework versions
56
+
57
+ - PEFT 0.13.2
58
+ - Transformers 4.47.0.dev0
59
+ - Pytorch 2.4.0+cu121
60
+ - Datasets 3.1.0
61
+ - Tokenizers 0.20.3
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "total_flos": 34572331909120.0,
4
+ "train_loss": 0.15067443996667862,
5
+ "train_runtime": 191.5186,
6
+ "train_samples": 9,
7
+ "train_samples_per_second": 0.094,
8
+ "train_steps_per_second": 0.021
9
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "total_flos": 34572331909120.0,
4
+ "train_loss": 0.15067443996667862,
5
+ "train_runtime": 191.5186,
6
+ "train_samples": 9,
7
+ "train_samples_per_second": 0.094,
8
+ "train_steps_per_second": 0.021
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 4,
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.5,
13
+ "grad_norm": 0.023849153128757124,
14
+ "learning_rate": 5e-05,
15
+ "loss": 0.1507,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "grad_norm": 0.023633934332332938,
21
+ "learning_rate": 3.7500000000000003e-05,
22
+ "loss": 0.1489,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 1.5,
27
+ "grad_norm": 0.024147454548812466,
28
+ "learning_rate": 1.2500000000000006e-05,
29
+ "loss": 0.1522,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 2.0,
34
+ "grad_norm": 0.02564623663563028,
35
+ "learning_rate": 0.0,
36
+ "loss": 0.1509,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 2.0,
41
+ "step": 4,
42
+ "total_flos": 34572331909120.0,
43
+ "train_loss": 0.15067443996667862,
44
+ "train_runtime": 191.5186,
45
+ "train_samples_per_second": 0.094,
46
+ "train_steps_per_second": 0.021
47
+ }
48
+ ],
49
+ "logging_steps": 1,
50
+ "max_steps": 4,
51
+ "num_input_tokens_seen": 0,
52
+ "num_train_epochs": 2,
53
+ "save_steps": 500,
54
+ "stateful_callbacks": {
55
+ "TrainerControl": {
56
+ "args": {
57
+ "should_epoch_stop": false,
58
+ "should_evaluate": false,
59
+ "should_log": false,
60
+ "should_save": true,
61
+ "should_training_stop": true
62
+ },
63
+ "attributes": {}
64
+ }
65
+ },
66
+ "total_flos": 34572331909120.0,
67
+ "train_batch_size": 1,
68
+ "trial_name": null,
69
+ "trial_params": null
70
+ }