Datasets:
Update COPA-ca.py
Browse files- COPA-ca.py +1 -1
COPA-ca.py
CHANGED
@@ -27,7 +27,7 @@ class copaCaConfig(datasets.GeneratorBasedBuilder):
|
|
27 |
|
28 |
BUILDER_CONFIGS = [
|
29 |
copaCaConfig(
|
30 |
-
name="copa-ca"
|
31 |
version=datasets.Version("1.0.1"),
|
32 |
description="COPA-ca dataset",
|
33 |
),
|
|
|
27 |
|
28 |
BUILDER_CONFIGS = [
|
29 |
copaCaConfig(
|
30 |
+
name="copa-ca",
|
31 |
version=datasets.Version("1.0.1"),
|
32 |
description="COPA-ca dataset",
|
33 |
),
|