Datasets:
Upload arctic-hs.py with huggingface_hub
Browse files- arctic-hs.py +1 -1
arctic-hs.py
CHANGED
|
@@ -62,7 +62,7 @@ class ARCTICHSConfig(BuilderConfig):
|
|
| 62 |
|
| 63 |
|
| 64 |
class ARCTICHSDataset(GeneratorBasedBuilder):
|
| 65 |
-
DEFAULT_CONFIG_NAME = "
|
| 66 |
|
| 67 |
BUILDER_CONFIGS = [
|
| 68 |
ARCTICHSConfig(name=name)
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
class ARCTICHSDataset(GeneratorBasedBuilder):
|
| 65 |
+
DEFAULT_CONFIG_NAME = "cmu_us_symmetric"
|
| 66 |
|
| 67 |
BUILDER_CONFIGS = [
|
| 68 |
ARCTICHSConfig(name=name)
|