Add model card, link to paper
Browse filesThis PR adds a model card, making sure the models can be discovered from https://huggingface.co/papers/2402.05892.
Cheers!
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).
|