Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 731 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 731 Bytes

ASR probing

A framework for ASR probing using MDL approach: the project of the paper is available here.

Installation

git clone https://github.com/alexunderch/ASR_probing.git
cd ASR_probing
pip install -r requirements.txt

Documentation and examples of usage(TBD)

  1. What is MDL
  2. Probing for NLP
  3. Probing for ASR
  4. Custom pipelines (TBD)
  5. Regularization fucntions (in detail and this, TBD)

Coming soon

  1. Tests
  2. Improved docs and examples
  3. More encoding styles.