Instructions to use state-spaces/mamba-370m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use state-spaces/mamba-370m with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("state-spaces/mamba-370m", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Adds tags for discoverability and code snippets
#3
by Wauplin HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: mamba-ssm
|
| 3 |
license: apache-2.0
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- arXiv:2312.00752
|
| 7 |
+
- arXiv:2405.21060
|
| 8 |
+
- model_hub_mixin
|
| 9 |
+
- pytorch_model_hub_mixin
|
| 10 |
---
|