bene-ges / nemo_compatible

useful things that work with NVIDIA NeMo library
Apache License 2.0
9 stars 1 forks source link

Add train split creation #14

Closed thomaschhh closed 8 months ago

thomaschhh commented 8 months ago

This PR fixes the following error:

raise ValueError("Cannot find file: " + input_filename)
ValueError: Cannot find file: /nemo_compatible/scripts/nlp/en_spellmapper/dataset_preparation/train.tsv

which occurs when runnnig

https://github.com/NVIDIA/NeMo/blob/d81beac52423dbd04b48e4e04567b17df2428e3a/examples/nlp/spellchecking_asr_customization/run_training.sh#L40