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

Model: wvnvwn/Mistral-7B-Instruct-v0.3-pubmedqa-v1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-04 23:05:12 +08:00
commit ec50763d8f
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.022578975185751915,
"selected_val_accuracy": 0.9839679358717435,
"selection_metric": "val_accuracy",
"selection_pool": "all_results_with_val_accuracy"
},
"all_results": [
{
"learning_rate": 5e-06,
"eval_loss": 0.04712324216961861,
"val_accuracy": 0.9659318637274549
},
{
"learning_rate": 1e-05,
"eval_loss": 0.03326897695660591,
"val_accuracy": 0.9739478957915831
},
{
"learning_rate": 2e-05,
"eval_loss": 0.028263093903660774,
"val_accuracy": 0.9819639278557114
},
{
"learning_rate": 5e-05,
"eval_loss": 0.024513673037290573,
"val_accuracy": 0.9819639278557114
},
{
"learning_rate": 0.0001,
"eval_loss": 0.022578975185751915,
"val_accuracy": 0.9839679358717435
}
],
"top_by_val_loss": [
{
"learning_rate": 0.0001,
"eval_loss": 0.022578975185751915,
"val_accuracy": 0.9839679358717435
},
{
"learning_rate": 5e-05,
"eval_loss": 0.024513673037290573,
"val_accuracy": 0.9819639278557114
},
{
"learning_rate": 2e-05,
"eval_loss": 0.028263093903660774,
"val_accuracy": 0.9819639278557114
}
]
}