Eugene Siow
commited on
Commit
·
428d274
1
Parent(s):
2221e74
Add remove printouts.
Browse files
Set5.py
CHANGED
|
@@ -84,8 +84,6 @@ class Set5(datasets.GeneratorBasedBuilder):
|
|
| 84 |
) for key, values in _DATA_OPTIONS.items()
|
| 85 |
]
|
| 86 |
|
| 87 |
-
print(BUILDER_CONFIGS)
|
| 88 |
-
|
| 89 |
DEFAULT_CONFIG_NAME = _DEFAULT_CONFIG
|
| 90 |
|
| 91 |
def _info(self):
|
|
|
|
| 84 |
) for key, values in _DATA_OPTIONS.items()
|
| 85 |
]
|
| 86 |
|
|
|
|
|
|
|
| 87 |
DEFAULT_CONFIG_NAME = _DEFAULT_CONFIG
|
| 88 |
|
| 89 |
def _info(self):
|