voidful / mamba-790m-chat

huggingface.co
Total runs: 18
24-hour runs: 0
7-day runs: 7
30-day runs: 8
Model's Last Updated: October 16 2024
text-generation

Introduction of mamba-790m-chat

Model Details of mamba-790m-chat

Mamba

This repository contains the transfromers compatible mamba-2.8b . The checkpoints are untouched, but the full config.json and tokenizer are pushed to this repo.

Usage

You need to install transformers from main until transformers=4.39.0 is released.

pip install git+https://github.com/huggingface/transformers@main

We also recommend you to install both causal_conv_1d and mamba-ssm using:

pip install causal-conv1d>=1.2.0
pip install mamba-ssm

If any of these two is not installed, the "eager" implementation will be used. Otherwise the more optimised cuda kernels will be used.

Generation

You can use the classic generate API:

>>> from transformers import MambaConfig, MambaForCausalLM, AutoTokenizer
>>> import torch

>>> tokenizer = AutoTokenizer.from_pretrained("state-spaces/mamba-790m-hf")
>>> model = MambaForCausalLM.from_pretrained("state-spaces/mamba-790m-hf")
>>> input_ids = tokenizer("Hey how are you doing?", return_tensors="pt")["input_ids"]

>>> out = model.generate(input_ids, max_new_tokens=10)
>>> print(tokenizer.batch_decode(out))
["Hey how are you doing?\n\nI'm good.\n\nHow are"]

Runs of voidful mamba-790m-chat on huggingface.co

18
Total runs
0
24-hour runs
0
3-day runs
7
7-day runs
8
30-day runs

More Information About mamba-790m-chat huggingface.co Model

More mamba-790m-chat license Visit here:

https://choosealicense.com/licenses/mit

mamba-790m-chat huggingface.co

mamba-790m-chat huggingface.co is an AI model on huggingface.co that provides mamba-790m-chat's model effect (), which can be used instantly with this voidful mamba-790m-chat model. huggingface.co supports a free trial of the mamba-790m-chat model, and also provides paid use of the mamba-790m-chat. Support call mamba-790m-chat model through api, including Node.js, Python, http.

mamba-790m-chat huggingface.co Url

https://huggingface.co/voidful/mamba-790m-chat

voidful mamba-790m-chat online free

mamba-790m-chat huggingface.co is an online trial and call api platform, which integrates mamba-790m-chat's modeling effects, including api services, and provides a free online trial of mamba-790m-chat, you can try mamba-790m-chat online for free by clicking the link below.

voidful mamba-790m-chat online free url in huggingface.co:

https://huggingface.co/voidful/mamba-790m-chat

mamba-790m-chat install

mamba-790m-chat is an open source model from GitHub that offers a free installation service, and any user can find mamba-790m-chat on GitHub to install. At the same time, huggingface.co provides the effect of mamba-790m-chat install, users can directly use mamba-790m-chat installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

mamba-790m-chat install url in huggingface.co:

https://huggingface.co/voidful/mamba-790m-chat

Url of mamba-790m-chat

mamba-790m-chat huggingface.co Url

Provider of mamba-790m-chat huggingface.co

voidful
ORGANIZATIONS

Other API from voidful

huggingface.co

Total runs: 180
Run Growth: 131
Growth Rate: 72.78%
Updated:March 25 2023
huggingface.co

Total runs: 64
Run Growth: 10
Growth Rate: 15.63%
Updated:October 09 2023
huggingface.co

Total runs: 22
Run Growth: 12
Growth Rate: 54.55%
Updated:February 20 2023
huggingface.co

Total runs: 12
Run Growth: 7
Growth Rate: 58.33%
Updated:July 25 2023
huggingface.co

Total runs: 8
Run Growth: -499
Growth Rate: -6237.50%
Updated:January 07 2026
huggingface.co

Total runs: 7
Run Growth: 4
Growth Rate: 57.14%
Updated:December 25 2024
huggingface.co

Total runs: 4
Run Growth: 0
Growth Rate: 0.00%
Updated:December 02 2025
huggingface.co

Total runs: 4
Run Growth: -2
Growth Rate: -50.00%
Updated:November 29 2024
huggingface.co

Total runs: 4
Run Growth: 0
Growth Rate: 0.00%
Updated:April 10 2024
huggingface.co

Total runs: 4
Run Growth: 4
Growth Rate: 100.00%
Updated:January 23 2022