Skip to content

mdhaffar/Named-Entity-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements :

Speechbrain

Pytorch >= 1.5.0

Python >=3.7.0

How to run :

1/ Train an Automatic Speech Recognition (ASR) system

python train_ASR.py wav2vec_ASR.yaml --data_parallel_backend

2/ Train a Text-to-ASR-Embeddings model

2.1/ Extract embeddings from the last layer of the ASR

2.2/ Train a Text-to-ASR-Embeddings model (text/extracted embeedings)

Use the following SpeechBrain script: (https://github.com/speechbrain/speechbrain/tree/develop/recipes/LJSpeech/TTS/tacotron2)

3/ Train a Named entity (NLU) system

python train_NLU_from_TTS_emb.py NER.yaml --data_parallel_backend

4/ Plug the end-to-end ASR and the SLU submodule

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages