You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.1 KiB

{
"model_info": {
"model_type": "Dual Path Boundary Classifier",
"base_model": "Chinese-RoBERTa-WWM-Ext",
"max_length": 384,
"trained_model_path": "D:\\workstation\\chinese-roberta-wwm-ext\\model-train-eval-NN\\model_train"
},
"test_results": {
"overall_accuracy": 0.9827222924568058,
"total_samples": 4746,
"correct_predictions": 4664,
"incorrect_predictions": 82
},
"class_performance": {
"class_0_same_paragraph": {
"precision": 0.995013061030634,
"recall": 0.9856504351917196,
"f1_score": 0.9903096194753014,
"support": 4251
},
"class_1_different_paragraph": {
"precision": 0.8859813084112149,
"recall": 0.9575757575757575,
"f1_score": 0.920388349514563,
"support": 495
}
},
"boundary_detection": {
"mean": 0.14779670536518097,
"std": 0.29127171635627747,
"min": 0.042458675801754,
"max": 0.9999679327011108
},
"files_generated": [
"test_results_detailed.json",
"detailed_predictions.json",
"confusion_matrix_test_results.png",
"class_performance_analysis.png",
"test_summary.json"
]
}