rain1024 commited on
Commit
91d7b1f
1 Parent(s): 21a7119
Files changed (1) hide show
  1. UTS_WTK.py +4 -4
UTS_WTK.py CHANGED
@@ -27,10 +27,10 @@ class UTSWTK(datasets.GeneratorBasedBuilder):
27
  BUILDER_CONFIGS = [
28
  UTSWTKConfig(
29
  name="small", version=VERSION, description="UTS_WTK Small"),
30
- # UTSWTKConfig(
31
- # name="base", version=VERSION, description="UTS_WTK Base"),
32
- # UTSWTKConfig(
33
- # name="large", version=VERSION, description="UTS_WTK Large"),
34
  ]
35
 
36
  BUILDER_CONFIG_CLASS = UTSWTKConfig
 
27
  BUILDER_CONFIGS = [
28
  UTSWTKConfig(
29
  name="small", version=VERSION, description="UTS_WTK Small"),
30
+ UTSWTKConfig(
31
+ name="base", version=VERSION, description="UTS_WTK Base"),
32
+ UTSWTKConfig(
33
+ name="large", version=VERSION, description="UTS_WTK Large")
34
  ]
35
 
36
  BUILDER_CONFIG_CLASS = UTSWTKConfig