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

Model: wvnvwn/Mistral-7B-Instruct-v0.3-hhrlhf-spider-v1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-25 13:25:34 +08:00
commit a832885821
14 changed files with 282543 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.20606186985969543,
"selected_val_accuracy": 0.3733075435203095,
"selection_metric": "val_accuracy",
"selection_pool": "all_results_with_val_accuracy"
},
"all_results": [
{
"learning_rate": 5e-06,
"eval_loss": 0.992091178894043,
"val_accuracy": 0.2263056092843327
},
{
"learning_rate": 1e-05,
"eval_loss": 0.556610643863678,
"val_accuracy": 0.26305609284332687
},
{
"learning_rate": 2e-05,
"eval_loss": 0.4018552303314209,
"val_accuracy": 0.30174081237911027
},
{
"learning_rate": 5e-05,
"eval_loss": 0.230868399143219,
"val_accuracy": 0.3152804642166344
},
{
"learning_rate": 0.0001,
"eval_loss": 0.20606186985969543,
"val_accuracy": 0.3733075435203095
}
],
"top_by_val_loss": [
{
"learning_rate": 0.0001,
"eval_loss": 0.20606186985969543,
"val_accuracy": 0.3733075435203095
},
{
"learning_rate": 5e-05,
"eval_loss": 0.230868399143219,
"val_accuracy": 0.3152804642166344
},
{
"learning_rate": 2e-05,
"eval_loss": 0.4018552303314209,
"val_accuracy": 0.30174081237911027
}
]
}