Skip to content
Snippets Groups Projects
user avatar
Julian Linke authored
8d730956
History
Name Last commit Last update
local
README.md
path.sh
run.sh

SpeechCodebookAnalysis

Hello and welcome to our project! Here's a brief introduction about what you can expect:

This project contains the code related to the analytical section of our research paper, "What do self-supervised speech representations encode? An analysis of languages, varieties, speaking styles and speakers", which has been accepted for Interspeech 2023 in Dublin.

As of now, this project is a placeholder. We're still in the process of polishing the final details. However, we assure you that the complete project will be up and running before the conference commences.

Stay tuned for updates and we appreciate your interest in our work. Please continue exploring this README for more details on the project setup, codebase, and how to navigate through it.

Dependencies

  • Python 3.8
  • fairseq
  • matplotlib

Repository structure

Reproduction

Conda environment

conda env create -f code/environment.yml
conda activate speechcodebookanalysis

Stages