ChisDong commited on
Commit
7e8a34b
·
verified ·
1 Parent(s): 5382d78

Upload fedprox/rounds/round_4/hospital_NVIDIA_round_4_metadata.json with huggingface_hub

Browse files
fedprox/rounds/round_4/hospital_NVIDIA_round_4_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": 4,
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_4.safetensors",
17
+ "created_at": "2026-05-25T09:24:06.360982",
18
+ "train_loss": 0.8450007831884755,
19
+ "train_accuracy": 0.7472623740692071,
20
+ "train_sensitivity_macro": 0.5837681582626245,
21
+ "train_specificity_macro": 0.9472128848058804,
22
+ "train_precision_macro": 0.6543488923495612,
23
+ "train_f1_macro": 0.5708427645644215,
24
+ "train_auc_macro_ovr": 0.943034726890087,
25
+ "val_loss": 0.6255232601736983,
26
+ "val_accuracy": 0.7890625,
27
+ "val_sensitivity_macro": 0.5829594425128336,
28
+ "val_specificity_macro": 0.9603293827194349,
29
+ "val_precision_macro": 0.495996431359429,
30
+ "val_f1_macro": 0.5246452651357649,
31
+ "val_auc_macro_ovr": 0.9385901188667702,
32
+ "delta_file": "hospital_NVIDIA_round_4_delta.safetensors"
33
+ }