zerospeech2021_baseline:ZeroSpeech Challenge 2021的BERT和LSTM基线模型

时间:2024-06-03 06:58:03
【文件属性】:

文件名称:zerospeech2021_baseline:ZeroSpeech Challenge 2021的BERT和LSTM基线模型

文件大小:30KB

文件格式:ZIP

更新时间:2024-06-03 06:58:03

Python

ZeroSpeech Challenge 2021基线系统 该存储库包含ZeroSpeech Challenge 2021的基准系统。 基线系统由3个不同的组件组成: 介绍了无监督声学建模(CPC),聚类(k-means)和语言建模(BERT / LSTM)。 安装 首先克隆此存储库: git clone https://github.com/bootphon/zerospeech2021_baseline cd zerospeech2021_baseline 将检查点下载到checkpoints目录中: curl https://download.zerospeech.com/2021/baseline_checkpoints.tar.gz | tar xz 设置一个conda环境: conda env create -f environment.yml 激活创建的环境:


【文件预览】:
zerospeech2021_baseline-master
----scripts()
--------quantize_audio.py(12KB)
--------compute_proba_BERT.py(6KB)
--------utils()
--------build_1hot_features.py(5KB)
--------build_LSTM_features.py(6KB)
--------compute_proba_LSTM.py(5KB)
--------build_CPC_features.py(6KB)
--------build_BERT_features.py(5KB)
----environment.yml(437B)
----submission()
--------run_semantic.sh(3KB)
--------run.sh(3KB)
--------run_phonetic.sh(3KB)
--------run_lexical_syntactic.sh(3KB)
----README.md(9KB)
----.gitignore(18B)

网友评论