Alejandro Escontrela
commited on
Commit
·
6857104
1
Parent(s):
354f053
Update mdm_data.py
Browse files- mdm_data.py +1 -1
mdm_data.py
CHANGED
|
@@ -45,7 +45,7 @@ class MDMData(datasets.GeneratorBasedBuilder):
|
|
| 45 |
# TODO(wikitext_103): Set up version.
|
| 46 |
VERSION = datasets.Version("0.1.0")
|
| 47 |
BUILDER_CONFIGS = [
|
| 48 |
-
|
| 49 |
name="MDM Data",
|
| 50 |
data_url=_DATA_URL + "/" + "HumanML3D.zip",
|
| 51 |
description="Text to motion dataset.",
|
|
|
|
| 45 |
# TODO(wikitext_103): Set up version.
|
| 46 |
VERSION = datasets.Version("0.1.0")
|
| 47 |
BUILDER_CONFIGS = [
|
| 48 |
+
MDMDataConfig(
|
| 49 |
name="MDM Data",
|
| 50 |
data_url=_DATA_URL + "/" + "HumanML3D.zip",
|
| 51 |
description="Text to motion dataset.",
|