How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="Brain2nd/NeuronSpark-V3-1.1B-SFT-NoThink", trust_remote_code=True)
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("Brain2nd/NeuronSpark-V3-1.1B-SFT-NoThink", trust_remote_code=True, dtype="auto")
Quick Links

NeuronSpark V3 โ€” 1.1B SFT NoThink (step 2000)

้ž think SFT (V2.5 ๆ•ฐๆฎ้›†, 292,525 samples, 0 think tags). bs=12 ร— max_len=1024 ร— 8 GPU eff_batch=768. Base = pretrain step 108000.

Downloads last month
342
Safetensors
Model size
1B params
Tensor type
F32
ยท
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support