mathiascreutz
commited on
Commit
•
c46cab8
1
Parent(s):
f275cf8
More comments
Browse files- opusparcus.py +1 -1
opusparcus.py
CHANGED
@@ -118,7 +118,7 @@ class Opusparcus(datasets.GeneratorBasedBuilder):
|
|
118 |
# If there's a common (input, target) tuple from the features,
|
119 |
# specify them here. They'll be used if as_supervised=True in
|
120 |
# builder.as_dataset:
|
121 |
-
supervised_keys=(sent1, sent2), # is this correct?
|
122 |
# Homepage of the dataset for documentation
|
123 |
homepage=_HOMEPAGE,
|
124 |
# License for the dataset if available
|
|
|
118 |
# If there's a common (input, target) tuple from the features,
|
119 |
# specify them here. They'll be used if as_supervised=True in
|
120 |
# builder.as_dataset:
|
121 |
+
supervised_keys=("sent1", "sent2"), # is this correct?
|
122 |
# Homepage of the dataset for documentation
|
123 |
homepage=_HOMEPAGE,
|
124 |
# License for the dataset if available
|