Add model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- federated-learning
|
| 4 |
+
- fl-alliance
|
| 5 |
+
- defense_graph
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# FL-Alliance Federated Model: wave-mesa-onyx
|
| 10 |
+
|
| 11 |
+
This model was trained using **FL-Alliance** decentralized federated learning.
|
| 12 |
+
|
| 13 |
+
## Training Details
|
| 14 |
+
|
| 15 |
+
| Parameter | Value |
|
| 16 |
+
|-----------|-------|
|
| 17 |
+
| Task Type | `defense_graph` |
|
| 18 |
+
| Total Rounds | 2 |
|
| 19 |
+
| Model Hash | `ecf55cf44746c85681fff20d9de70e0abe652f5cbe2ee225342177d2e913b9ed` |
|
| 20 |
+
| Training Date | 2026-02-23 09:55 UTC |
|
| 21 |
+
| Demo ID | `demo_20260223_095235` |
|
| 22 |
+
|
| 23 |
+
## Model Hash
|
| 24 |
+
|
| 25 |
+
```
|
| 26 |
+
ecf55cf44746c85681fff20d9de70e0abe652f5cbe2ee225342177d2e913b9ed
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
+
## About FL-Alliance
|
| 30 |
+
|
| 31 |
+
FL-Alliance is a decentralized federated learning platform that enables collaborative
|
| 32 |
+
model training across distributed nodes while preserving data privacy.
|
| 33 |
+
|
| 34 |
+
The model weights were aggregated through on-chain consensus voting across multiple
|
| 35 |
+
training rounds, ensuring Byzantine fault tolerance and model quality.
|