Instructions to use zyusc/mamba-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zyusc/mamba-test with Transformers:
# Load model directly from transformers import MambaForHF model = MambaForHF.from_pretrained("zyusc/mamba-test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Invalid JSON:Expected double-quoted property name in JSONat line 3, column 25
| { | |
| "tokenizer_class": "GPT2Tokenizer", | |
| "vocab_size": 50257, // Match this with Mamba's vocab size if needed | |
| "padding_side": "right", | |
| "special_tokens_map_file": null, | |
| "model_max_length": 1024 // Define based on the sequence length your model supports | |
| } | |