Datasets:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- multi_x_science_sum.py +1 -1
multi_x_science_sum.py
CHANGED
@@ -41,7 +41,7 @@ _URL_VAL = "https://raw.githubusercontent.com/yaolu/Multi-XScience/master/data/v
|
|
41 |
|
42 |
|
43 |
class MultiXScienceSum(datasets.GeneratorBasedBuilder):
|
44 |
-
""""Multi-XScience Dataset."""
|
45 |
|
46 |
VERSION = datasets.Version("1.1.0")
|
47 |
|
|
|
41 |
|
42 |
|
43 |
class MultiXScienceSum(datasets.GeneratorBasedBuilder):
|
44 |
+
""" "Multi-XScience Dataset."""
|
45 |
|
46 |
VERSION = datasets.Version("1.1.0")
|
47 |
|