File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
pytorch/text-classification
tensorflow/text-classification Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ def main():
304304 if data_args .task_name is not None :
305305 # Downloading and loading a dataset from the hub.
306306 raw_datasets = load_dataset (
307- "glue" ,
307+ "nyu-mll/ glue" ,
308308 data_args .task_name ,
309309 cache_dir = model_args .cache_dir ,
310310 token = model_args .token ,
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ def main():
281281 # download the dataset.
282282 if args .task_name is not None :
283283 # Downloading and loading a dataset from the hub.
284- raw_datasets = load_dataset ("glue" , args .task_name )
284+ raw_datasets = load_dataset ("nyu-mll/ glue" , args .task_name )
285285 else :
286286 # Loading the dataset from local csv or json file.
287287 data_files = {}
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ def main():
265265 # Downloading and loading a dataset from the hub. In distributed training, the load_dataset function guarantee
266266 # that only one local process can concurrently download the dataset.
267267 datasets = load_dataset (
268- "glue" ,
268+ "nyu-mll/ glue" ,
269269 data_args .task_name ,
270270 cache_dir = model_args .cache_dir ,
271271 token = model_args .token ,
You can’t perform that action at this time.
0 commit comments