Skip to content
Snippets Groups Projects
Commit 7649144c authored by Marcin Wątroba's avatar Marcin Wątroba
Browse files

Add NeMo processing

parent 0ef9cb66
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ from sziszapangma.model.model_creators import create_new_word
def load_nemo_asr_results(dataset_name: str):
repository = get_experiment_repository(dataset_name)
jsonl_path = Path.home() / f'.cache/asr_benchmarks/{dataset_name}.json'
jsonl_path = Path.home() / f'.cache/asr_benchmark/{dataset_name}.json'
language_code = dataset_name[:2]
with open(jsonl_path, 'r') as reader:
lines = reader.read().splitlines(keepends=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment