Update README.md
Browse files
README.md
CHANGED
@@ -61,6 +61,7 @@ from mamba_ssm.models.mixer_seq_simple import MambaLMHeadModel
|
|
61 |
CHAT_TEMPLATE_ID = "HuggingFaceH4/zephyr-7b-beta"
|
62 |
|
63 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
|
64 |
|
65 |
eos_token = "<|endoftext|>"
|
66 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
|
|
61 |
CHAT_TEMPLATE_ID = "HuggingFaceH4/zephyr-7b-beta"
|
62 |
|
63 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
64 |
+
model_name = "clibrain/mamba-2.8b-chat-no_robots"
|
65 |
|
66 |
eos_token = "<|endoftext|>"
|
67 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|