Skip to content

karya-inc/Karya-MSRI-AmericasNLP

Repository files navigation

Karya-MSRI@AmericasNLP

Environment Specifications

Install using asr_requirements.

pip3 install -r asr_requirements.txt

Scripts

├── src
│   ├── asr.py                          # Fine-tuning ASR models & utilizing KenLM during training 
│   ├── construct_kenlm.py              # Constructing kenlm data + training kenlm models 
│   ├── debug                           # WIP
│   │   └── asr_with_kenlm.py
│   ├── inference.py                    # Inference for ASR Models (KenLM support to be added) 


├── scripts
│   ├── automate.sh                     #Automating the training of the asr models 
│   ├── inference.sh                    #Automating the inference of the asr models
│   ├── train_kenlm.sh                  #Automating the training of the kenlm models

Models and Curves:

  • Baseline models and loss curves can be found here.
  • Training Curves (and hyperparameter setups) for the best performing models on the dev set can be found here
  • Models for use with the HuggingFace API can be found here.

Language Codes:

  • Bribri - bzd
  • Guarani - gn
  • Kotiria - gvc
  • Quechua - quy
  • Wa'ikhana - tav

About

Code for Karya-MSRI@AmericasNLP at Neurips 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published