diff --git a/lit_nlp/api/dataset.py b/lit_nlp/api/dataset.py index e5a492bf..a086f3a8 100644 --- a/lit_nlp/api/dataset.py +++ b/lit_nlp/api/dataset.py @@ -46,11 +46,7 @@ def __getitem__(self, slice_obj): class Dataset(object): - """Base class for LIT datasets. - - We recommend pre-loading the data in the constructor, but you can also stream - on the fly in Dataset.examples() if desired. - """ + """Base class for LIT datasets.""" _spec: Spec = {} _examples: List[JsonDict] = []