Upload got.py
Browse files
got.py
CHANGED
|
@@ -7,6 +7,8 @@ import datasets
|
|
| 7 |
from datasets.tasks import QuestionAnsweringExtractive
|
| 8 |
|
| 9 |
|
|
|
|
|
|
|
| 10 |
# TODO(got): BibTeX citation
|
| 11 |
|
| 12 |
_CITATION = """\
|
|
|
|
| 7 |
from datasets.tasks import QuestionAnsweringExtractive
|
| 8 |
|
| 9 |
|
| 10 |
+
logger = datasets.logging.get_logger(__name__)
|
| 11 |
+
|
| 12 |
# TODO(got): BibTeX citation
|
| 13 |
|
| 14 |
_CITATION = """\
|