ChisDong commited on
Commit
52c5441
·
verified ·
1 Parent(s): 097452d

Upload ucfedavg/rounds/round_13/hospital_NVIDIA_round_13_metadata.json with huggingface_hub

Browse files
ucfedavg/rounds/round_13/hospital_NVIDIA_round_13_metadata.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "client_id": "hospital_NVIDIA",
3
+ "client_repo": "ChisDong/Client_NVIDIA_IID",
4
+ "scenario": "clientiid",
5
+ "round": 13,
6
+ "status": "completed",
7
+ "method": "UCFedAvg",
8
+ "local_training_method": "FedAvg",
9
+ "aggregation_method": "UCFedAvg",
10
+ "fedprox_mu": 0.01,
11
+ "experiment_folder": "ucfedavg",
12
+ "train_samples": 2283,
13
+ "val_samples": 384,
14
+ "samples": 2283,
15
+ "local_epochs": 1,
16
+ "base_global_model": "ucfedavg/global_model_round_13.safetensors",
17
+ "created_at": "2026-05-25T16:43:19.184650",
18
+ "train_loss": 0.5094169448647234,
19
+ "train_accuracy": 0.8370565045992115,
20
+ "train_sensitivity_macro": 0.815688910154828,
21
+ "train_specificity_macro": 0.966384377284186,
22
+ "train_precision_macro": 0.7624999291344196,
23
+ "train_f1_macro": 0.7859517821463026,
24
+ "train_auc_macro_ovr": 0.975135684378348,
25
+ "val_loss": 0.5765130905977761,
26
+ "val_accuracy": 0.8307291666666666,
27
+ "val_sensitivity_macro": 0.5936545529844179,
28
+ "val_specificity_macro": 0.9641273193041753,
29
+ "val_precision_macro": 0.5593943810586566,
30
+ "val_f1_macro": 0.5578086279717264,
31
+ "val_auc_macro_ovr": 0.9540615649177412,
32
+ "conformal_available": true,
33
+ "conformal_alpha": 0.1,
34
+ "conformal_q_hat": 0.8144221901893616,
35
+ "conformal_coverage": 0.8984375,
36
+ "conformal_avg_prediction_set_size": 1.2838541666666667,
37
+ "conformal_mean_nonconformity": 0.24074363708496094,
38
+ "conformal_f1_macro": 0.5578086279717264,
39
+ "conformal_auc_macro": 0.9540615649177412,
40
+ "delta_file": "hospital_NVIDIA_round_13_delta.safetensors"
41
+ }