polinaeterna HF staff commited on
Commit
6640f73
1 Parent(s): 239238f

Update xsum.py

Browse files
Files changed (1) hide show
  1. xsum.py +1 -1
xsum.py CHANGED
@@ -82,7 +82,7 @@ class Xsum(datasets.GeneratorBasedBuilder):
82
  # Version 1.2.0 expands coverage, includes ids, and removes web contents.
83
  VERSION = datasets.Version("1.2.0")
84
 
85
- BUILDER_CONFIG_CLASS = XsumConfigGET
86
 
87
  BUILDER_CONFIGS = [XsumConfig(name="v1"), XsumConfig(name="v2")]
88
 
 
82
  # Version 1.2.0 expands coverage, includes ids, and removes web contents.
83
  VERSION = datasets.Version("1.2.0")
84
 
85
+ BUILDER_CONFIG_CLASS = XsumConfig
86
 
87
  BUILDER_CONFIGS = [XsumConfig(name="v1"), XsumConfig(name="v2")]
88