"vscode:/vscode.git/clone" did not exist on "bf6eaa8aec3f70d398015d5a2d43ea4984c78555"
Unverified Commit 8789d0b6 authored by Younes Belkada's avatar Younes Belkada Committed by GitHub
Browse files

fix styling issues on main (#5754)

fix styling issues
parent b1fbef54
...@@ -272,10 +272,7 @@ def main(): ...@@ -272,10 +272,7 @@ def main():
if args.dataset_name is not None: if args.dataset_name is not None:
# Downloading and loading a dataset from the hub. # Downloading and loading a dataset from the hub.
dataset = load_dataset( dataset = load_dataset(
args.dataset_name, args.dataset_name, args.dataset_config_name, cache_dir=args.cache_dir, data_dir=args.train_data_dir
args.dataset_config_name,
cache_dir=args.cache_dir,
data_dir=args.train_data_dir
) )
else: else:
data_files = {} data_files = {}
......
...@@ -765,10 +765,7 @@ def main(args): ...@@ -765,10 +765,7 @@ def main(args):
if args.dataset_name is not None: if args.dataset_name is not None:
# Downloading and loading a dataset from the hub. # Downloading and loading a dataset from the hub.
dataset = load_dataset( dataset = load_dataset(
args.dataset_name, args.dataset_name, args.dataset_config_name, cache_dir=args.cache_dir, data_dir=args.train_data_dir
args.dataset_config_name,
cache_dir=args.cache_dir,
data_dir=args.train_data_dir
) )
else: else:
data_files = {} data_files = {}
......
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