Spaces:
Sleeping
Sleeping
File size: 804 Bytes
8cb0c1d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
{
"created_at": "2025-12-07T17:13:48.852853Z",
"task": "language_modeling",
"target": "next_token_prediction (execution_generation)",
"n_train_samples": 1347,
"n_val_samples": 150,
"sequence_length": 128,
"device": "cpu",
"model": {
"name": "transformer_execution_generator_v3",
"type": "CausalLM_FineTuned",
"class": "GPT2LMHeadModel",
"checkpoint_base": "gpt2",
"total_params": 124439808,
"trainable_params": 124439808,
"size_mb": 474.7
},
"training": {
"epochs": 8,
"learning_rate": 3e-05,
"batch_size": 32,
"seed_global": 42,
"optimizer": "AdamW"
},
"metrics": {
"final_train_loss": 1.2690867379654285,
"final_val_loss": 1.293086338043213,
"best_val_loss": 1.293086338043213,
"best_loss": 1.293086338043213
}
} |