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

pipe = pipeline("image-text-to-text", model="nbeerbower/Qwen3.6-27B-Chud-LoRA")
messages = [
    {
        "role": "user",
        "content": [
            {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"},
            {"type": "text", "text": "What animal is on the candy?"}
        ]
    },
]
pipe(text=messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("nbeerbower/Qwen3.6-27B-Chud-LoRA", device_map="auto")
Quick Links

nbeerbower/Qwen3.6-27B-Chud-LoRA

ORPO run with synthetic data from Grok 4.5

Training Configuration

Parameter Value
Training Mode POST_HOC_UPLOAD
Base Model nbeerbower/BigBubba-Qwen3.6-27B
LoRA Rank (r) 32
LoRA Alpha 64
LoRA Dropout 0.0
Target Modules down_proj, gate_proj, q_proj, up_proj, o_proj, v_proj, k_proj
GPU NVIDIA GB10

Trained with Merlina

Merlina on GitHub

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

Model tree for nbeerbower/Qwen3.6-27B-Chud-LoRA

Finetuned
(2)
this model
Adapters
1 model

Datasets used to train nbeerbower/Qwen3.6-27B-Chud-LoRA

Collection including nbeerbower/Qwen3.6-27B-Chud-LoRA