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="modrill/opencodeinst_5k_sft")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("modrill/opencodeinst_5k_sft", dtype="auto")
Quick Links

opencodeinst_5k_sft

Auto-uploaded by watcher.

  • Source path: LlamaFactory/models/opencodeinst_5k_sft
  • Uploaded at: 2026-05-20T06:19:31.808128
  • Visibility: public
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support