Skip to content

Commit 4bf9741

Browse files
Update eval.py (huggingface#15310)
1 parent b7cb126 commit 4bf9741

File tree

1 file changed

+1
-1
lines changed
  • examples/research_projects/robust-speech-event

1 file changed

+1
-1
lines changed

examples/research_projects/robust-speech-event/eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def main(args):
6868
dataset = load_dataset(args.dataset, args.config, split=args.split, use_auth_token=True)
6969

7070
# for testing: only process the first two examples as a test
71-
dataset = dataset.select(range(10))
71+
# dataset = dataset.select(range(10))
7272

7373
# load processor
7474
feature_extractor = AutoFeatureExtractor.from_pretrained(args.model_id)

0 commit comments

Comments
 (0)