Add pipeline tag and link to code
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -3,7 +3,9 @@ tags:
|
|
| 3 |
- multi-agent-systems
|
| 4 |
- memory
|
| 5 |
- routing
|
|
|
|
| 6 |
---
|
|
|
|
| 7 |
# Sigma-Mem Checkpoints
|
| 8 |
|
| 9 |
Trained Sigma-Mem parameters for five center-model configurations.
|
|
@@ -12,6 +14,8 @@ Trained Sigma-Mem parameters for five center-model configurations.
|
|
| 12 |
|
| 13 |
[Σ-Mem: An Online Reliability Memory for LLM-based Multi-Agent Systems](https://arxiv.org/abs/2607.27958)
|
| 14 |
|
|
|
|
|
|
|
| 15 |

|
| 16 |
|
| 17 |
## What These Checkpoints Contain
|
|
@@ -66,4 +70,4 @@ Each directory contains:
|
|
| 66 |
|
| 67 |
```bash
|
| 68 |
hf download Sssunset/Sigma-Mem --local-dir models/Sigma-Mem
|
| 69 |
-
```
|
|
|
|
| 3 |
- multi-agent-systems
|
| 4 |
- memory
|
| 5 |
- routing
|
| 6 |
+
pipeline_tag: other
|
| 7 |
---
|
| 8 |
+
|
| 9 |
# Sigma-Mem Checkpoints
|
| 10 |
|
| 11 |
Trained Sigma-Mem parameters for five center-model configurations.
|
|
|
|
| 14 |
|
| 15 |
[Σ-Mem: An Online Reliability Memory for LLM-based Multi-Agent Systems](https://arxiv.org/abs/2607.27958)
|
| 16 |
|
| 17 |
+
Code: https://github.com/declare-lab/Sigma-Mem
|
| 18 |
+
|
| 19 |

|
| 20 |
|
| 21 |
## What These Checkpoints Contain
|
|
|
|
| 70 |
|
| 71 |
```bash
|
| 72 |
hf download Sssunset/Sigma-Mem --local-dir models/Sigma-Mem
|
| 73 |
+
```
|