Skip to content

Commit

Permalink
also do legal asr corruptions
Browse files Browse the repository at this point in the history
  • Loading branch information
markus583 committed May 15, 2024
1 parent 7ad9a3e commit 1825000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wtpsplit/evaluation/intrinsic.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def load_or_compute_logits(args, model, eval_data, valid_data=None, save_str: st
and "short" not in dataset_name
and "code" not in dataset_name
and "ted" not in dataset_name
and "legal" not in dataset_name
):
print("SKIP: ", lang_code, dataset_name)
continue
Expand Down

0 comments on commit 1825000

Please sign in to comment.