random-sequence commited on
Commit
a45717c
·
verified ·
1 Parent(s): f190fbb

Add model card

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - federated-learning
4
+ - browser-training
5
+ - fl-alliance
6
+ - browser_v2_critical_infra
7
+ license: apache-2.0
8
+ ---
9
+
10
+ # Browser Federated Model: willow-helix-cloud
11
+
12
+ This repo contains the **final aggregated weights** and browser inference bundle produced by the browser FL workflow.
13
+
14
+ ## Run Metadata
15
+
16
+ | Parameter | Value |
17
+ |-----------|-------|
18
+ | Demo ID | `demo_20260326_090724` |
19
+ | Task Type | `browser_v2_critical_infra` |
20
+ | Total Rounds | 4 |
21
+ | Artifact | `browser_final_weights.json` |
22
+ | SHA256 | `c2f86465a000e2dbb1c5d350fcc5af3c13e66a6badcd1d4419bc90d3c703d9a2` |
23
+
24
+ ## Browser Inference Files
25
+
26
+ - `browser_final_weights.json`
27
+ - `model_spec.json`
28
+ - `sample_manifest.json`
29
+ - `metadata.json`
30
+
31
+ Participants train locally in-browser; only model updates are aggregated.