title: Some "TODO" left in the script
content: There some TODOs in the script, which should be removed before submitting
involved: [
    {
        "name": "adult.py",
        "context": "class Adult(tfds.core.GeneratorBasedBuilder):

    # {TODO}: Set up version.
    VERSION = tfds.core.Version('0.1.0')
----------
 def _split_generators(self, dl_manager):
        # {TODO}: Downloads the data and defines the splits
        # dl_manager is a tfds.download.DownloadManager that can be used to
        # download and extract URLs
----------
 def _generate_examples(self, records):
        # {TODO}: Yields (key, example) tuples from the dataset
        for i, row in enumerate(records):"
    }
]