Upload training_info.json with huggingface_hub
Browse files- training_info.json +11 -0
training_info.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epochs": 6,
|
| 3 |
+
"dataset_name": "zerolink/zsql-sqlite-dpo",
|
| 4 |
+
"base_model": "unsloth/llama-3-8B",
|
| 5 |
+
"steps_per_epoch": 3660,
|
| 6 |
+
"total_steps": 120,
|
| 7 |
+
"batch_size": 2,
|
| 8 |
+
"grad_accum": 32,
|
| 9 |
+
"learning_rate": 5e-05,
|
| 10 |
+
"completed_at": "2025-10-03 12:39:52"
|
| 11 |
+
}
|