shivangibithel commited on
Commit
fb7e9df
1 Parent(s): 0f3b578

Update SOTAB.py

Browse files
Files changed (1) hide show
  1. SOTAB.py +1 -1
SOTAB.py CHANGED
@@ -35,7 +35,7 @@ _HOMEPAGE = "https://webdatacommons.org/structureddata/sotab/"
35
 
36
  _LICENSE = ""
37
 
38
- class WikiTableQuestions(datasets.GeneratorBasedBuilder):
39
  """The SOTAB dataset is a large-scale dataset for the task of column type annotation on semi-structured tables."""
40
 
41
  VERSION = datasets.Version("1.0.0")
 
35
 
36
  _LICENSE = ""
37
 
38
+ class SOTAB(datasets.GeneratorBasedBuilder):
39
  """The SOTAB dataset is a large-scale dataset for the task of column type annotation on semi-structured tables."""
40
 
41
  VERSION = datasets.Version("1.0.0")