asappresearch / slue-toolkit

A toolkit for Spoken Language Understanding Evaluation (SLUE) benchmark. Refer paper https://arxiv.org/abs/2111.10367 for more details. Official website: https://asappresearch.github.io/slue-toolkit/
https://asappresearch.github.io/slue-toolkit/
MIT License
59 stars 15 forks source link

Rectify NER #25

Closed ankitapasad closed 2 years ago

ankitapasad commented 2 years ago
  1. Rectified bugs in E2E NER evaluation (minor bug fixes)
  2. Modified LM training to include NER special characters
  3. Added installation instructions for wav2letter
  4. Renamed nlp_ner to text_ner
  5. Replaced pkl with json for better readability
  6. Reformatted with black