lillian039 commited on
Commit
47d382c
·
verified ·
1 Parent(s): 8451ee5

Model save

Browse files
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: cotarc0/COT2output-1B
3
+ library_name: peft
4
+ license: llama3.2
5
+ tags:
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: 007bbfb7_1B_ttt
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
+ # 007bbfb7_1B_ttt
18
+
19
+ This model is a fine-tuned version of [cotarc0/COT2output-1B](https://huggingface.co/cotarc0/COT2output-1B) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0437
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0002
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - distributed_type: multi-GPU
45
+ - num_devices: 2
46
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 32
48
+ - total_eval_batch_size: 16
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: cosine
51
+ - lr_scheduler_warmup_ratio: 0.1
52
+ - num_epochs: 3
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss |
57
+ |:-------------:|:-----:|:----:|:---------------:|
58
+ | 0.0704 | 1.0 | 3 | 0.0594 |
59
+ | 0.0379 | 2.0 | 6 | 0.0469 |
60
+ | 0.0248 | 3.0 | 9 | 0.0437 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - PEFT 0.13.2
66
+ - Transformers 4.45.0.dev0
67
+ - Pytorch 2.4.0+cu121
68
+ - Datasets 3.5.0
69
+ - Tokenizers 0.19.1
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 1111501938688.0,
4
+ "train_loss": 0.06581349981327851,
5
+ "train_runtime": 50.5729,
6
+ "train_samples": 85,
7
+ "train_samples_per_second": 5.042,
8
+ "train_steps_per_second": 0.178
9
+ }
runs/Apr25_12-38-54_campbell-compute-01.mae.cornell.edu/events.out.tfevents.1745599172.campbell-compute-01.mae.cornell.edu.98922.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fef9e0d582bfb2d037ae41dd4cdb154ab793e2209ea35d6bc375ab0bc556a79a
3
- size 8526
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e212744cd07112e23acdecfd928c4228c91de4023402e237e768f3a4280d6740
3
+ size 8874
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 1111501938688.0,
4
+ "train_loss": 0.06581349981327851,
5
+ "train_runtime": 50.5729,
6
+ "train_samples": 85,
7
+ "train_samples_per_second": 5.042,
8
+ "train_steps_per_second": 0.178
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 9,
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.3333333333333333,
13
+ "grad_norm": 1.30759354865342,
14
+ "learning_rate": 0.0002,
15
+ "loss": 0.1652,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.6666666666666666,
20
+ "grad_norm": 1.1131666477408941,
21
+ "learning_rate": 0.0001923879532511287,
22
+ "loss": 0.138,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 1.0,
27
+ "grad_norm": 0.47524766678471886,
28
+ "learning_rate": 0.00017071067811865476,
29
+ "loss": 0.0704,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 1.0,
34
+ "eval_loss": 0.05938142538070679,
35
+ "eval_runtime": 0.4827,
36
+ "eval_samples_per_second": 10.359,
37
+ "eval_steps_per_second": 2.072,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 1.3333333333333333,
42
+ "grad_norm": 0.4069628072320713,
43
+ "learning_rate": 0.000138268343236509,
44
+ "loss": 0.057,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 1.6666666666666665,
49
+ "grad_norm": 0.130205569009941,
50
+ "learning_rate": 0.0001,
51
+ "loss": 0.036,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 2.0,
56
+ "grad_norm": 0.1675979787627749,
57
+ "learning_rate": 6.173165676349103e-05,
58
+ "loss": 0.0379,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 2.0,
63
+ "eval_loss": 0.04690684378147125,
64
+ "eval_runtime": 0.3769,
65
+ "eval_samples_per_second": 13.268,
66
+ "eval_steps_per_second": 2.654,
67
+ "step": 6
68
+ },
69
+ {
70
+ "epoch": 2.3333333333333335,
71
+ "grad_norm": 0.12675730588511827,
72
+ "learning_rate": 2.9289321881345254e-05,
73
+ "loss": 0.0295,
74
+ "step": 7
75
+ },
76
+ {
77
+ "epoch": 2.6666666666666665,
78
+ "grad_norm": 0.12228622531109234,
79
+ "learning_rate": 7.612046748871327e-06,
80
+ "loss": 0.0335,
81
+ "step": 8
82
+ },
83
+ {
84
+ "epoch": 3.0,
85
+ "grad_norm": 0.10097323878812325,
86
+ "learning_rate": 0.0,
87
+ "loss": 0.0248,
88
+ "step": 9
89
+ },
90
+ {
91
+ "epoch": 3.0,
92
+ "eval_loss": 0.04368260130286217,
93
+ "eval_runtime": 0.5921,
94
+ "eval_samples_per_second": 8.445,
95
+ "eval_steps_per_second": 1.689,
96
+ "step": 9
97
+ },
98
+ {
99
+ "epoch": 3.0,
100
+ "step": 9,
101
+ "total_flos": 1111501938688.0,
102
+ "train_loss": 0.06581349981327851,
103
+ "train_runtime": 50.5729,
104
+ "train_samples_per_second": 5.042,
105
+ "train_steps_per_second": 0.178
106
+ }
107
+ ],
108
+ "logging_steps": 1,
109
+ "max_steps": 9,
110
+ "num_input_tokens_seen": 0,
111
+ "num_train_epochs": 3,
112
+ "save_steps": 500,
113
+ "stateful_callbacks": {
114
+ "TrainerControl": {
115
+ "args": {
116
+ "should_epoch_stop": false,
117
+ "should_evaluate": false,
118
+ "should_log": false,
119
+ "should_save": true,
120
+ "should_training_stop": true
121
+ },
122
+ "attributes": {}
123
+ }
124
+ },
125
+ "total_flos": 1111501938688.0,
126
+ "train_batch_size": 8,
127
+ "trial_name": null,
128
+ "trial_params": null
129
+ }