Datasets:
Commit ·
0dcf831
1
Parent(s): f9aab8c
Update humset.py
Browse files
humset.py
CHANGED
|
@@ -187,7 +187,7 @@ class Humset(datasets.GeneratorBasedBuilder):
|
|
| 187 |
},
|
| 188 |
)]
|
| 189 |
|
| 190 |
-
if self.config.name in ["1.0.0", "2.
|
| 191 |
splits = splits + [
|
| 192 |
datasets.SplitGenerator(
|
| 193 |
name=datasets.Split.TEST,
|
|
|
|
| 187 |
},
|
| 188 |
)]
|
| 189 |
|
| 190 |
+
if self.config.name in ["1.0.0", "2.0.0"]:
|
| 191 |
splits = splits + [
|
| 192 |
datasets.SplitGenerator(
|
| 193 |
name=datasets.Split.TEST,
|