Edit load_cofig.py
Browse files- load_config.py +0 -10
load_config.py
CHANGED
|
@@ -25,16 +25,6 @@ _SUBJECTS = [
|
|
| 25 |
"SimLex999-COLI2015"
|
| 26 |
]
|
| 27 |
|
| 28 |
-
class MyDatasetConfig(datasets.BuilderConfig):
|
| 29 |
-
"""BuilderConfig for MyCustomDataset."""
|
| 30 |
-
|
| 31 |
-
def __init__(self, **kwargs):
|
| 32 |
-
"""BuilderConfig for MyCustomDataset.
|
| 33 |
-
Args:
|
| 34 |
-
**kwargs: keyword arguments forwarded to super.
|
| 35 |
-
"""
|
| 36 |
-
super(MyCustomDatasetConfig, self).__init__(**kwargs)
|
| 37 |
-
|
| 38 |
|
| 39 |
class MyDataset(datasets.GeneratorBasedBuilder):
|
| 40 |
"""Psycholinguistics word datasets"""
|
|
|
|
| 25 |
"SimLex999-COLI2015"
|
| 26 |
]
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
class MyDataset(datasets.GeneratorBasedBuilder):
|
| 30 |
"""Psycholinguistics word datasets"""
|