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

lingcoder_shortcot_fixed200k_lora_qwen3_4b_instruct2507

Auto-uploaded from local output (MergeBench and LlamaFactory excluded).

  • Source path: trl/qwen3-4b-instruct2507-lingcoder-shortcot-fixed200k-lora
  • Type: lora
  • Uploaded at: 2026-05-20T06:48:51.520376
  • 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