Upload run config
Browse files- run_state/run_config.json +16 -0
run_state/run_config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_id": "0xvoid0000/zira-researcher",
|
| 3 |
+
"json_dir": "/root/CRIS-reason-input-initial/json_files",
|
| 4 |
+
"num_shards": 5,
|
| 5 |
+
"passes_over_all_shards": 1,
|
| 6 |
+
"model_context_limit": 65536,
|
| 7 |
+
"train_max_seq_len": 24576,
|
| 8 |
+
"lora_r": 32,
|
| 9 |
+
"lora_alpha": 64,
|
| 10 |
+
"lora_dropout": 0.05,
|
| 11 |
+
"learning_rate": 0.0001,
|
| 12 |
+
"per_device_batch_size": 1,
|
| 13 |
+
"grad_accum": 8,
|
| 14 |
+
"warmup_steps": 10,
|
| 15 |
+
"world_size": 4
|
| 16 |
+
}
|