Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nemo_skills/dataset/aalcr/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def write_data_to_file(output_file, data, txt_file_folder, max_context_window, t
continue

if n_tokens != entry["input_tokens"]: # check if the n_tokens exactly match the input_tokens in the entry
raise ValueError(f"n_tokens: {n_tokens} != input_tokens: {entry['input_tokens']}")
LOG.warning(f"n_tokens: {n_tokens} != input_tokens: {entry['input_tokens']}")

entry[f"n_tokens_{tokenizer_name}"] = n_tokens
entry["question"] = question
Expand Down
1 change: 0 additions & 1 deletion tests/gpu-tests/test_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"mbpp",
"mmau-pro",
"asr-leaderboard",
"aalcr", # Has tokenization mismatch issues
"mrcr",
"audiobench",
"librispeech-pc",
Expand Down