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="Bobblack225/intstep")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Bobblack225/intstep")
model = AutoModelForCausalLM.from_pretrained("Bobblack225/intstep", device_map="auto")
Quick Links

Intentionally left vague. This is a storage place for the actual repo that comes later.

Do not attempt to use this model yet.

Prompt template:

<s> [|User|] What is the derivitive of f(x)=x? </s>[|Assistant|]

Downloads last month
7
Safetensors
Model size
2B params
Tensor type
F32
BF16
U8
Inference Providers NEW
This model isn't deployed by any Inference Provider. 馃檵 Ask for provider support