Update 2025-08-12 13-06-07_gemma_le_020000 from outputs
Browse files- model.safetensors +3 -0
- train_config.json +9 -9
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1f5274bc9686d7c28c3a7963f09d2990909c0f5979a0d887e427cd00b265b39
|
| 3 |
+
size 9518415952
|
train_config.json
CHANGED
|
@@ -137,17 +137,17 @@
|
|
| 137 |
"optimizer_lr": 0.0001,
|
| 138 |
"optimizer_weight_decay": 1e-06
|
| 139 |
},
|
| 140 |
-
"output_dir": "outputs/train/2025-08-12/
|
| 141 |
"job_name": "gemma_le",
|
| 142 |
"resume": false,
|
| 143 |
"seed": 1000,
|
| 144 |
-
"num_workers":
|
| 145 |
-
"batch_size":
|
| 146 |
-
"steps":
|
| 147 |
"eval_freq": 20000,
|
| 148 |
-
"log_freq":
|
| 149 |
"save_checkpoint": true,
|
| 150 |
-
"save_freq":
|
| 151 |
"use_policy_training_preset": true,
|
| 152 |
"optimizer": {
|
| 153 |
"type": "adamw",
|
|
@@ -176,8 +176,8 @@
|
|
| 176 |
},
|
| 177 |
"progress_bar": true,
|
| 178 |
"push_to_hub": false,
|
| 179 |
-
"push_repo_id":
|
| 180 |
-
"push_branch":
|
| 181 |
"push_private": false,
|
| 182 |
-
"push_exist_ok":
|
| 183 |
}
|
|
|
|
| 137 |
"optimizer_lr": 0.0001,
|
| 138 |
"optimizer_weight_decay": 1e-06
|
| 139 |
},
|
| 140 |
+
"output_dir": "outputs/train/2025-08-12/13-06-07_gemma_le",
|
| 141 |
"job_name": "gemma_le",
|
| 142 |
"resume": false,
|
| 143 |
"seed": 1000,
|
| 144 |
+
"num_workers": 0,
|
| 145 |
+
"batch_size": 1,
|
| 146 |
+
"steps": 20000,
|
| 147 |
"eval_freq": 20000,
|
| 148 |
+
"log_freq": 10,
|
| 149 |
"save_checkpoint": true,
|
| 150 |
+
"save_freq": 5000,
|
| 151 |
"use_policy_training_preset": true,
|
| 152 |
"optimizer": {
|
| 153 |
"type": "adamw",
|
|
|
|
| 176 |
},
|
| 177 |
"progress_bar": true,
|
| 178 |
"push_to_hub": false,
|
| 179 |
+
"push_repo_id": null,
|
| 180 |
+
"push_branch": null,
|
| 181 |
"push_private": false,
|
| 182 |
+
"push_exist_ok": false
|
| 183 |
}
|