Instructions to use Kr08/mamba with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Kr08/mamba with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("state-spaces/mamba-370m-hf") model = PeftModel.from_pretrained(base_model, "Kr08/mamba") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
# results
|
| 17 |
|
| 18 |
-
This model is a fine-tuned version of [state-spaces/mamba-370m-hf](https://huggingface.co/state-spaces/mamba-370m-hf) on
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
|
|
| 15 |
|
| 16 |
# results
|
| 17 |
|
| 18 |
+
This model is a fine-tuned version of [state-spaces/mamba-370m-hf](https://huggingface.co/state-spaces/mamba-370m-hf) on the Abirate English quotes at the moment.
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|