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-td")
# Load model directly
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("teilers/mamba-constrict-td")
model = AutoModel.from_pretrained("teilers/mamba-constrict-td")
Quick Links

MambaConstrict TD

MambaConstrict Model trained using a temporal difference regularization with $\lambda = 0.0001$.

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

Downloads last month
1
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-td

Finetuned
(7)
this model

Dataset used to train teilers/mamba-constrict-td