Unverified Commit 4bf97415 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

Update eval.py (#15310)

parent b7cb126c
......@@ -68,7 +68,7 @@ def main(args):
dataset = load_dataset(args.dataset, args.config, split=args.split, use_auth_token=True)
# for testing: only process the first two examples as a test
dataset = dataset.select(range(10))
# dataset = dataset.select(range(10))
# load processor
feature_extractor = AutoFeatureExtractor.from_pretrained(args.model_id)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment