Rename glue to nyu-mll/glue (#29679)
* Update run_glue.py * Update run_glue.py * Update run_glue_no_trainer.py
This commit is contained in:
@@ -265,7 +265,7 @@ def main():
|
||||
# Downloading and loading a dataset from the hub. In distributed training, the load_dataset function guarantee
|
||||
# that only one local process can concurrently download the dataset.
|
||||
datasets = load_dataset(
|
||||
"glue",
|
||||
"nyu-mll/glue",
|
||||
data_args.task_name,
|
||||
cache_dir=model_args.cache_dir,
|
||||
token=model_args.token,
|
||||
|
||||
Reference in New Issue
Block a user