Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- 10301400_distortion/02_distortion/checkpoint-1100/model.safetensors +3 -0
- 10301400_distortion/02_distortion/checkpoint-1100/optimizer.pt +3 -0
- 10301400_distortion/02_distortion/checkpoint-1100/rng_state.pth +3 -0
- 10301400_distortion/02_distortion/checkpoint-1100/scheduler.pt +3 -0
- 10301400_distortion/02_distortion/checkpoint-1100/trainer_state.json +284 -0
- 10301400_distortion/02_distortion/checkpoint-1100/training_args.bin +3 -0
- 10301400_distortion/02_distortion/checkpoint-600/model.safetensors +3 -0
- 10301400_distortion/02_distortion/checkpoint-600/optimizer.pt +3 -0
- 10301400_distortion/02_distortion/checkpoint-600/rng_state.pth +3 -0
- 10301400_distortion/02_distortion/checkpoint-600/scheduler.pt +3 -0
- 10301400_distortion/02_distortion/checkpoint-600/trainer_state.json +174 -0
- 10301400_distortion/02_distortion/checkpoint-600/training_args.bin +3 -0
- 10301400_distortion/03_quality/checkpoint-1300/model.safetensors +3 -0
- 10301400_distortion/03_quality/checkpoint-1300/optimizer.pt +3 -0
- 10301400_distortion/03_quality/checkpoint-1300/rng_state.pth +3 -0
- 10301400_distortion/03_quality/checkpoint-1300/scheduler.pt +3 -0
- 10301400_distortion/03_quality/checkpoint-1300/trainer_state.json +432 -0
- 10301400_distortion/03_quality/checkpoint-1300/training_args.bin +3 -0
- 10301400_distortion/03_quality/checkpoint-800/model.safetensors +3 -0
- 10301400_distortion/03_quality/checkpoint-800/optimizer.pt +3 -0
- 10301400_distortion/03_quality/checkpoint-800/rng_state.pth +3 -0
- 10301400_distortion/03_quality/checkpoint-800/scheduler.pt +3 -0
- 10301400_distortion/03_quality/checkpoint-800/trainer_state.json +282 -0
- 10301400_distortion/03_quality/checkpoint-800/training_args.bin +3 -0
- 10301400_distortion/final_model/README.md +207 -0
- 10301400_distortion/final_model/adapter_config.json +42 -0
- 10301400_distortion/final_model/adapter_model.safetensors +3 -0
- 10301400_distortion/final_model/added_tokens.json +5 -0
- 10301400_distortion/final_model/eval_scatter_plot.png +3 -0
- 10301400_distortion/final_model/merges.txt +0 -0
- 10301400_distortion/final_model/special_tokens_map.json +20 -0
- 10301400_distortion/final_model/tokenizer.json +3 -0
- 10301400_distortion/final_model/tokenizer_config.json +44 -0
- 10301400_distortion/final_model/vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
10281800_quality/final_model/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
10301000_scene/final_model/eval_scatter_plot.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
10301000_scene/final_model/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 37 |
10281800_quality/final_model/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
10301000_scene/final_model/eval_scatter_plot.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
10301000_scene/final_model/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
10301400_distortion/final_model/eval_scatter_plot.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
10301400_distortion/final_model/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
10301400_distortion/02_distortion/checkpoint-1100/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:939f3465502a28876aaf8f6de5c6cfda35829847857dc5231cd55c258a69ee05
|
| 3 |
+
size 16318734800
|
10301400_distortion/02_distortion/checkpoint-1100/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b6892db7df48230fcc6fa95d776cd274c44f22760a342f0683e9e8d7d0606bf
|
| 3 |
+
size 346426383
|
10301400_distortion/02_distortion/checkpoint-1100/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65f0e07a1e5b3810a741ef08ce80ec1a6cbddf6ed3f076602993e67cc6333b6e
|
| 3 |
+
size 14645
|
10301400_distortion/02_distortion/checkpoint-1100/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b483bb51f48271744dfd51aa1714402357db852d618be5c9368ed1c881f1441
|
| 3 |
+
size 1465
|
10301400_distortion/02_distortion/checkpoint-1100/trainer_state.json
ADDED
|
@@ -0,0 +1,284 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": 0.06113849952816963,
|
| 3 |
+
"best_model_checkpoint": "outputs/10301400_distortion/02_distortion/checkpoint-600",
|
| 4 |
+
"epoch": 1.2129067843353558,
|
| 5 |
+
"eval_steps": 100,
|
| 6 |
+
"global_step": 1100,
|
| 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.05515719801434087,
|
| 13 |
+
"grad_norm": 4.398971080780029,
|
| 14 |
+
"learning_rate": 0.00012195121951219512,
|
| 15 |
+
"loss": 0.3165,
|
| 16 |
+
"step": 50
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.11031439602868175,
|
| 20 |
+
"grad_norm": 2.1092543601989746,
|
| 21 |
+
"learning_rate": 0.0001999769904941157,
|
| 22 |
+
"loss": 0.0946,
|
| 23 |
+
"step": 100
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.11031439602868175,
|
| 27 |
+
"eval_loss": 0.07684104144573212,
|
| 28 |
+
"eval_runtime": 163.0056,
|
| 29 |
+
"eval_samples_per_second": 11.122,
|
| 30 |
+
"eval_steps_per_second": 11.122,
|
| 31 |
+
"step": 100
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.1654715940430226,
|
| 35 |
+
"grad_norm": 3.1530559062957764,
|
| 36 |
+
"learning_rate": 0.00019967178452785585,
|
| 37 |
+
"loss": 0.0752,
|
| 38 |
+
"step": 150
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.2206287920573635,
|
| 42 |
+
"grad_norm": 4.029064178466797,
|
| 43 |
+
"learning_rate": 0.0001990127501865814,
|
| 44 |
+
"loss": 0.068,
|
| 45 |
+
"step": 200
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.2206287920573635,
|
| 49 |
+
"eval_loss": 0.06602887064218521,
|
| 50 |
+
"eval_runtime": 163.0122,
|
| 51 |
+
"eval_samples_per_second": 11.122,
|
| 52 |
+
"eval_steps_per_second": 11.122,
|
| 53 |
+
"step": 200
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"epoch": 0.27578599007170435,
|
| 57 |
+
"grad_norm": 2.3075804710388184,
|
| 58 |
+
"learning_rate": 0.0001980022269994896,
|
| 59 |
+
"loss": 0.0728,
|
| 60 |
+
"step": 250
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"epoch": 0.3309431880860452,
|
| 64 |
+
"grad_norm": 2.3959641456604004,
|
| 65 |
+
"learning_rate": 0.00019664380225839926,
|
| 66 |
+
"loss": 0.0716,
|
| 67 |
+
"step": 300
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"epoch": 0.3309431880860452,
|
| 71 |
+
"eval_loss": 0.06844848394393921,
|
| 72 |
+
"eval_runtime": 162.9561,
|
| 73 |
+
"eval_samples_per_second": 11.126,
|
| 74 |
+
"eval_steps_per_second": 11.126,
|
| 75 |
+
"step": 300
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 0.3861003861003861,
|
| 79 |
+
"grad_norm": 3.0462310314178467,
|
| 80 |
+
"learning_rate": 0.00019494229828309726,
|
| 81 |
+
"loss": 0.0698,
|
| 82 |
+
"step": 350
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"epoch": 0.441257584114727,
|
| 86 |
+
"grad_norm": 2.8907084465026855,
|
| 87 |
+
"learning_rate": 0.0001929037553024158,
|
| 88 |
+
"loss": 0.0658,
|
| 89 |
+
"step": 400
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"epoch": 0.441257584114727,
|
| 93 |
+
"eval_loss": 0.061729248613119125,
|
| 94 |
+
"eval_runtime": 163.1399,
|
| 95 |
+
"eval_samples_per_second": 11.113,
|
| 96 |
+
"eval_steps_per_second": 11.113,
|
| 97 |
+
"step": 400
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"epoch": 0.49641478212906787,
|
| 101 |
+
"grad_norm": 3.0755972862243652,
|
| 102 |
+
"learning_rate": 0.00019053541001181153,
|
| 103 |
+
"loss": 0.0588,
|
| 104 |
+
"step": 450
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"epoch": 0.5515719801434087,
|
| 108 |
+
"grad_norm": 1.493543267250061,
|
| 109 |
+
"learning_rate": 0.00018784566988356584,
|
| 110 |
+
"loss": 0.0599,
|
| 111 |
+
"step": 500
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 0.5515719801434087,
|
| 115 |
+
"eval_loss": 0.06286018341779709,
|
| 116 |
+
"eval_runtime": 163.1419,
|
| 117 |
+
"eval_samples_per_second": 11.113,
|
| 118 |
+
"eval_steps_per_second": 11.113,
|
| 119 |
+
"step": 500
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"epoch": 0.6067291781577496,
|
| 123 |
+
"grad_norm": 3.050912857055664,
|
| 124 |
+
"learning_rate": 0.00018484408332080296,
|
| 125 |
+
"loss": 0.0631,
|
| 126 |
+
"step": 550
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"epoch": 0.6618863761720905,
|
| 130 |
+
"grad_norm": 2.1092123985290527,
|
| 131 |
+
"learning_rate": 0.00018154130576127794,
|
| 132 |
+
"loss": 0.0582,
|
| 133 |
+
"step": 600
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"epoch": 0.6618863761720905,
|
| 137 |
+
"eval_loss": 0.06113849952816963,
|
| 138 |
+
"eval_runtime": 162.9295,
|
| 139 |
+
"eval_samples_per_second": 11.128,
|
| 140 |
+
"eval_steps_per_second": 11.128,
|
| 141 |
+
"step": 600
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"epoch": 0.7170435741864313,
|
| 145 |
+
"grad_norm": 2.8029990196228027,
|
| 146 |
+
"learning_rate": 0.00017794906185126307,
|
| 147 |
+
"loss": 0.0498,
|
| 148 |
+
"step": 650
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"epoch": 0.7722007722007722,
|
| 152 |
+
"grad_norm": 1.664454698562622,
|
| 153 |
+
"learning_rate": 0.0001740801038238137,
|
| 154 |
+
"loss": 0.049,
|
| 155 |
+
"step": 700
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"epoch": 0.7722007722007722,
|
| 159 |
+
"eval_loss": 0.06963644176721573,
|
| 160 |
+
"eval_runtime": 162.9402,
|
| 161 |
+
"eval_samples_per_second": 11.127,
|
| 162 |
+
"eval_steps_per_second": 11.127,
|
| 163 |
+
"step": 700
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.827357970215113,
|
| 167 |
+
"grad_norm": 3.342643976211548,
|
| 168 |
+
"learning_rate": 0.00016994816622916724,
|
| 169 |
+
"loss": 0.0492,
|
| 170 |
+
"step": 750
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.882515168229454,
|
| 174 |
+
"grad_norm": 1.4073305130004883,
|
| 175 |
+
"learning_rate": 0.0001655679171779801,
|
| 176 |
+
"loss": 0.0554,
|
| 177 |
+
"step": 800
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.882515168229454,
|
| 181 |
+
"eval_loss": 0.06153091415762901,
|
| 182 |
+
"eval_runtime": 162.9695,
|
| 183 |
+
"eval_samples_per_second": 11.125,
|
| 184 |
+
"eval_steps_per_second": 11.125,
|
| 185 |
+
"step": 800
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.9376723662437948,
|
| 189 |
+
"grad_norm": 2.655508518218994,
|
| 190 |
+
"learning_rate": 0.00016095490627048551,
|
| 191 |
+
"loss": 0.049,
|
| 192 |
+
"step": 850
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.9928295642581357,
|
| 196 |
+
"grad_norm": 1.3769479990005493,
|
| 197 |
+
"learning_rate": 0.0001561255093964205,
|
| 198 |
+
"loss": 0.0513,
|
| 199 |
+
"step": 900
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.9928295642581357,
|
| 203 |
+
"eval_loss": 0.06811496615409851,
|
| 204 |
+
"eval_runtime": 162.9348,
|
| 205 |
+
"eval_samples_per_second": 11.127,
|
| 206 |
+
"eval_steps_per_second": 11.127,
|
| 207 |
+
"step": 900
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"epoch": 1.0474351902923331,
|
| 211 |
+
"grad_norm": 2.652223587036133,
|
| 212 |
+
"learning_rate": 0.0001510968706016788,
|
| 213 |
+
"loss": 0.044,
|
| 214 |
+
"step": 950
|
| 215 |
+
},
|
| 216 |
+
{
|
| 217 |
+
"epoch": 1.102592388306674,
|
| 218 |
+
"grad_norm": 4.13876485824585,
|
| 219 |
+
"learning_rate": 0.00014588684122805897,
|
| 220 |
+
"loss": 0.0401,
|
| 221 |
+
"step": 1000
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"epoch": 1.102592388306674,
|
| 225 |
+
"eval_loss": 0.07864076644182205,
|
| 226 |
+
"eval_runtime": 162.9212,
|
| 227 |
+
"eval_samples_per_second": 11.128,
|
| 228 |
+
"eval_steps_per_second": 11.128,
|
| 229 |
+
"step": 1000
|
| 230 |
+
},
|
| 231 |
+
{
|
| 232 |
+
"epoch": 1.157749586321015,
|
| 233 |
+
"grad_norm": 4.5171589851379395,
|
| 234 |
+
"learning_rate": 0.00014051391654215802,
|
| 235 |
+
"loss": 0.0374,
|
| 236 |
+
"step": 1050
|
| 237 |
+
},
|
| 238 |
+
{
|
| 239 |
+
"epoch": 1.2129067843353558,
|
| 240 |
+
"grad_norm": 3.778535842895508,
|
| 241 |
+
"learning_rate": 0.0001349971700783738,
|
| 242 |
+
"loss": 0.0367,
|
| 243 |
+
"step": 1100
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"epoch": 1.2129067843353558,
|
| 247 |
+
"eval_loss": 0.07245951890945435,
|
| 248 |
+
"eval_runtime": 162.9634,
|
| 249 |
+
"eval_samples_per_second": 11.125,
|
| 250 |
+
"eval_steps_per_second": 11.125,
|
| 251 |
+
"step": 1100
|
| 252 |
+
}
|
| 253 |
+
],
|
| 254 |
+
"logging_steps": 50,
|
| 255 |
+
"max_steps": 2718,
|
| 256 |
+
"num_input_tokens_seen": 0,
|
| 257 |
+
"num_train_epochs": 3,
|
| 258 |
+
"save_steps": 100,
|
| 259 |
+
"stateful_callbacks": {
|
| 260 |
+
"EarlyStoppingCallback": {
|
| 261 |
+
"args": {
|
| 262 |
+
"early_stopping_patience": 5,
|
| 263 |
+
"early_stopping_threshold": 0.0
|
| 264 |
+
},
|
| 265 |
+
"attributes": {
|
| 266 |
+
"early_stopping_patience_counter": 5
|
| 267 |
+
}
|
| 268 |
+
},
|
| 269 |
+
"TrainerControl": {
|
| 270 |
+
"args": {
|
| 271 |
+
"should_epoch_stop": false,
|
| 272 |
+
"should_evaluate": false,
|
| 273 |
+
"should_log": false,
|
| 274 |
+
"should_save": true,
|
| 275 |
+
"should_training_stop": true
|
| 276 |
+
},
|
| 277 |
+
"attributes": {}
|
| 278 |
+
}
|
| 279 |
+
},
|
| 280 |
+
"total_flos": 0.0,
|
| 281 |
+
"train_batch_size": 1,
|
| 282 |
+
"trial_name": null,
|
| 283 |
+
"trial_params": null
|
| 284 |
+
}
|
10301400_distortion/02_distortion/checkpoint-1100/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e6cfb4f0788a516920d8f8b2d465db0d17dba56351853ec82837c8b1995a75a
|
| 3 |
+
size 5777
|
10301400_distortion/02_distortion/checkpoint-600/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55efd4ca1049a4a9852214cb7057fbb786d1ba05b1026438e55a7447d6565a50
|
| 3 |
+
size 16318734800
|
10301400_distortion/02_distortion/checkpoint-600/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92bee5d9945273220d051f2a198647e6a85307f8cb10ceb91ecb0e8ba17862a3
|
| 3 |
+
size 346426383
|
10301400_distortion/02_distortion/checkpoint-600/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3da020fc5702afd2d09a425e03d909e62946660b8cbea8ee14066231a95e91c
|
| 3 |
+
size 14645
|
10301400_distortion/02_distortion/checkpoint-600/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2333d34ce44a7f0bb24990dfa54f0855a3e326ff58182d8b377ba94ef1a86f4f
|
| 3 |
+
size 1465
|
10301400_distortion/02_distortion/checkpoint-600/trainer_state.json
ADDED
|
@@ -0,0 +1,174 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": 0.06113849952816963,
|
| 3 |
+
"best_model_checkpoint": "outputs/10301400_distortion/02_distortion/checkpoint-600",
|
| 4 |
+
"epoch": 0.6618863761720905,
|
| 5 |
+
"eval_steps": 100,
|
| 6 |
+
"global_step": 600,
|
| 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.05515719801434087,
|
| 13 |
+
"grad_norm": 4.398971080780029,
|
| 14 |
+
"learning_rate": 0.00012195121951219512,
|
| 15 |
+
"loss": 0.3165,
|
| 16 |
+
"step": 50
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.11031439602868175,
|
| 20 |
+
"grad_norm": 2.1092543601989746,
|
| 21 |
+
"learning_rate": 0.0001999769904941157,
|
| 22 |
+
"loss": 0.0946,
|
| 23 |
+
"step": 100
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.11031439602868175,
|
| 27 |
+
"eval_loss": 0.07684104144573212,
|
| 28 |
+
"eval_runtime": 163.0056,
|
| 29 |
+
"eval_samples_per_second": 11.122,
|
| 30 |
+
"eval_steps_per_second": 11.122,
|
| 31 |
+
"step": 100
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.1654715940430226,
|
| 35 |
+
"grad_norm": 3.1530559062957764,
|
| 36 |
+
"learning_rate": 0.00019967178452785585,
|
| 37 |
+
"loss": 0.0752,
|
| 38 |
+
"step": 150
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.2206287920573635,
|
| 42 |
+
"grad_norm": 4.029064178466797,
|
| 43 |
+
"learning_rate": 0.0001990127501865814,
|
| 44 |
+
"loss": 0.068,
|
| 45 |
+
"step": 200
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.2206287920573635,
|
| 49 |
+
"eval_loss": 0.06602887064218521,
|
| 50 |
+
"eval_runtime": 163.0122,
|
| 51 |
+
"eval_samples_per_second": 11.122,
|
| 52 |
+
"eval_steps_per_second": 11.122,
|
| 53 |
+
"step": 200
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"epoch": 0.27578599007170435,
|
| 57 |
+
"grad_norm": 2.3075804710388184,
|
| 58 |
+
"learning_rate": 0.0001980022269994896,
|
| 59 |
+
"loss": 0.0728,
|
| 60 |
+
"step": 250
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"epoch": 0.3309431880860452,
|
| 64 |
+
"grad_norm": 2.3959641456604004,
|
| 65 |
+
"learning_rate": 0.00019664380225839926,
|
| 66 |
+
"loss": 0.0716,
|
| 67 |
+
"step": 300
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"epoch": 0.3309431880860452,
|
| 71 |
+
"eval_loss": 0.06844848394393921,
|
| 72 |
+
"eval_runtime": 162.9561,
|
| 73 |
+
"eval_samples_per_second": 11.126,
|
| 74 |
+
"eval_steps_per_second": 11.126,
|
| 75 |
+
"step": 300
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 0.3861003861003861,
|
| 79 |
+
"grad_norm": 3.0462310314178467,
|
| 80 |
+
"learning_rate": 0.00019494229828309726,
|
| 81 |
+
"loss": 0.0698,
|
| 82 |
+
"step": 350
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"epoch": 0.441257584114727,
|
| 86 |
+
"grad_norm": 2.8907084465026855,
|
| 87 |
+
"learning_rate": 0.0001929037553024158,
|
| 88 |
+
"loss": 0.0658,
|
| 89 |
+
"step": 400
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"epoch": 0.441257584114727,
|
| 93 |
+
"eval_loss": 0.061729248613119125,
|
| 94 |
+
"eval_runtime": 163.1399,
|
| 95 |
+
"eval_samples_per_second": 11.113,
|
| 96 |
+
"eval_steps_per_second": 11.113,
|
| 97 |
+
"step": 400
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"epoch": 0.49641478212906787,
|
| 101 |
+
"grad_norm": 3.0755972862243652,
|
| 102 |
+
"learning_rate": 0.00019053541001181153,
|
| 103 |
+
"loss": 0.0588,
|
| 104 |
+
"step": 450
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"epoch": 0.5515719801434087,
|
| 108 |
+
"grad_norm": 1.493543267250061,
|
| 109 |
+
"learning_rate": 0.00018784566988356584,
|
| 110 |
+
"loss": 0.0599,
|
| 111 |
+
"step": 500
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 0.5515719801434087,
|
| 115 |
+
"eval_loss": 0.06286018341779709,
|
| 116 |
+
"eval_runtime": 163.1419,
|
| 117 |
+
"eval_samples_per_second": 11.113,
|
| 118 |
+
"eval_steps_per_second": 11.113,
|
| 119 |
+
"step": 500
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"epoch": 0.6067291781577496,
|
| 123 |
+
"grad_norm": 3.050912857055664,
|
| 124 |
+
"learning_rate": 0.00018484408332080296,
|
| 125 |
+
"loss": 0.0631,
|
| 126 |
+
"step": 550
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"epoch": 0.6618863761720905,
|
| 130 |
+
"grad_norm": 2.1092123985290527,
|
| 131 |
+
"learning_rate": 0.00018154130576127794,
|
| 132 |
+
"loss": 0.0582,
|
| 133 |
+
"step": 600
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"epoch": 0.6618863761720905,
|
| 137 |
+
"eval_loss": 0.06113849952816963,
|
| 138 |
+
"eval_runtime": 162.9295,
|
| 139 |
+
"eval_samples_per_second": 11.128,
|
| 140 |
+
"eval_steps_per_second": 11.128,
|
| 141 |
+
"step": 600
|
| 142 |
+
}
|
| 143 |
+
],
|
| 144 |
+
"logging_steps": 50,
|
| 145 |
+
"max_steps": 2718,
|
| 146 |
+
"num_input_tokens_seen": 0,
|
| 147 |
+
"num_train_epochs": 3,
|
| 148 |
+
"save_steps": 100,
|
| 149 |
+
"stateful_callbacks": {
|
| 150 |
+
"EarlyStoppingCallback": {
|
| 151 |
+
"args": {
|
| 152 |
+
"early_stopping_patience": 5,
|
| 153 |
+
"early_stopping_threshold": 0.0
|
| 154 |
+
},
|
| 155 |
+
"attributes": {
|
| 156 |
+
"early_stopping_patience_counter": 0
|
| 157 |
+
}
|
| 158 |
+
},
|
| 159 |
+
"TrainerControl": {
|
| 160 |
+
"args": {
|
| 161 |
+
"should_epoch_stop": false,
|
| 162 |
+
"should_evaluate": false,
|
| 163 |
+
"should_log": false,
|
| 164 |
+
"should_save": true,
|
| 165 |
+
"should_training_stop": false
|
| 166 |
+
},
|
| 167 |
+
"attributes": {}
|
| 168 |
+
}
|
| 169 |
+
},
|
| 170 |
+
"total_flos": 0.0,
|
| 171 |
+
"train_batch_size": 1,
|
| 172 |
+
"trial_name": null,
|
| 173 |
+
"trial_params": null
|
| 174 |
+
}
|
10301400_distortion/02_distortion/checkpoint-600/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e6cfb4f0788a516920d8f8b2d465db0d17dba56351853ec82837c8b1995a75a
|
| 3 |
+
size 5777
|
10301400_distortion/03_quality/checkpoint-1300/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50de3b672314c1aac9432e0ab2dd79f82859abbd5c6fc69a3b92ba25c7fec774
|
| 3 |
+
size 16318734800
|
10301400_distortion/03_quality/checkpoint-1300/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5529d253ff37bfff11358d2ff7773aaa4f4e98e1b4aa5f250f89c0384f6425b1
|
| 3 |
+
size 346426383
|
10301400_distortion/03_quality/checkpoint-1300/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f31f6a3d4d2187aa7d04c9591e90bf61ae1bd3a5ed786050e082be51763d49f
|
| 3 |
+
size 14645
|
10301400_distortion/03_quality/checkpoint-1300/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efa7e2619b1972c904a264236840cb6f4a48f8a30e77a294592cf31567f370e3
|
| 3 |
+
size 1465
|
10301400_distortion/03_quality/checkpoint-1300/trainer_state.json
ADDED
|
@@ -0,0 +1,432 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": 0.13926184177398682,
|
| 3 |
+
"best_model_checkpoint": "outputs/10301400_distortion/03_quality/checkpoint-800",
|
| 4 |
+
"epoch": 1.4335355763927193,
|
| 5 |
+
"eval_steps": 100,
|
| 6 |
+
"global_step": 1300,
|
| 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.05515719801434087,
|
| 13 |
+
"grad_norm": 4.019044876098633,
|
| 14 |
+
"learning_rate": 0.00012195121951219512,
|
| 15 |
+
"loss": 0.4814,
|
| 16 |
+
"step": 50
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.11031439602868175,
|
| 20 |
+
"grad_norm": 7.314701557159424,
|
| 21 |
+
"learning_rate": 0.0001999769904941157,
|
| 22 |
+
"loss": 0.1406,
|
| 23 |
+
"step": 100
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.11031439602868175,
|
| 27 |
+
"eval_loss": 0.18189866840839386,
|
| 28 |
+
"eval_loss_ce": 0.14533164459231868,
|
| 29 |
+
"eval_loss_fidelity": 0.006811229247094881,
|
| 30 |
+
"eval_loss_kl": 0.5951160711441261,
|
| 31 |
+
"eval_mae": 0.3783862858402486,
|
| 32 |
+
"eval_mse": 0.1861588633092931,
|
| 33 |
+
"eval_plcc": 0.9299245404914904,
|
| 34 |
+
"eval_rmse": 0.43146131148608574,
|
| 35 |
+
"eval_runtime": 181.8345,
|
| 36 |
+
"eval_samples_per_second": 9.971,
|
| 37 |
+
"eval_srcc": 0.9290246909826572,
|
| 38 |
+
"eval_steps_per_second": 9.971,
|
| 39 |
+
"step": 100
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.1654715940430226,
|
| 43 |
+
"grad_norm": 4.37626838684082,
|
| 44 |
+
"learning_rate": 0.00019967178452785585,
|
| 45 |
+
"loss": 0.1195,
|
| 46 |
+
"step": 150
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"epoch": 0.2206287920573635,
|
| 50 |
+
"grad_norm": 6.289140224456787,
|
| 51 |
+
"learning_rate": 0.0001990127501865814,
|
| 52 |
+
"loss": 0.1223,
|
| 53 |
+
"step": 200
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"epoch": 0.2206287920573635,
|
| 57 |
+
"eval_loss": 0.16369320452213287,
|
| 58 |
+
"eval_loss_ce": 0.13419835370545616,
|
| 59 |
+
"eval_loss_fidelity": 0.006746233823122041,
|
| 60 |
+
"eval_loss_kl": 0.45497235639757433,
|
| 61 |
+
"eval_mae": 0.21657081230266675,
|
| 62 |
+
"eval_mse": 0.07855148109051084,
|
| 63 |
+
"eval_plcc": 0.9320308891193664,
|
| 64 |
+
"eval_rmse": 0.2802703714103773,
|
| 65 |
+
"eval_runtime": 182.1066,
|
| 66 |
+
"eval_samples_per_second": 9.956,
|
| 67 |
+
"eval_srcc": 0.9279595784142367,
|
| 68 |
+
"eval_steps_per_second": 9.956,
|
| 69 |
+
"step": 200
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.27578599007170435,
|
| 73 |
+
"grad_norm": 3.7242300510406494,
|
| 74 |
+
"learning_rate": 0.0001980022269994896,
|
| 75 |
+
"loss": 0.1278,
|
| 76 |
+
"step": 250
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"epoch": 0.3309431880860452,
|
| 80 |
+
"grad_norm": 2.848776340484619,
|
| 81 |
+
"learning_rate": 0.00019664380225839926,
|
| 82 |
+
"loss": 0.1166,
|
| 83 |
+
"step": 300
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"epoch": 0.3309431880860452,
|
| 87 |
+
"eval_loss": 0.15656112134456635,
|
| 88 |
+
"eval_loss_ce": 0.1237022492272283,
|
| 89 |
+
"eval_loss_fidelity": 0.006558822839835765,
|
| 90 |
+
"eval_loss_kl": 0.5260009151373328,
|
| 91 |
+
"eval_mae": 0.22548518960671865,
|
| 92 |
+
"eval_mse": 0.077158616231431,
|
| 93 |
+
"eval_plcc": 0.9435173303052875,
|
| 94 |
+
"eval_rmse": 0.2777743980849045,
|
| 95 |
+
"eval_runtime": 181.3271,
|
| 96 |
+
"eval_samples_per_second": 9.999,
|
| 97 |
+
"eval_srcc": 0.930804030358631,
|
| 98 |
+
"eval_steps_per_second": 9.999,
|
| 99 |
+
"step": 300
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.3861003861003861,
|
| 103 |
+
"grad_norm": 5.0159912109375,
|
| 104 |
+
"learning_rate": 0.00019494229828309726,
|
| 105 |
+
"loss": 0.1189,
|
| 106 |
+
"step": 350
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"epoch": 0.441257584114727,
|
| 110 |
+
"grad_norm": 7.366439342498779,
|
| 111 |
+
"learning_rate": 0.0001929037553024158,
|
| 112 |
+
"loss": 0.1104,
|
| 113 |
+
"step": 400
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"epoch": 0.441257584114727,
|
| 117 |
+
"eval_loss": 0.16486240923404694,
|
| 118 |
+
"eval_loss_ce": 0.14008669278307542,
|
| 119 |
+
"eval_loss_fidelity": 0.00680576911210496,
|
| 120 |
+
"eval_loss_kl": 0.3593987776752473,
|
| 121 |
+
"eval_mae": 0.2302044153345006,
|
| 122 |
+
"eval_mse": 0.0793010847657882,
|
| 123 |
+
"eval_plcc": 0.9406855196751255,
|
| 124 |
+
"eval_rmse": 0.28160448285811823,
|
| 125 |
+
"eval_runtime": 182.0988,
|
| 126 |
+
"eval_samples_per_second": 9.956,
|
| 127 |
+
"eval_srcc": 0.929981883954643,
|
| 128 |
+
"eval_steps_per_second": 9.956,
|
| 129 |
+
"step": 400
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.49641478212906787,
|
| 133 |
+
"grad_norm": 6.197667121887207,
|
| 134 |
+
"learning_rate": 0.00019053541001181153,
|
| 135 |
+
"loss": 0.1063,
|
| 136 |
+
"step": 450
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.5515719801434087,
|
| 140 |
+
"grad_norm": 5.078344345092773,
|
| 141 |
+
"learning_rate": 0.00018784566988356584,
|
| 142 |
+
"loss": 0.1088,
|
| 143 |
+
"step": 500
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.5515719801434087,
|
| 147 |
+
"eval_loss": 0.165364608168602,
|
| 148 |
+
"eval_loss_ce": 0.13470293123889415,
|
| 149 |
+
"eval_loss_fidelity": 0.005419531040611126,
|
| 150 |
+
"eval_loss_kl": 0.5048430378117814,
|
| 151 |
+
"eval_mae": 0.2759270417512745,
|
| 152 |
+
"eval_mse": 0.10269788011336219,
|
| 153 |
+
"eval_plcc": 0.9488599406491031,
|
| 154 |
+
"eval_rmse": 0.32046509968070186,
|
| 155 |
+
"eval_runtime": 182.0962,
|
| 156 |
+
"eval_samples_per_second": 9.956,
|
| 157 |
+
"eval_srcc": 0.9421177740784626,
|
| 158 |
+
"eval_steps_per_second": 9.956,
|
| 159 |
+
"step": 500
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.6067291781577496,
|
| 163 |
+
"grad_norm": 4.823759078979492,
|
| 164 |
+
"learning_rate": 0.00018484408332080296,
|
| 165 |
+
"loss": 0.1071,
|
| 166 |
+
"step": 550
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"epoch": 0.6618863761720905,
|
| 170 |
+
"grad_norm": 4.291563987731934,
|
| 171 |
+
"learning_rate": 0.00018154130576127794,
|
| 172 |
+
"loss": 0.1084,
|
| 173 |
+
"step": 600
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"epoch": 0.6618863761720905,
|
| 177 |
+
"eval_loss": 0.1554974764585495,
|
| 178 |
+
"eval_loss_ce": 0.1307230718748236,
|
| 179 |
+
"eval_loss_fidelity": 0.006403040558755217,
|
| 180 |
+
"eval_loss_kl": 0.36742711352812146,
|
| 181 |
+
"eval_mae": 0.1864962621216477,
|
| 182 |
+
"eval_mse": 0.059592364691518615,
|
| 183 |
+
"eval_plcc": 0.9403007121592394,
|
| 184 |
+
"eval_rmse": 0.24411547409273057,
|
| 185 |
+
"eval_runtime": 181.9471,
|
| 186 |
+
"eval_samples_per_second": 9.964,
|
| 187 |
+
"eval_srcc": 0.9361725505929468,
|
| 188 |
+
"eval_steps_per_second": 9.964,
|
| 189 |
+
"step": 600
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.7170435741864313,
|
| 193 |
+
"grad_norm": 3.360935926437378,
|
| 194 |
+
"learning_rate": 0.00017794906185126307,
|
| 195 |
+
"loss": 0.1058,
|
| 196 |
+
"step": 650
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"epoch": 0.7722007722007722,
|
| 200 |
+
"grad_norm": 2.6806159019470215,
|
| 201 |
+
"learning_rate": 0.0001740801038238137,
|
| 202 |
+
"loss": 0.1081,
|
| 203 |
+
"step": 700
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"epoch": 0.7722007722007722,
|
| 207 |
+
"eval_loss": 0.1540636122226715,
|
| 208 |
+
"eval_loss_ce": 0.13545093288510562,
|
| 209 |
+
"eval_loss_fidelity": 0.004986723259263978,
|
| 210 |
+
"eval_loss_kl": 0.27251889424011216,
|
| 211 |
+
"eval_mae": 0.18477290799719026,
|
| 212 |
+
"eval_mse": 0.052690209301258895,
|
| 213 |
+
"eval_plcc": 0.9575197984210698,
|
| 214 |
+
"eval_rmse": 0.22954348019767168,
|
| 215 |
+
"eval_runtime": 182.0999,
|
| 216 |
+
"eval_samples_per_second": 9.956,
|
| 217 |
+
"eval_srcc": 0.9450782704973035,
|
| 218 |
+
"eval_steps_per_second": 9.956,
|
| 219 |
+
"step": 700
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.827357970215113,
|
| 223 |
+
"grad_norm": 5.174151420593262,
|
| 224 |
+
"learning_rate": 0.00016994816622916724,
|
| 225 |
+
"loss": 0.1092,
|
| 226 |
+
"step": 750
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.882515168229454,
|
| 230 |
+
"grad_norm": 3.704911947250366,
|
| 231 |
+
"learning_rate": 0.0001655679171779801,
|
| 232 |
+
"loss": 0.1111,
|
| 233 |
+
"step": 800
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.882515168229454,
|
| 237 |
+
"eval_loss": 0.13926184177398682,
|
| 238 |
+
"eval_loss_ce": 0.11971334508947425,
|
| 239 |
+
"eval_loss_fidelity": 0.004512659724356409,
|
| 240 |
+
"eval_loss_kl": 0.30071664116228736,
|
| 241 |
+
"eval_mae": 0.1771163505805637,
|
| 242 |
+
"eval_mse": 0.054031148850699234,
|
| 243 |
+
"eval_plcc": 0.9575330719736825,
|
| 244 |
+
"eval_rmse": 0.23244601276575866,
|
| 245 |
+
"eval_runtime": 182.1087,
|
| 246 |
+
"eval_samples_per_second": 9.956,
|
| 247 |
+
"eval_srcc": 0.9460775187213338,
|
| 248 |
+
"eval_steps_per_second": 9.956,
|
| 249 |
+
"step": 800
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.9376723662437948,
|
| 253 |
+
"grad_norm": 4.368583679199219,
|
| 254 |
+
"learning_rate": 0.00016095490627048551,
|
| 255 |
+
"loss": 0.1092,
|
| 256 |
+
"step": 850
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"epoch": 0.9928295642581357,
|
| 260 |
+
"grad_norm": 4.650782108306885,
|
| 261 |
+
"learning_rate": 0.0001561255093964205,
|
| 262 |
+
"loss": 0.1072,
|
| 263 |
+
"step": 900
|
| 264 |
+
},
|
| 265 |
+
{
|
| 266 |
+
"epoch": 0.9928295642581357,
|
| 267 |
+
"eval_loss": 0.1535249650478363,
|
| 268 |
+
"eval_loss_ce": 0.129829277290094,
|
| 269 |
+
"eval_loss_fidelity": 0.005214156694936279,
|
| 270 |
+
"eval_loss_kl": 0.3696305192246729,
|
| 271 |
+
"eval_mae": 0.2026542143734923,
|
| 272 |
+
"eval_mse": 0.06106207042162614,
|
| 273 |
+
"eval_plcc": 0.9573400997411562,
|
| 274 |
+
"eval_rmse": 0.24710740665068326,
|
| 275 |
+
"eval_runtime": 181.9088,
|
| 276 |
+
"eval_samples_per_second": 9.967,
|
| 277 |
+
"eval_srcc": 0.9471397891851714,
|
| 278 |
+
"eval_steps_per_second": 9.967,
|
| 279 |
+
"step": 900
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"epoch": 1.0474351902923331,
|
| 283 |
+
"grad_norm": 9.181764602661133,
|
| 284 |
+
"learning_rate": 0.0001510968706016788,
|
| 285 |
+
"loss": 0.0889,
|
| 286 |
+
"step": 950
|
| 287 |
+
},
|
| 288 |
+
{
|
| 289 |
+
"epoch": 1.102592388306674,
|
| 290 |
+
"grad_norm": 3.9697165489196777,
|
| 291 |
+
"learning_rate": 0.00014588684122805897,
|
| 292 |
+
"loss": 0.0883,
|
| 293 |
+
"step": 1000
|
| 294 |
+
},
|
| 295 |
+
{
|
| 296 |
+
"epoch": 1.102592388306674,
|
| 297 |
+
"eval_loss": 0.17542268335819244,
|
| 298 |
+
"eval_loss_ce": 0.15021361243257159,
|
| 299 |
+
"eval_loss_fidelity": 0.005476267666212763,
|
| 300 |
+
"eval_loss_kl": 0.3946563393900852,
|
| 301 |
+
"eval_mae": 0.22412548174334704,
|
| 302 |
+
"eval_mse": 0.0713796607000969,
|
| 303 |
+
"eval_plcc": 0.9566959219273843,
|
| 304 |
+
"eval_rmse": 0.26716972264853833,
|
| 305 |
+
"eval_runtime": 182.264,
|
| 306 |
+
"eval_samples_per_second": 9.947,
|
| 307 |
+
"eval_srcc": 0.9443588347899022,
|
| 308 |
+
"eval_steps_per_second": 9.947,
|
| 309 |
+
"step": 1000
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"epoch": 1.157749586321015,
|
| 313 |
+
"grad_norm": 6.583629131317139,
|
| 314 |
+
"learning_rate": 0.00014051391654215802,
|
| 315 |
+
"loss": 0.083,
|
| 316 |
+
"step": 1050
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"epoch": 1.2129067843353558,
|
| 320 |
+
"grad_norm": 4.013941764831543,
|
| 321 |
+
"learning_rate": 0.0001349971700783738,
|
| 322 |
+
"loss": 0.0851,
|
| 323 |
+
"step": 1100
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"epoch": 1.2129067843353558,
|
| 327 |
+
"eval_loss": 0.17257744073867798,
|
| 328 |
+
"eval_loss_ce": 0.15059338354285226,
|
| 329 |
+
"eval_loss_fidelity": 0.00557460600218206,
|
| 330 |
+
"eval_loss_kl": 0.3281889781664073,
|
| 331 |
+
"eval_mae": 0.176997337693742,
|
| 332 |
+
"eval_mse": 0.05091757251228375,
|
| 333 |
+
"eval_plcc": 0.9560563945655401,
|
| 334 |
+
"eval_rmse": 0.22564922448854938,
|
| 335 |
+
"eval_runtime": 182.3679,
|
| 336 |
+
"eval_samples_per_second": 9.941,
|
| 337 |
+
"eval_srcc": 0.9449560185926721,
|
| 338 |
+
"eval_steps_per_second": 9.941,
|
| 339 |
+
"step": 1100
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 1.2680639823496966,
|
| 343 |
+
"grad_norm": 8.078625679016113,
|
| 344 |
+
"learning_rate": 0.00012935618592909418,
|
| 345 |
+
"loss": 0.0833,
|
| 346 |
+
"step": 1150
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 1.3232211803640375,
|
| 350 |
+
"grad_norm": 5.928958415985107,
|
| 351 |
+
"learning_rate": 0.0001236109892224381,
|
| 352 |
+
"loss": 0.081,
|
| 353 |
+
"step": 1200
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 1.3232211803640375,
|
| 357 |
+
"eval_loss": 0.1737450361251831,
|
| 358 |
+
"eval_loss_ce": 0.1505227568335893,
|
| 359 |
+
"eval_loss_fidelity": 0.005111747648359815,
|
| 360 |
+
"eval_loss_kl": 0.3622108250404351,
|
| 361 |
+
"eval_mae": 0.19279287687271127,
|
| 362 |
+
"eval_mse": 0.05816546113157776,
|
| 363 |
+
"eval_plcc": 0.9551609104057324,
|
| 364 |
+
"eval_rmse": 0.24117516690484067,
|
| 365 |
+
"eval_runtime": 182.5654,
|
| 366 |
+
"eval_samples_per_second": 9.931,
|
| 367 |
+
"eval_srcc": 0.9431037157554205,
|
| 368 |
+
"eval_steps_per_second": 9.931,
|
| 369 |
+
"step": 1200
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"epoch": 1.3783783783783785,
|
| 373 |
+
"grad_norm": 3.594672679901123,
|
| 374 |
+
"learning_rate": 0.000117781975034349,
|
| 375 |
+
"loss": 0.0856,
|
| 376 |
+
"step": 1250
|
| 377 |
+
},
|
| 378 |
+
{
|
| 379 |
+
"epoch": 1.4335355763927193,
|
| 380 |
+
"grad_norm": 4.762302875518799,
|
| 381 |
+
"learning_rate": 0.00011188983598739675,
|
| 382 |
+
"loss": 0.0782,
|
| 383 |
+
"step": 1300
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"epoch": 1.4335355763927193,
|
| 387 |
+
"eval_loss": 0.18251168727874756,
|
| 388 |
+
"eval_loss_ce": 0.15954544610650548,
|
| 389 |
+
"eval_loss_fidelity": 0.0050411799255942425,
|
| 390 |
+
"eval_loss_kl": 0.35850090611987,
|
| 391 |
+
"eval_mae": 0.19589128148404525,
|
| 392 |
+
"eval_mse": 0.06094218543053067,
|
| 393 |
+
"eval_plcc": 0.9564460347678968,
|
| 394 |
+
"eval_rmse": 0.246864710784127,
|
| 395 |
+
"eval_runtime": 182.2762,
|
| 396 |
+
"eval_samples_per_second": 9.946,
|
| 397 |
+
"eval_srcc": 0.9435740591431104,
|
| 398 |
+
"eval_steps_per_second": 9.946,
|
| 399 |
+
"step": 1300
|
| 400 |
+
}
|
| 401 |
+
],
|
| 402 |
+
"logging_steps": 50,
|
| 403 |
+
"max_steps": 2718,
|
| 404 |
+
"num_input_tokens_seen": 0,
|
| 405 |
+
"num_train_epochs": 3,
|
| 406 |
+
"save_steps": 100,
|
| 407 |
+
"stateful_callbacks": {
|
| 408 |
+
"EarlyStoppingCallback": {
|
| 409 |
+
"args": {
|
| 410 |
+
"early_stopping_patience": 5,
|
| 411 |
+
"early_stopping_threshold": 0.0
|
| 412 |
+
},
|
| 413 |
+
"attributes": {
|
| 414 |
+
"early_stopping_patience_counter": 5
|
| 415 |
+
}
|
| 416 |
+
},
|
| 417 |
+
"TrainerControl": {
|
| 418 |
+
"args": {
|
| 419 |
+
"should_epoch_stop": false,
|
| 420 |
+
"should_evaluate": false,
|
| 421 |
+
"should_log": false,
|
| 422 |
+
"should_save": true,
|
| 423 |
+
"should_training_stop": true
|
| 424 |
+
},
|
| 425 |
+
"attributes": {}
|
| 426 |
+
}
|
| 427 |
+
},
|
| 428 |
+
"total_flos": 0.0,
|
| 429 |
+
"train_batch_size": 1,
|
| 430 |
+
"trial_name": null,
|
| 431 |
+
"trial_params": null
|
| 432 |
+
}
|
10301400_distortion/03_quality/checkpoint-1300/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f75bce5900ad9fb2e44035c1a0ec36300df9b8c6e4014e464a9a47c97a67e69
|
| 3 |
+
size 5777
|
10301400_distortion/03_quality/checkpoint-800/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a35120cff650c5398d53d79d6569bb75b3d75ac60c5be3a4ff8df3a611bc4c3
|
| 3 |
+
size 16318734800
|
10301400_distortion/03_quality/checkpoint-800/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a59c3ddf3d94a034e5e66e715abac3003c9914da2922e0176483876fc095e6b1
|
| 3 |
+
size 346426383
|
10301400_distortion/03_quality/checkpoint-800/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23f9e817c129ca621daae9bd16bdb389220a5551ccd6c2d7561fd9546b87a95a
|
| 3 |
+
size 14645
|
10301400_distortion/03_quality/checkpoint-800/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f6abfb4d681afad7f03facbbb0c876f9fe4993cc0f1525af436f8ad8e605c5c
|
| 3 |
+
size 1465
|
10301400_distortion/03_quality/checkpoint-800/trainer_state.json
ADDED
|
@@ -0,0 +1,282 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": 0.13926184177398682,
|
| 3 |
+
"best_model_checkpoint": "outputs/10301400_distortion/03_quality/checkpoint-800",
|
| 4 |
+
"epoch": 0.882515168229454,
|
| 5 |
+
"eval_steps": 100,
|
| 6 |
+
"global_step": 800,
|
| 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.05515719801434087,
|
| 13 |
+
"grad_norm": 4.019044876098633,
|
| 14 |
+
"learning_rate": 0.00012195121951219512,
|
| 15 |
+
"loss": 0.4814,
|
| 16 |
+
"step": 50
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.11031439602868175,
|
| 20 |
+
"grad_norm": 7.314701557159424,
|
| 21 |
+
"learning_rate": 0.0001999769904941157,
|
| 22 |
+
"loss": 0.1406,
|
| 23 |
+
"step": 100
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.11031439602868175,
|
| 27 |
+
"eval_loss": 0.18189866840839386,
|
| 28 |
+
"eval_loss_ce": 0.14533164459231868,
|
| 29 |
+
"eval_loss_fidelity": 0.006811229247094881,
|
| 30 |
+
"eval_loss_kl": 0.5951160711441261,
|
| 31 |
+
"eval_mae": 0.3783862858402486,
|
| 32 |
+
"eval_mse": 0.1861588633092931,
|
| 33 |
+
"eval_plcc": 0.9299245404914904,
|
| 34 |
+
"eval_rmse": 0.43146131148608574,
|
| 35 |
+
"eval_runtime": 181.8345,
|
| 36 |
+
"eval_samples_per_second": 9.971,
|
| 37 |
+
"eval_srcc": 0.9290246909826572,
|
| 38 |
+
"eval_steps_per_second": 9.971,
|
| 39 |
+
"step": 100
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.1654715940430226,
|
| 43 |
+
"grad_norm": 4.37626838684082,
|
| 44 |
+
"learning_rate": 0.00019967178452785585,
|
| 45 |
+
"loss": 0.1195,
|
| 46 |
+
"step": 150
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"epoch": 0.2206287920573635,
|
| 50 |
+
"grad_norm": 6.289140224456787,
|
| 51 |
+
"learning_rate": 0.0001990127501865814,
|
| 52 |
+
"loss": 0.1223,
|
| 53 |
+
"step": 200
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"epoch": 0.2206287920573635,
|
| 57 |
+
"eval_loss": 0.16369320452213287,
|
| 58 |
+
"eval_loss_ce": 0.13419835370545616,
|
| 59 |
+
"eval_loss_fidelity": 0.006746233823122041,
|
| 60 |
+
"eval_loss_kl": 0.45497235639757433,
|
| 61 |
+
"eval_mae": 0.21657081230266675,
|
| 62 |
+
"eval_mse": 0.07855148109051084,
|
| 63 |
+
"eval_plcc": 0.9320308891193664,
|
| 64 |
+
"eval_rmse": 0.2802703714103773,
|
| 65 |
+
"eval_runtime": 182.1066,
|
| 66 |
+
"eval_samples_per_second": 9.956,
|
| 67 |
+
"eval_srcc": 0.9279595784142367,
|
| 68 |
+
"eval_steps_per_second": 9.956,
|
| 69 |
+
"step": 200
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.27578599007170435,
|
| 73 |
+
"grad_norm": 3.7242300510406494,
|
| 74 |
+
"learning_rate": 0.0001980022269994896,
|
| 75 |
+
"loss": 0.1278,
|
| 76 |
+
"step": 250
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"epoch": 0.3309431880860452,
|
| 80 |
+
"grad_norm": 2.848776340484619,
|
| 81 |
+
"learning_rate": 0.00019664380225839926,
|
| 82 |
+
"loss": 0.1166,
|
| 83 |
+
"step": 300
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"epoch": 0.3309431880860452,
|
| 87 |
+
"eval_loss": 0.15656112134456635,
|
| 88 |
+
"eval_loss_ce": 0.1237022492272283,
|
| 89 |
+
"eval_loss_fidelity": 0.006558822839835765,
|
| 90 |
+
"eval_loss_kl": 0.5260009151373328,
|
| 91 |
+
"eval_mae": 0.22548518960671865,
|
| 92 |
+
"eval_mse": 0.077158616231431,
|
| 93 |
+
"eval_plcc": 0.9435173303052875,
|
| 94 |
+
"eval_rmse": 0.2777743980849045,
|
| 95 |
+
"eval_runtime": 181.3271,
|
| 96 |
+
"eval_samples_per_second": 9.999,
|
| 97 |
+
"eval_srcc": 0.930804030358631,
|
| 98 |
+
"eval_steps_per_second": 9.999,
|
| 99 |
+
"step": 300
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.3861003861003861,
|
| 103 |
+
"grad_norm": 5.0159912109375,
|
| 104 |
+
"learning_rate": 0.00019494229828309726,
|
| 105 |
+
"loss": 0.1189,
|
| 106 |
+
"step": 350
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"epoch": 0.441257584114727,
|
| 110 |
+
"grad_norm": 7.366439342498779,
|
| 111 |
+
"learning_rate": 0.0001929037553024158,
|
| 112 |
+
"loss": 0.1104,
|
| 113 |
+
"step": 400
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"epoch": 0.441257584114727,
|
| 117 |
+
"eval_loss": 0.16486240923404694,
|
| 118 |
+
"eval_loss_ce": 0.14008669278307542,
|
| 119 |
+
"eval_loss_fidelity": 0.00680576911210496,
|
| 120 |
+
"eval_loss_kl": 0.3593987776752473,
|
| 121 |
+
"eval_mae": 0.2302044153345006,
|
| 122 |
+
"eval_mse": 0.0793010847657882,
|
| 123 |
+
"eval_plcc": 0.9406855196751255,
|
| 124 |
+
"eval_rmse": 0.28160448285811823,
|
| 125 |
+
"eval_runtime": 182.0988,
|
| 126 |
+
"eval_samples_per_second": 9.956,
|
| 127 |
+
"eval_srcc": 0.929981883954643,
|
| 128 |
+
"eval_steps_per_second": 9.956,
|
| 129 |
+
"step": 400
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.49641478212906787,
|
| 133 |
+
"grad_norm": 6.197667121887207,
|
| 134 |
+
"learning_rate": 0.00019053541001181153,
|
| 135 |
+
"loss": 0.1063,
|
| 136 |
+
"step": 450
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.5515719801434087,
|
| 140 |
+
"grad_norm": 5.078344345092773,
|
| 141 |
+
"learning_rate": 0.00018784566988356584,
|
| 142 |
+
"loss": 0.1088,
|
| 143 |
+
"step": 500
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.5515719801434087,
|
| 147 |
+
"eval_loss": 0.165364608168602,
|
| 148 |
+
"eval_loss_ce": 0.13470293123889415,
|
| 149 |
+
"eval_loss_fidelity": 0.005419531040611126,
|
| 150 |
+
"eval_loss_kl": 0.5048430378117814,
|
| 151 |
+
"eval_mae": 0.2759270417512745,
|
| 152 |
+
"eval_mse": 0.10269788011336219,
|
| 153 |
+
"eval_plcc": 0.9488599406491031,
|
| 154 |
+
"eval_rmse": 0.32046509968070186,
|
| 155 |
+
"eval_runtime": 182.0962,
|
| 156 |
+
"eval_samples_per_second": 9.956,
|
| 157 |
+
"eval_srcc": 0.9421177740784626,
|
| 158 |
+
"eval_steps_per_second": 9.956,
|
| 159 |
+
"step": 500
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.6067291781577496,
|
| 163 |
+
"grad_norm": 4.823759078979492,
|
| 164 |
+
"learning_rate": 0.00018484408332080296,
|
| 165 |
+
"loss": 0.1071,
|
| 166 |
+
"step": 550
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"epoch": 0.6618863761720905,
|
| 170 |
+
"grad_norm": 4.291563987731934,
|
| 171 |
+
"learning_rate": 0.00018154130576127794,
|
| 172 |
+
"loss": 0.1084,
|
| 173 |
+
"step": 600
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"epoch": 0.6618863761720905,
|
| 177 |
+
"eval_loss": 0.1554974764585495,
|
| 178 |
+
"eval_loss_ce": 0.1307230718748236,
|
| 179 |
+
"eval_loss_fidelity": 0.006403040558755217,
|
| 180 |
+
"eval_loss_kl": 0.36742711352812146,
|
| 181 |
+
"eval_mae": 0.1864962621216477,
|
| 182 |
+
"eval_mse": 0.059592364691518615,
|
| 183 |
+
"eval_plcc": 0.9403007121592394,
|
| 184 |
+
"eval_rmse": 0.24411547409273057,
|
| 185 |
+
"eval_runtime": 181.9471,
|
| 186 |
+
"eval_samples_per_second": 9.964,
|
| 187 |
+
"eval_srcc": 0.9361725505929468,
|
| 188 |
+
"eval_steps_per_second": 9.964,
|
| 189 |
+
"step": 600
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.7170435741864313,
|
| 193 |
+
"grad_norm": 3.360935926437378,
|
| 194 |
+
"learning_rate": 0.00017794906185126307,
|
| 195 |
+
"loss": 0.1058,
|
| 196 |
+
"step": 650
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"epoch": 0.7722007722007722,
|
| 200 |
+
"grad_norm": 2.6806159019470215,
|
| 201 |
+
"learning_rate": 0.0001740801038238137,
|
| 202 |
+
"loss": 0.1081,
|
| 203 |
+
"step": 700
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"epoch": 0.7722007722007722,
|
| 207 |
+
"eval_loss": 0.1540636122226715,
|
| 208 |
+
"eval_loss_ce": 0.13545093288510562,
|
| 209 |
+
"eval_loss_fidelity": 0.004986723259263978,
|
| 210 |
+
"eval_loss_kl": 0.27251889424011216,
|
| 211 |
+
"eval_mae": 0.18477290799719026,
|
| 212 |
+
"eval_mse": 0.052690209301258895,
|
| 213 |
+
"eval_plcc": 0.9575197984210698,
|
| 214 |
+
"eval_rmse": 0.22954348019767168,
|
| 215 |
+
"eval_runtime": 182.0999,
|
| 216 |
+
"eval_samples_per_second": 9.956,
|
| 217 |
+
"eval_srcc": 0.9450782704973035,
|
| 218 |
+
"eval_steps_per_second": 9.956,
|
| 219 |
+
"step": 700
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.827357970215113,
|
| 223 |
+
"grad_norm": 5.174151420593262,
|
| 224 |
+
"learning_rate": 0.00016994816622916724,
|
| 225 |
+
"loss": 0.1092,
|
| 226 |
+
"step": 750
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.882515168229454,
|
| 230 |
+
"grad_norm": 3.704911947250366,
|
| 231 |
+
"learning_rate": 0.0001655679171779801,
|
| 232 |
+
"loss": 0.1111,
|
| 233 |
+
"step": 800
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.882515168229454,
|
| 237 |
+
"eval_loss": 0.13926184177398682,
|
| 238 |
+
"eval_loss_ce": 0.11971334508947425,
|
| 239 |
+
"eval_loss_fidelity": 0.004512659724356409,
|
| 240 |
+
"eval_loss_kl": 0.30071664116228736,
|
| 241 |
+
"eval_mae": 0.1771163505805637,
|
| 242 |
+
"eval_mse": 0.054031148850699234,
|
| 243 |
+
"eval_plcc": 0.9575330719736825,
|
| 244 |
+
"eval_rmse": 0.23244601276575866,
|
| 245 |
+
"eval_runtime": 182.1087,
|
| 246 |
+
"eval_samples_per_second": 9.956,
|
| 247 |
+
"eval_srcc": 0.9460775187213338,
|
| 248 |
+
"eval_steps_per_second": 9.956,
|
| 249 |
+
"step": 800
|
| 250 |
+
}
|
| 251 |
+
],
|
| 252 |
+
"logging_steps": 50,
|
| 253 |
+
"max_steps": 2718,
|
| 254 |
+
"num_input_tokens_seen": 0,
|
| 255 |
+
"num_train_epochs": 3,
|
| 256 |
+
"save_steps": 100,
|
| 257 |
+
"stateful_callbacks": {
|
| 258 |
+
"EarlyStoppingCallback": {
|
| 259 |
+
"args": {
|
| 260 |
+
"early_stopping_patience": 5,
|
| 261 |
+
"early_stopping_threshold": 0.0
|
| 262 |
+
},
|
| 263 |
+
"attributes": {
|
| 264 |
+
"early_stopping_patience_counter": 0
|
| 265 |
+
}
|
| 266 |
+
},
|
| 267 |
+
"TrainerControl": {
|
| 268 |
+
"args": {
|
| 269 |
+
"should_epoch_stop": false,
|
| 270 |
+
"should_evaluate": false,
|
| 271 |
+
"should_log": false,
|
| 272 |
+
"should_save": true,
|
| 273 |
+
"should_training_stop": false
|
| 274 |
+
},
|
| 275 |
+
"attributes": {}
|
| 276 |
+
}
|
| 277 |
+
},
|
| 278 |
+
"total_flos": 0.0,
|
| 279 |
+
"train_batch_size": 1,
|
| 280 |
+
"trial_name": null,
|
| 281 |
+
"trial_params": null
|
| 282 |
+
}
|
10301400_distortion/03_quality/checkpoint-800/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f75bce5900ad9fb2e44035c1a0ec36300df9b8c6e4014e464a9a47c97a67e69
|
| 3 |
+
size 5777
|
10301400_distortion/final_model/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: src/owl3
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:src/owl3
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.17.1
|
10301400_distortion/final_model/adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "src/owl3",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 32,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 16,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"o_proj",
|
| 29 |
+
"down_proj",
|
| 30 |
+
"v_proj",
|
| 31 |
+
"q_proj",
|
| 32 |
+
"gate_proj",
|
| 33 |
+
"k_proj",
|
| 34 |
+
"up_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": null,
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
10301400_distortion/final_model/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fabceaf2bb7640e26819e7d1a347a1ec082518faba88461bb0f3e0854125756
|
| 3 |
+
size 173507576
|
10301400_distortion/final_model/added_tokens.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|endoftext|>": 151643,
|
| 3 |
+
"<|im_end|>": 151645,
|
| 4 |
+
"<|im_start|>": 151644
|
| 5 |
+
}
|
10301400_distortion/final_model/eval_scatter_plot.png
ADDED
|
Git LFS Details
|
10301400_distortion/final_model/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
10301400_distortion/final_model/special_tokens_map.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>"
|
| 5 |
+
],
|
| 6 |
+
"eos_token": {
|
| 7 |
+
"content": "<|im_end|>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false
|
| 12 |
+
},
|
| 13 |
+
"pad_token": {
|
| 14 |
+
"content": "<|endoftext|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false
|
| 19 |
+
}
|
| 20 |
+
}
|
10301400_distortion/final_model/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcfe42da0a4497e8b2b172c1f9f4ec423a46dc12907f4349c55025f670422ba9
|
| 3 |
+
size 11418266
|
10301400_distortion/final_model/tokenizer_config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"151643": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"151644": {
|
| 13 |
+
"content": "<|im_start|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"151645": {
|
| 21 |
+
"content": "<|im_end|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
}
|
| 28 |
+
},
|
| 29 |
+
"additional_special_tokens": [
|
| 30 |
+
"<|im_start|>",
|
| 31 |
+
"<|im_end|>"
|
| 32 |
+
],
|
| 33 |
+
"bos_token": null,
|
| 34 |
+
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
| 35 |
+
"clean_up_tokenization_spaces": false,
|
| 36 |
+
"eos_token": "<|im_end|>",
|
| 37 |
+
"errors": "replace",
|
| 38 |
+
"extra_special_tokens": {},
|
| 39 |
+
"model_max_length": 131072,
|
| 40 |
+
"pad_token": "<|endoftext|>",
|
| 41 |
+
"split_special_tokens": false,
|
| 42 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 43 |
+
"unk_token": null
|
| 44 |
+
}
|
10301400_distortion/final_model/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|