ChisDong commited on
Commit
caf0495
·
verified ·
1 Parent(s): 1c3b730

Upload fedprox/rounds/round_0/hospital_NVIDIA_round_0_metadata.json with huggingface_hub

Browse files
fedprox/rounds/round_0/hospital_NVIDIA_round_0_metadata.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "client_id": "hospital_NVIDIA",
3
+ "client_repo": "ChisDong/Client_NVIDIA_IID",
4
+ "scenario": "iid",
5
+ "round": 0,
6
+ "status": "completed",
7
+ "method": "FedProx",
8
+ "local_training_method": "FedProx",
9
+ "aggregation_method": "FedAvg",
10
+ "fedprox_mu": 0.01,
11
+ "experiment_folder": "fedprox",
12
+ "train_samples": 2283,
13
+ "val_samples": 384,
14
+ "samples": 2283,
15
+ "local_epochs": 1,
16
+ "base_global_model": "fedprox/global_model_round_0.safetensors",
17
+ "created_at": "2026-05-25T09:12:54.860037",
18
+ "train_loss": 1.6338589638471603,
19
+ "train_accuracy": 0.5164257555847569,
20
+ "train_sensitivity_macro": 0.22418967887861133,
21
+ "train_specificity_macro": 0.9010137383804425,
22
+ "train_precision_macro": 0.21767077808682136,
23
+ "train_f1_macro": 0.19929299157252137,
24
+ "train_auc_macro_ovr": 0.6917830522048364,
25
+ "val_loss": 1.1013241584102313,
26
+ "val_accuracy": 0.6614583333333334,
27
+ "val_sensitivity_macro": 0.26521568714455807,
28
+ "val_specificity_macro": 0.93039576943626,
29
+ "val_precision_macro": 0.23896697662115693,
30
+ "val_f1_macro": 0.22122773046578809,
31
+ "val_auc_macro_ovr": 0.8729523777295846,
32
+ "delta_file": "hospital_NVIDIA_round_0_delta.safetensors"
33
+ }