Add comprehensive model and results summary
Browse files- comprehensive_summary.json +39 -0
comprehensive_summary.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "FlowFinal",
|
| 3 |
+
"upload_date": "2025-08-29T14:56:47.572741",
|
| 4 |
+
"training_date": "20250829",
|
| 5 |
+
"total_sequences_generated": 80,
|
| 6 |
+
"hmd_amp_predictions": 7,
|
| 7 |
+
"hmd_amp_rate": 8.8,
|
| 8 |
+
"best_cfg_configuration": "strong_cfg (20% AMP rate)",
|
| 9 |
+
"training_details": {
|
| 10 |
+
"epochs": 2000,
|
| 11 |
+
"final_loss": 1.318,
|
| 12 |
+
"training_time": "2.3 hours",
|
| 13 |
+
"hardware": "H100",
|
| 14 |
+
"dataset_size": 6983
|
| 15 |
+
},
|
| 16 |
+
"uploaded_files": {
|
| 17 |
+
"model_components": 7,
|
| 18 |
+
"weight_files": 3,
|
| 19 |
+
"checkpoints": 3,
|
| 20 |
+
"paper_files": 3,
|
| 21 |
+
"training_logs": 5,
|
| 22 |
+
"datasets": 4,
|
| 23 |
+
"results": 5,
|
| 24 |
+
"embeddings": 4,
|
| 25 |
+
"decoded_sequences": 4,
|
| 26 |
+
"apex_results": 6
|
| 27 |
+
},
|
| 28 |
+
"total_files_uploaded": 44,
|
| 29 |
+
"repository_structure": {
|
| 30 |
+
"src/": "Main model implementation files",
|
| 31 |
+
"models/": "Trained model weights and checkpoints",
|
| 32 |
+
"paper/": "LaTeX files and paper documentation",
|
| 33 |
+
"training_logs/": "Complete training logs and scripts",
|
| 34 |
+
"datasets/": "Training datasets and protein sequences",
|
| 35 |
+
"results/": "Generated sequences and validation results",
|
| 36 |
+
"generated_samples/": "Raw embeddings and decoded sequences",
|
| 37 |
+
"analysis/": "APEX antimicrobial activity analysis"
|
| 38 |
+
}
|
| 39 |
+
}
|