#
conformer
Here are 24 public repositories matching this topic...
Production First and Production Ready End-to-End Speech Recognition Toolkit
pytorch
transformer
speech-recognition
automatic-speech-recognition
production-ready
asr
conformer
e2e-models
-
Updated
Apr 8, 2022 - C++
tensorflow
speech-recognition
jasper
automatic-speech-recognition
speech-to-text
ctc
conformer
deepspeech2
tflite
rnn-transducer
end2end
tensorflow2
contextnet
tflite-model
tflite-convertion
subword-speech-recognition
streaming-transducer
-
Updated
Apr 7, 2022 - Jupyter Notebook
Open-Source Toolkit for End-to-End Korean Automatic Speech Recognition leveraging PyTorch and Hydra.
end-to-end
pytorch
transformer
speech-recognition
las
seq2seq
jasper
asr
conformer
attention-is-all-you-need
korean-speech
e2e-asr
las-models
ksponspeech
-
Updated
Sep 16, 2021 - Python
PyTorch implementation of "Conformer: Convolution-augmented Transformer for Speech Recognition" (INTERSPEECH 2020)
recognition
speech
cnn
pytorch
transformer
speech-recognition
conv
convolution
augmented
asr
conformer
transformer-xl
-
Updated
Mar 15, 2022 - Python
PPG-Based Voice Conversion
-
Updated
Jun 28, 2021 - Python
Modular and extensible speech recognition library leveraging pytorch-lightning and hydra.
-
Updated
May 19, 2021 - Python
Dynamic Chunk Streaming and Offline Conformer based on athena-team/Athena.
-
Updated
Jan 25, 2022 - Python
-
Updated
Aug 3, 2021 - Python
Python toolkit for speech processing
pytorch
transformer
calibration
mnist
vae
resnet
cifar
speaker-recognition
plda
conformer
adversarial-attacks
vq-vae
voxceleb
efficientnet
x-vectors
nist-sre
sre19-cts
sre19-av
sre21
sre20-cts
-
Updated
Apr 1, 2022 - Python
3D diverse conformers generation using rdkit
-
Updated
Mar 10, 2022 - Python
[ICLR 2022] "Audio Lottery: Speech Recognition Made Ultra-Lightweight, Noise-Robust, and Transferable", by Shaojin Ding, Tianlong Chen, Zhangyang Wang
-
Updated
Apr 8, 2022 - Python
An implementation of Conformer: Convolution-augmented Transformer for Speech Recognition, a Transformer Variant in TensorFlow/Keras
machine-learning
deep-learning
tensorflow
keras
transformers
artificial-intelligence
speech-recognition
convolutional-neural-networks
attention-mechanism
conformer
-
Updated
Jan 20, 2022 - Python
PyTorch implementation of Conformer: Convolution-augmented Transformer for Speech Recognition
-
Updated
Apr 25, 2021 - Python
Conformer searching package.
-
Updated
Jan 3, 2020 - TeX
A 3D conformational based molecular descriptor set for use in QSPR and Machine Learning.
-
Updated
May 7, 2021 - Python
ChemApps provides a suite of utility tools and programs for thermochemistry and chemical kinetics
-
Updated
Nov 4, 2021 - C++
An implementation for "Conformer: Convolution-augmented Transformer for Speech Recognition" Paper
-
Updated
Apr 6, 2022 - Python
Transformer OCR is a Optical Character Recognition tookit built for researchers working on both OCR for both Vietnamese and English. This project only focused on variants of vanilla Transformer (Conformer) and Feature Extraction (CNN-based approach).
-
Updated
Dec 27, 2021 - Python
Implemintetion of linear attention conformer - LAC
python
machine-learning
deep-learning
pytorch
speech-recognition
asr
conformer
pytorch-implementation
conformers
-
Updated
Dec 8, 2021 - Jupyter Notebook
JavaScript schema validator, conformer, and object creator
-
Updated
Mar 26, 2022 - JavaScript
Tensorflow implementation of Conformer - Transformer-based model for Speech Recognition
-
Updated
Mar 24, 2022 - Jupyter Notebook
-
Updated
Mar 16, 2022 - Python
Improve this page
Add a description, image, and links to the conformer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the conformer topic, visit your repo's landing page and select "manage topics."


目前的多音字使用 pypinyin 或者 g2pM,精度有限,想做一个基于 BERT (或者 ERNIE) 多音字预测模型,简单来说就是假设某语言有 100 个多音字,每个多音字最多有 3 个发音,那么可以在 BERT 后面接 100 个 3 分类器(简单的 fc 层即可),在预测时,找到对应的分类器进行分类即可。
参考论文:
tencent_polyphone.pdf
数据可以用 https://github.com/kakaobrain/g2pM 提供的数据
进阶:多任务的 BERT
![image](https://user-images.githubusercontent.com/24568452