Update adaptable_full.py
Browse files- adaptable_full.py +4 -4
adaptable_full.py
CHANGED
@@ -23,15 +23,15 @@ import datasets
|
|
23 |
# TODO: Add BibTeX citation
|
24 |
_CITATION = """\
|
25 |
@InProceedings{huggingface:dataset,
|
26 |
-
title = {
|
27 |
-
author={
|
28 |
year={2020}
|
29 |
}
|
30 |
"""
|
31 |
|
32 |
# TODO: Update description
|
33 |
_DESCRIPTION = """\
|
34 |
-
The AdapTable dataset consists
|
35 |
"""
|
36 |
|
37 |
# TODO: Add a link to an official homepage for the dataset here
|
@@ -47,7 +47,7 @@ logger = datasets.logging.get_logger(__name__)
|
|
47 |
class AdapTableFull(datasets.GeneratorBasedBuilder):
|
48 |
# TODO: Update docs:
|
49 |
"""
|
50 |
-
The AdapTable dataset consists
|
51 |
"""
|
52 |
|
53 |
VERSION = datasets.Version("1.0.0")
|
|
|
23 |
# TODO: Add BibTeX citation
|
24 |
_CITATION = """\
|
25 |
@InProceedings{huggingface:dataset,
|
26 |
+
title = {TODO: UPDATE TITLE HERE},
|
27 |
+
author={TODO: BUT AUTHORS HERE},
|
28 |
year={2020}
|
29 |
}
|
30 |
"""
|
31 |
|
32 |
# TODO: Update description
|
33 |
_DESCRIPTION = """\
|
34 |
+
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.
|
35 |
"""
|
36 |
|
37 |
# TODO: Add a link to an official homepage for the dataset here
|
|
|
47 |
class AdapTableFull(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.
|
51 |
"""
|
52 |
|
53 |
VERSION = datasets.Version("1.0.0")
|