MicPie commited on
Commit
f427d8a
1 Parent(s): 0811c4d

changes unpredictable 3

Browse files
Files changed (1) hide show
  1. unpredictable_full.py +3 -3
unpredictable_full.py CHANGED
@@ -33,7 +33,7 @@ _DESCRIPTION = """\
33
  The UnpredicTable dataset consists of web tables formatted as few-shot tasks for fine-tuning language models to improve their few-shot performance. For more details please see the accompanying dataset card.
34
  """
35
 
36
- _HOMEPAGE = "https://ethanperez.net/unprediczable"
37
 
38
  _LICENSE = "Apache 2.0"
39
 
@@ -42,7 +42,7 @@ _URL = "https://huggingface.co/datasets/MicPie/unpredictable_full/resolve/main/d
42
  logger = datasets.logging.get_logger(__name__)
43
 
44
 
45
- class UnpredicTableFull(datasets.GeneratorBasedBuilder):
46
  """
47
  The UnpredicTable dataset consists of web tables formatted as few-shot tasks for fine-tuning language models to improve their few-shot performance. For more details please see the accompanying dataset card.
48
  """
@@ -94,4 +94,4 @@ class UnpredicTableFull(datasets.GeneratorBasedBuilder):
94
  "outputColName": data["outputColName"],
95
  "url": data["url"],
96
  "wdcFile": data["wdcFile"],
97
- }
 
33
  The UnpredicTable dataset consists of web tables formatted as few-shot tasks for fine-tuning language models to improve their few-shot performance. For more details please see the accompanying dataset card.
34
  """
35
 
36
+ _HOMEPAGE = "https://ethanperez.net/unpredictable"
37
 
38
  _LICENSE = "Apache 2.0"
39
 
 
42
  logger = datasets.logging.get_logger(__name__)
43
 
44
 
45
+ class UnpredicTable(datasets.GeneratorBasedBuilder):
46
  """
47
  The UnpredicTable dataset consists of web tables formatted as few-shot tasks for fine-tuning language models to improve their few-shot performance. For more details please see the accompanying dataset card.
48
  """
 
94
  "outputColName": data["outputColName"],
95
  "url": data["url"],
96
  "wdcFile": data["wdcFile"],
97
+ }