初始化项目,由ModelHub XC社区提供模型

Model: wvnvwn/Mistral-7B-Instruct-v0.3-gsm8k-v1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-04 06:20:17 +08:00
commit 4e9db6433f
14 changed files with 282537 additions and 0 deletions

54
lr_sweep_summary.json Normal file
View File

@@ -0,0 +1,54 @@
{
"selection": {
"top_k_by_val_loss": 3,
"selected_learning_rate": 0.0001,
"selected_eval_loss": 0.4195491373538971,
"selected_val_accuracy": 0.494,
"selection_metric": "val_accuracy",
"selection_pool": "all_results_with_val_accuracy"
},
"all_results": [
{
"learning_rate": 5e-06,
"eval_loss": 0.7866837382316589,
"val_accuracy": 0.434
},
{
"learning_rate": 1e-05,
"eval_loss": 0.5556249022483826,
"val_accuracy": 0.37
},
{
"learning_rate": 2e-05,
"eval_loss": 0.47870945930480957,
"val_accuracy": 0.408
},
{
"learning_rate": 5e-05,
"eval_loss": 0.4395964443683624,
"val_accuracy": 0.432
},
{
"learning_rate": 0.0001,
"eval_loss": 0.4195491373538971,
"val_accuracy": 0.494
}
],
"top_by_val_loss": [
{
"learning_rate": 0.0001,
"eval_loss": 0.4195491373538971,
"val_accuracy": 0.494
},
{
"learning_rate": 5e-05,
"eval_loss": 0.4395964443683624,
"val_accuracy": 0.432
},
{
"learning_rate": 2e-05,
"eval_loss": 0.47870945930480957,
"val_accuracy": 0.408
}
]
}