Open Reason small (CPU)

This is a small GPT-2-style causal LM trained from scratch on the Open Reason SFT split. It is not a 1B model and is not theworker02/open-reason-1b.

  • Parameters (approx): 1334016
  • Steps: 200
  • Backend: cpu-host
  • CUDA used: False
  • Rows: 2348
  • Final loss: 6.095415115356445

Hardware: CPU (Docker when available). AMD GPU training is not used.

from transformers import AutoModelForCausalLM, AutoTokenizer
tok = AutoTokenizer.from_pretrained("theworker02/open-reason-small")
model = AutoModelForCausalLM.from_pretrained("theworker02/open-reason-small")
Downloads last month
44
Safetensors
Model size
1.33M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train theworker02/open-reason-small