How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="teilers/mamba-constrict-l2-0.001")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("teilers/mamba-constrict-l2-0.001")
model = AutoModelForCausalLM.from_pretrained("teilers/mamba-constrict-l2-0.001")
Quick Links

MambaConstrict (l2, lambda=0.001)

MambaConstrict model trained using $\ell_2$-norm regularization with $\lambda = 0.001$.

For inquiring, please contact teilers@student.ethz.ch

Downloads last month
2
Safetensors
Model size
3B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for teilers/mamba-constrict-l2-0.001

Finetuned
(8)
this model

Dataset used to train teilers/mamba-constrict-l2-0.001