qwen3-8b · fpb (lora)

QLoRA adapter fine-tuned on the fpb task, part of the Baseweight Benchmark — a reproducible comparison of fine-tuned open models against frontier APIs on focused vertical tasks.

Base model Qwen/Qwen3-8B
Method QLoRA (4-bit NF4 base + LoRA adapter)
Training examples 2000
Primary metric macro_f1
Training cost $0.127
Training time 15.5 min
Generated 2026-05-26

Full results, methodology, and the content manifest (dataset versions + sha256 of every input and the adapter weights) are at baseweight.co/benchmark.

Usage

from peft import PeftModel
from transformers import AutoModelForCausalLM, AutoTokenizer

base_id = "Qwen/Qwen3-8B"
base = AutoModelForCausalLM.from_pretrained(base_id)
model = PeftModel.from_pretrained(base, "baseweight-ai/qwen3-8b-fpb-lora")
tokenizer = AutoTokenizer.from_pretrained(base_id)
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for baseweight-ai/qwen3-8b-fpb-lora

Finetuned
Qwen/Qwen3-8B
Adapter
(2050)
this model

Collection including baseweight-ai/qwen3-8b-fpb-lora