Datasets:
Tasks:
Text2Text Generation
Formats:
parquet
Languages:
English
Size:
10M - 100M
ArXiv:
Tags:
sentence-fusion
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- discofuse.py +1 -1
discofuse.py
CHANGED
@@ -27,7 +27,7 @@ _DESCRIPTION = """\
|
|
27 |
|
28 |
class DiscofuseConfig(datasets.BuilderConfig):
|
29 |
|
30 |
-
"""
|
31 |
|
32 |
def __init__(self, data_url, balanced=False, **kwargs):
|
33 |
"""
|
|
|
27 |
|
28 |
class DiscofuseConfig(datasets.BuilderConfig):
|
29 |
|
30 |
+
"""BuilderConfig for Discofuse"""
|
31 |
|
32 |
def __init__(self, data_url, balanced=False, **kwargs):
|
33 |
"""
|