type
Browse files- pubmed-summarization.py +1 -1
pubmed-summarization.py
CHANGED
|
@@ -38,7 +38,7 @@ _ABSTRACT = "abstract"
|
|
| 38 |
_ARTICLE = "article"
|
| 39 |
|
| 40 |
class PubMedSummarizationConfig(datasets.BuilderConfig):
|
| 41 |
-
"""BuilderConfig for
|
| 42 |
|
| 43 |
def __init__(self, **kwargs):
|
| 44 |
"""BuilderConfig for PubMedSummarization.
|
|
|
|
| 38 |
_ARTICLE = "article"
|
| 39 |
|
| 40 |
class PubMedSummarizationConfig(datasets.BuilderConfig):
|
| 41 |
+
"""BuilderConfig for PubMedSummarization."""
|
| 42 |
|
| 43 |
def __init__(self, **kwargs):
|
| 44 |
"""BuilderConfig for PubMedSummarization.
|