Upload session.json with huggingface_hub
Browse files- session.json +11 -0
session.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"last_project": "unstudio-remote",
|
| 3 |
+
"model_name": "test-model",
|
| 4 |
+
"checkpoint_path": null,
|
| 5 |
+
"training_config": {
|
| 6 |
+
"epochs": 3,
|
| 7 |
+
"lr": 0.0002
|
| 8 |
+
},
|
| 9 |
+
"last_sync": "2026-04-02T18:05:16.836419",
|
| 10 |
+
"created_at": "2026-04-02T18:05:16.834989"
|
| 11 |
+
}
|