Datasets:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- glucose.py +1 -1
glucose.py
CHANGED
@@ -50,7 +50,7 @@ _URLs = {
|
|
50 |
|
51 |
|
52 |
class Glucose(datasets.GeneratorBasedBuilder):
|
53 |
-
"""GLUCOSE: GeneraLized and COntextualized Story Explanations, is a novel conceptual framework and dataset for commonsense reasoning.
|
54 |
|
55 |
VERSION = datasets.Version("1.1.0")
|
56 |
BUILDER_CONFIGS = [
|
|
|
50 |
|
51 |
|
52 |
class Glucose(datasets.GeneratorBasedBuilder):
|
53 |
+
"""GLUCOSE: GeneraLized and COntextualized Story Explanations, is a novel conceptual framework and dataset for commonsense reasoning."""
|
54 |
|
55 |
VERSION = datasets.Version("1.1.0")
|
56 |
BUILDER_CONFIGS = [
|