Skip to content

tatami-galaxy/speech-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

581 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech Recognition with Sparse Models

Installations

install or build jax from https://github.com/google/jax#installation

check jax installation :

from jax.lib import xla_bridge 
print(xla_bridge.get_backend().platform)

clone this repo and install dependencies

git clone https://github.com/tatami-galaxy/speech-processing.git
cd speech-processing
python repo_setup.py  # --jax or --torch 
huggingface-cli login 
accelerate config  # if installed accelerate (--torch)

About

Training ASR models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published