CoolFace
Modelpublic

ha0yuan/Qwen3-ASR-LoRa-ChineseAviation-Tiny

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
1likes
Model Card

Qwen3-ASR LoRA Chinese Fine-tuned Model

![GitHub](https://github.com/ysys12138/Qwen3-ASR-Lora-finetune) ![Hugging Face](https://huggingface.co/ysys12138/Qwen3-ASR-Lora-Chinese)

Model Description

This model is a LoRA fine-tuned version of Qwen/Qwen3-ASR-1.7B for Chinese speech recognition. The fine-tuning was performed using the PEFT library with LoRA method.

  • โ€”Base model: Qwen/Qwen3-ASR-1.7B
  • โ€”Fine-tuning method: LoRA
  • โ€”Language: Chinese
  • โ€”Task: Automatic Speech Recognition

Fine-tuning Details

  • โ€”LoRA rank: 16
  • โ€”LoRA alpha: 32
  • โ€”LoRA dropout: 0.05
  • โ€”Target modules: all-linear
  • โ€”Batch size: 4
  • โ€”Learning rate: 2e-4
  • โ€”Epochs: 20
  • โ€”Warmup ratio: 0.05

Usage

Installation

bash
pip install transformers peft torch audio