Instructions to use hazyresearch/mamba-1b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hazyresearch/mamba-1b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hazyresearch/mamba-1b", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag, license and library name
#3
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -3,7 +3,11 @@ datasets:
|
|
| 3 |
- EleutherAI/pile
|
| 4 |
language:
|
| 5 |
- en
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
|
|
|
| 7 |
# Model Card
|
| 8 |
|
| 9 |
This model is pretrained Mamba model. The goal of this model is to provide a quality reference for the Based architecture.
|
|
@@ -40,4 +44,4 @@ Please consider citing this paper if you use our work:
|
|
| 40 |
}
|
| 41 |
```
|
| 42 |
|
| 43 |
-
Please reach out to simarora@stanford.edu, eyuboglu@stanford.edu, and mzhang20@stanford.edu with questions.
|
|
|
|
| 3 |
- EleutherAI/pile
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
library_name: transformers
|
| 7 |
+
license: mit
|
| 8 |
+
pipeline_tag: text-generation
|
| 9 |
---
|
| 10 |
+
|
| 11 |
# Model Card
|
| 12 |
|
| 13 |
This model is pretrained Mamba model. The goal of this model is to provide a quality reference for the Based architecture.
|
|
|
|
| 44 |
}
|
| 45 |
```
|
| 46 |
|
| 47 |
+
Please reach out to simarora@stanford.edu, eyuboglu@stanford.edu, and mzhang20@stanford.edu with questions.
|