Datasets:
Update adaptable_5k.py
Browse files- adaptable_5k.py +1 -1
adaptable_5k.py
CHANGED
@@ -44,7 +44,7 @@ _URL = "https://huggingface.co/datasets/MicPie/adaptable_5k/resolve/main/data/ad
|
|
44 |
logger = datasets.logging.get_logger(__name__)
|
45 |
|
46 |
|
47 |
-
class
|
48 |
# TODO: Update docs:
|
49 |
"""
|
50 |
The AdapTable dataset consists of tables that naturally occur on the web, that are 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.
|
|
|
44 |
logger = datasets.logging.get_logger(__name__)
|
45 |
|
46 |
|
47 |
+
class AdapTable_5k(datasets.GeneratorBasedBuilder):
|
48 |
# TODO: Update docs:
|
49 |
"""
|
50 |
The AdapTable dataset consists of tables that naturally occur on the web, that are 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.
|