Add model card, link to paper (#1)
Browse files- Add model card, link to paper (f21718960ae336a4936e2fced52046a3d67f2967)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-classification
|
| 3 |
+
tags:
|
| 4 |
+
- video-classification
|
| 5 |
+
- 3d-segmentation
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
This repository contains the checkpoints of the paper [Mamba-ND: Selective State Space Modeling for Multi-Dimensional Data](https://huggingface.co/papers/2402.05892).
|