lilfugu-experimental-lora
LoRA adapter for lilfugu-experimental. Apply to Qwen3-ASR-1.7B-bf16.
Usage
from mlx_tune.stt import FastSTTModel
from mlx_lm.tuner.lora import LoRALinear
model, _ = FastSTTModel.from_pretrained("mlx-community/Qwen3-ASR-1.7B-bf16")
model.load_adapter("holotherapper/lilfugu-experimental-lora")
for _, module in model.model.named_modules():
if isinstance(module, LoRALinear):
module.scale = 1.0
text = model.transcribe("audio.wav", language="ja")
Hardware compatibility
Log In to add your hardware
Quantized
Model tree for holotherapper/lilfugu-experimental-lora
Base model
Qwen/Qwen3-ASR-1.7B