Views
No views yet
1 - (WER + CER) / 2 on
raw text. Private leaderboard 0.771848284.Code, full method and one-command verification: yehoshua0/waxal-asr-phase2 The repository reproduces the submitted CSV byte for byte on a laptop in about a minute, and re-decodes every input from the audio on rented GPUs in about four hours.
qlora_voter, +0.000216). As a solo Lingala half: 0.742006.1from peft import PeftModel
2from transformers import (BitsAndBytesConfig, WhisperForConditionalGeneration,
3 WhisperProcessor)
4import torch
5
6# keep the regime the adapter was selected under: 4-bit NF4 base, NOT merged, bf16 autocast
7bnb = BitsAndBytesConfig(load_in_4bit=True, bnb_4bit_quant_type="nf4",
8 bnb_4bit_use_double_quant=True,
9 bnb_4bit_compute_dtype=torch.bfloat16)
10base = WhisperForConditionalGeneration.from_pretrained(
11 "openai/whisper-large-v3", quantization_config=bnb, dtype=torch.bfloat16)
12model = PeftModel.from_pretrained(base, "yehoshua01/waxal-qlora-largev3-lin").eval()
13proc = WhisperProcessor.from_pretrained("openai/whisper-large-v3")| code, method, verification | yehoshua0/waxal-asr-phase2 |
| cached decodes and chain inputs | yehoshua01/waxal-phase2-chain-inputs |
| all checkpoints | yehoshua01 on the Hub |
waxal-mms-1b-lin-pl2-spk · waxal-sunbird51-sna-pl2-spk · waxal-whisper-turbo-lin-r1 · waxal-whisper-turbo-lin-r2 · waxal-omni-ctc1b-lin · waxal-omni-ctc1b-sna · waxal-sunbird51-lin-ft-r2 · waxal-sunbird51-lin-ft-light · waxal-mms-1b-lin-full · waxal-mms-1b-lin-fullmeta · waxal-ssa-hubert-linapache-2.0. Training data is google/WaxalNLP
(CC-BY-SA-4.0, share-alike), so derivatives carry that too.