NORTH MLHugging Face ↗

North ML release / download

Forge 1 Mini GGUF

Lightweight Forge model for accessible deployment and iteration.

Available now
Open weights

Take it with you.

Download the model files from our release page, or load it directly with the Transformers ecosystem.

Quick start
from transformers import AutoModel

model = AutoModel.from_pretrained(
    "North-ML1/Forge-1-Mini-GGUF"
)
Replace AutoModel with the task-specific class for your application.