Myungkyu/RMBench-taco-gemini
Viewer • Updated • 1.8k • 601
How to use Myungkyu/qwen3_vl_8b_rmbench_taco_lora_b16_10k with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-VL-8B-Instruct")
model = PeftModel.from_pretrained(base_model, "Myungkyu/qwen3_vl_8b_rmbench_taco_lora_b16_10k")High-level planner for RMBench (9 simulated tabletop tasks): Qwen/Qwen3-VL-8B-Instruct fine-tuned with LoRA on the per-tick planning records of Myungkyu/RMBench-taco-gemini — demonstrations with dense subtask labels from the task-specific context (offline annotation).
Qwen/Qwen3-VL-8B-Instruct: r=32, alpha=64, dropout=0.0 on the language-model q/k/v/o/gate/up/down projections; step 10000 of a 10000-step run (optimizer state not included)peft.PeftModel.from_pretrained(base, repo) on top of Qwen/Qwen3-VL-8B-Instruct, or merge for inference)Base model
Qwen/Qwen3-VL-8B-Instruct