Neil Ellis
commited on
Upload training_metadata.json with huggingface_hub
Browse files- training_metadata.json +21 -0
training_metadata.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model": "google/t5gemma-2-270m-270m",
|
| 3 |
+
"model_key": "t5gemma2-270m",
|
| 4 |
+
"is_t5gemma2": true,
|
| 5 |
+
"training_date": "2025-12-24T00:32:42.134389",
|
| 6 |
+
"training_examples": 77515,
|
| 7 |
+
"min_statements": 1,
|
| 8 |
+
"epochs": 3,
|
| 9 |
+
"final_train_loss": 0.0,
|
| 10 |
+
"final_eval_loss": 0.20907093584537506,
|
| 11 |
+
"max_input_length": 4096,
|
| 12 |
+
"max_output_length": 2048,
|
| 13 |
+
"num_gpus": 2,
|
| 14 |
+
"distributed": true,
|
| 15 |
+
"refinement": {
|
| 16 |
+
"enabled": true,
|
| 17 |
+
"lr": 1e-06,
|
| 18 |
+
"epochs": 0.2,
|
| 19 |
+
"final_loss": 0.2103339706499552
|
| 20 |
+
}
|
| 21 |
+
}
|