Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
code
Size:
100K - 1M
ArXiv:
License:
Update xlcost-text-to-code.py
Browse files- xlcost-text-to-code.py +1 -1
xlcost-text-to-code.py
CHANGED
@@ -56,7 +56,7 @@ def split_generator(dl_manager, name):
|
|
56 |
]
|
57 |
|
58 |
class XlcostConfig(datasets.BuilderConfig):
|
59 |
-
"""BuilderConfig
|
60 |
|
61 |
def __init__(self, name, description, features, **kwargs):
|
62 |
super(XlcostConfig, self).__init__(version=datasets.Version("2.1.0", ""), **kwargs)
|
|
|
56 |
]
|
57 |
|
58 |
class XlcostConfig(datasets.BuilderConfig):
|
59 |
+
"""BuilderConfig """
|
60 |
|
61 |
def __init__(self, name, description, features, **kwargs):
|
62 |
super(XlcostConfig, self).__init__(version=datasets.Version("2.1.0", ""), **kwargs)
|