Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

REPO = "omar81939/Ouro-1.4B-Thinking-depth-SFT"
DEPTH = 16

tokenizer = AutoTokenizer.from_pretrained(REPO)
model = AutoModelForCausalLM.from_pretrained(
    REPO,
    trust_remote_code=True,
    dtype="bfloat16",
    total_ut_steps=DEPTH,
)

With vLLM, set hf_overrides={"total_ut_steps": DEPTH} when creating the engine.

Downloads last month
228
Safetensors
Model size
1B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for omar81939/Ouro-1.4B-Thinking-depth-SFT

Finetuned
(3)
this model

Collection including omar81939/Ouro-1.4B-Thinking-depth-SFT