Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
acceptability-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Update files from the datasets library (from 1.16.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.16.0
blimp.py
CHANGED
|
@@ -56,7 +56,7 @@ class BlimpConfig(datasets.BuilderConfig):
|
|
| 56 |
name = paradigm_uid
|
| 57 |
|
| 58 |
description = _DESCRIPTION
|
| 59 |
-
description +=
|
| 60 |
|
| 61 |
super(BlimpConfig, self).__init__(
|
| 62 |
name=name, description=description, version=datasets.Version("0.1.0"), **kwargs
|
|
|
|
| 56 |
name = paradigm_uid
|
| 57 |
|
| 58 |
description = _DESCRIPTION
|
| 59 |
+
description += f"This configuration includes the paradigm {name}."
|
| 60 |
|
| 61 |
super(BlimpConfig, self).__init__(
|
| 62 |
name=name, description=description, version=datasets.Version("0.1.0"), **kwargs
|