File size: 515 Bytes
2fb9f86 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"training_completed": true,
"total_training_time": 4661.226378917694,
"epochs_completed": 10,
"training_examples": 2859,
"validation_examples": 576,
"final_model_path": "/kaggle/working/e5-math-binary/final_model",
"training_method": "sentence_transformers_fit",
"training_config": {
"base_model": "intfloat/multilingual-e5-base",
"max_seq_length": 256,
"train_batch_size": 4,
"learning_rate": 2e-05,
"max_epochs": 10,
"warmup_steps": 100,
"evaluation_steps": 100
}
} |