chchen commited on
Commit
71f2116
·
verified ·
1 Parent(s): 106042a

End of training

Browse files
README.md CHANGED
@@ -4,6 +4,7 @@ library_name: peft
4
  license: apache-2.0
5
  tags:
6
  - llama-factory
 
7
  - generated_from_trainer
8
  model-index:
9
  - name: Mistral-Nemo-12B-Instruct-SFT
@@ -15,7 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # Mistral-Nemo-12B-Instruct-SFT
17
 
18
- This model is a fine-tuned version of [mistralai/Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407) on an unknown dataset.
 
 
19
 
20
  ## Model description
21
 
 
4
  license: apache-2.0
5
  tags:
6
  - llama-factory
7
+ - lora
8
  - generated_from_trainer
9
  model-index:
10
  - name: Mistral-Nemo-12B-Instruct-SFT
 
16
 
17
  # Mistral-Nemo-12B-Instruct-SFT
18
 
19
+ This model is a fine-tuned version of [mistralai/Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407) on the bct_non_cot_sft_1000 dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.1009
22
 
23
  ## Model description
24
 
all_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.986666666666667,
3
+ "eval_loss": 0.10085082799196243,
4
+ "eval_runtime": 4.4417,
5
+ "eval_samples_per_second": 22.514,
6
+ "eval_steps_per_second": 11.257,
7
+ "total_flos": 2.198897954832384e+16,
8
+ "train_loss": 0.4042978783448537,
9
+ "train_runtime": 473.7973,
10
+ "train_samples_per_second": 5.699,
11
+ "train_steps_per_second": 0.355
12
+ }
eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.986666666666667,
3
+ "eval_loss": 0.10085082799196243,
4
+ "eval_runtime": 4.4417,
5
+ "eval_samples_per_second": 22.514,
6
+ "eval_steps_per_second": 11.257
7
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.986666666666667,
3
+ "total_flos": 2.198897954832384e+16,
4
+ "train_loss": 0.4042978783448537,
5
+ "train_runtime": 473.7973,
6
+ "train_samples_per_second": 5.699,
7
+ "train_steps_per_second": 0.355
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.986666666666667,
5
+ "eval_steps": 500,
6
+ "global_step": 168,
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.17777777777777778,
13
+ "grad_norm": 3.2556965351104736,
14
+ "learning_rate": 2.647058823529412e-06,
15
+ "loss": 1.2612,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.35555555555555557,
20
+ "grad_norm": 4.027493000030518,
21
+ "learning_rate": 4.997836020254328e-06,
22
+ "loss": 1.2578,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.5333333333333333,
27
+ "grad_norm": 3.119051933288574,
28
+ "learning_rate": 4.922489359292928e-06,
29
+ "loss": 1.0594,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.7111111111111111,
34
+ "grad_norm": 2.8886709213256836,
35
+ "learning_rate": 4.7426609101991605e-06,
36
+ "loss": 0.7524,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.8888888888888888,
41
+ "grad_norm": 2.727381467819214,
42
+ "learning_rate": 4.466106660773884e-06,
43
+ "loss": 0.5438,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 1.0666666666666667,
48
+ "grad_norm": 1.9826691150665283,
49
+ "learning_rate": 4.104754375481665e-06,
50
+ "loss": 0.481,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 1.2444444444444445,
55
+ "grad_norm": 2.280515670776367,
56
+ "learning_rate": 3.674189151845515e-06,
57
+ "loss": 0.2657,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 1.4222222222222223,
62
+ "grad_norm": 1.451013445854187,
63
+ "learning_rate": 3.1929812363354766e-06,
64
+ "loss": 0.1834,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 1.6,
69
+ "grad_norm": 1.2507127523422241,
70
+ "learning_rate": 2.68188509100236e-06,
71
+ "loss": 0.164,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 1.7777777777777777,
76
+ "grad_norm": 0.7387431263923645,
77
+ "learning_rate": 2.1629442550539283e-06,
78
+ "loss": 0.1039,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 1.9555555555555557,
83
+ "grad_norm": 0.8114812970161438,
84
+ "learning_rate": 1.6585406086279847e-06,
85
+ "loss": 0.1299,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 2.1333333333333333,
90
+ "grad_norm": 1.0944963693618774,
91
+ "learning_rate": 1.1904290439459974e-06,
92
+ "loss": 0.0871,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 2.311111111111111,
97
+ "grad_norm": 0.9579205513000488,
98
+ "learning_rate": 7.787991784095e-07,
99
+ "loss": 0.1068,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 2.488888888888889,
104
+ "grad_norm": 1.7271074056625366,
105
+ "learning_rate": 4.414045778845144e-07,
106
+ "loss": 0.1238,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 2.6666666666666665,
111
+ "grad_norm": 1.8871749639511108,
112
+ "learning_rate": 1.927970467097573e-07,
113
+ "loss": 0.1024,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 2.8444444444444446,
118
+ "grad_norm": 1.1750086545944214,
119
+ "learning_rate": 4.369900944435734e-08,
120
+ "loss": 0.0923,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 2.986666666666667,
125
+ "step": 168,
126
+ "total_flos": 2.198897954832384e+16,
127
+ "train_loss": 0.4042978783448537,
128
+ "train_runtime": 473.7973,
129
+ "train_samples_per_second": 5.699,
130
+ "train_steps_per_second": 0.355
131
+ }
132
+ ],
133
+ "logging_steps": 10,
134
+ "max_steps": 168,
135
+ "num_input_tokens_seen": 0,
136
+ "num_train_epochs": 3,
137
+ "save_steps": 500,
138
+ "stateful_callbacks": {
139
+ "TrainerControl": {
140
+ "args": {
141
+ "should_epoch_stop": false,
142
+ "should_evaluate": false,
143
+ "should_log": false,
144
+ "should_save": true,
145
+ "should_training_stop": true
146
+ },
147
+ "attributes": {}
148
+ }
149
+ },
150
+ "total_flos": 2.198897954832384e+16,
151
+ "train_batch_size": 2,
152
+ "trial_name": null,
153
+ "trial_params": null
154
+ }
training_loss.png ADDED