Add model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- federated-learning
|
| 4 |
+
- browser-training
|
| 5 |
+
- fl-alliance
|
| 6 |
+
- tiny_browser
|
| 7 |
+
license: apache-2.0
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Browser Federated Model: cedar-vortex-pine
|
| 11 |
+
|
| 12 |
+
This repo contains the **final aggregated weights** produced by the browser FL demo.
|
| 13 |
+
|
| 14 |
+
## Run Metadata
|
| 15 |
+
|
| 16 |
+
| Parameter | Value |
|
| 17 |
+
|-----------|-------|
|
| 18 |
+
| Demo ID | `demo_20260302_043548` |
|
| 19 |
+
| Task Type | `tiny_browser` |
|
| 20 |
+
| Total Rounds | 5 |
|
| 21 |
+
| Artifact | `browser_final_weights.json` |
|
| 22 |
+
| SHA256 | `ec4ba22f11142368395f12ba7bc7adc0d544a8bf7f1d2518f4a47578e64c4885` |
|
| 23 |
+
|
| 24 |
+
Participants train locally in-browser; only model updates are aggregated.
|