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

Model: wvnvwn/Mistral-7B-Instruct-v0.3-gsm8k-v2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-23 17:27:43 +08:00
commit 9e2dda3edf
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.4308027923107147,
"selected_val_accuracy": 0.4742857142857143,
"selection_metric": "val_accuracy",
"selection_pool": "all_results_with_val_accuracy"
},
"all_results": [
{
"learning_rate": 5e-06,
"eval_loss": 0.8218182325363159,
"val_accuracy": 0.4228571428571429
},
{
"learning_rate": 1e-05,
"eval_loss": 0.5811571478843689,
"val_accuracy": 0.37714285714285717
},
{
"learning_rate": 2e-05,
"eval_loss": 0.49518224596977234,
"val_accuracy": 0.3914285714285714
},
{
"learning_rate": 5e-05,
"eval_loss": 0.45243993401527405,
"val_accuracy": 0.4
},
{
"learning_rate": 0.0001,
"eval_loss": 0.4308027923107147,
"val_accuracy": 0.4742857142857143
}
],
"top_by_val_loss": [
{
"learning_rate": 0.0001,
"eval_loss": 0.4308027923107147,
"val_accuracy": 0.4742857142857143
},
{
"learning_rate": 5e-05,
"eval_loss": 0.45243993401527405,
"val_accuracy": 0.4
},
{
"learning_rate": 2e-05,
"eval_loss": 0.49518224596977234,
"val_accuracy": 0.3914285714285714
}
]
}