| { | |
| "config": { | |
| "model_name": "test/model", | |
| "seed": 42, | |
| "device": "cpu", | |
| "architecture": "bitag", | |
| "threshold": 0.4, | |
| "training_steps": 4000 | |
| }, | |
| "results": { | |
| "emea_ner": { | |
| "f1": 0.6, | |
| "precision": 0.62, | |
| "recall": 0.58 | |
| }, | |
| "medline_ner": { | |
| "f1": 0.65, | |
| "precision": 0.67, | |
| "recall": 0.63 | |
| }, | |
| "cas1_ner": { | |
| "f1": 0.7, | |
| "precision": 0.68, | |
| "recall": 0.72 | |
| }, | |
| "cas2_ner": { | |
| "f1": 0.67, | |
| "precision": 0.65, | |
| "recall": 0.69 | |
| } | |
| }, | |
| "training_info": { | |
| "final_step": 3200, | |
| "best_validation_loss": 0.0016, | |
| "early_stopped": true | |
| }, | |
| "request_id": "test_upload", | |
| "model_name": "test/model" | |
| } |