Upload checkpoint_metadata.json with huggingface_hub
Browse files- checkpoint_metadata.json +18 -0
checkpoint_metadata.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"custom_metas": null,
|
| 3 |
+
"dp": 64,
|
| 4 |
+
"metas": {
|
| 5 |
+
"consumed_train_samples": 102400000,
|
| 6 |
+
"data_stages": [
|
| 7 |
+
{
|
| 8 |
+
"consumed_train_samples": 102400000,
|
| 9 |
+
"name": "stable phase",
|
| 10 |
+
"start_training_step": 1
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"last_stage_idx": 0,
|
| 14 |
+
"last_train_step": 100000
|
| 15 |
+
},
|
| 16 |
+
"tp": 1,
|
| 17 |
+
"version": "1.4"
|
| 18 |
+
}
|