How to use from
Unsloth Studio
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for ConicCat/GL-Marvin-32k-32B to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for ConicCat/GL-Marvin-32k-32B to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required
# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for ConicCat/GL-Marvin-32k-32B to start chatting
Load model with FastModel
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
    model_name="ConicCat/GL-Marvin-32k-32B",
    max_seq_length=2048,
)
Quick Links

GLM-4 with hopefully fixed context and some Alpaca eval maxxing. This checkpoint is SFT only and I'm planning to do APO, but still need to gen ~10K responses for training and finish up my anti-rep preference dataset.

32K context requires only 2GB VRAM, so you can fit Q4_K_M + 32k context on a single 24GB GPU, best in class for 32B dense models.

Chat Template:

GLM-4.1

Major Thanks

Thudm for the excellent GLM-4 Base

nyu-dice-lab for WildChat-50M

AI2 for the Tulu dataset

Downloads last month
5
Safetensors
Model size
33B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with ConicCat/GL-Marvin-32k-32B.

Model tree for ConicCat/GL-Marvin-32k-32B

Finetuned
(2)
this model
Quantizations
4 models

Datasets used to train ConicCat/GL-Marvin-32k-32B