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

qwen3_4b_base_kodcode4o_shortcot_8k_lora

Auto-uploaded by watcher (MergeBench excluded).

  • Source path: LlamaFactory/saves/restart/qwen3-4b-base-kodcode4o-shortcot-8k-lora
  • Uploaded at: 2026-05-25T14:48:25.300413
  • 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