A newer version of this model is available: the-fall-of-man/didact-20b-march-hare-mxfp4
the-fall-of-man/didact-v1prc1-mxfp4
Checkpoint on part of a small model for roleplaying test. Performs reasonably well for gpt-oss-20b in local testing.
Use with mlx
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("the-fall-of-man/didact-v1prc1-mxfp4")
prompt = "hello"
if tokenizer.chat_template is not None:
messages = [{"role": "user", "content": prompt}]
prompt = tokenizer.apply_chat_template(
messages, add_generation_prompt=True
)
response = generate(model, tokenizer, prompt=prompt, verbose=True)
- Downloads last month
- 16
Model size
21B params
Tensor type
BF16
·
U32 ·
U8 ·
Hardware compatibility
Log In to add your hardware
4-bit
Model tree for the-fall-of-man/didact-v1prc1-mxfp4
Base model
openai/gpt-oss-20b