ibaucells commited on
Commit
deceb2d
1 Parent(s): a9586bc

Update COPA-ca.py

Browse files
Files changed (1) hide show
  1. COPA-ca.py +1 -1
COPA-ca.py CHANGED
@@ -66,7 +66,7 @@ class copaCa(datasets.GeneratorBasedBuilder):
66
  """Returns SplitGenerators."""
67
  urls_to_download = {
68
  "train": f"{_URL}{_TRAIN_FILE}",
69
- "val": f"{_URL}{_DEV_FILE}",
70
  "test": f"{_URL}{_TEST_FILE}",
71
  }
72
  downloaded_files = dl_manager.download_and_extract(urls_to_download)
 
66
  """Returns SplitGenerators."""
67
  urls_to_download = {
68
  "train": f"{_URL}{_TRAIN_FILE}",
69
+ "dev": f"{_URL}{_DEV_FILE}",
70
  "test": f"{_URL}{_TEST_FILE}",
71
  }
72
  downloaded_files = dl_manager.download_and_extract(urls_to_download)