Closed MuroriM closed 3 years ago
Implements caching system for non-huggingface datasets. Datasets that have had the caches implemented are:
Also, added a str method for summ_instance class to allow for easy printing.
All non-huggingface datasets now have their caching pipeline implemented
Updated os.getcwd() with os.path.dirname(os.path.realpath(__file__)), merging this PR.
os.getcwd()
os.path.dirname(os.path.realpath(__file__))
Implements caching system for non-huggingface datasets. Datasets that have had the caches implemented are:
Also, added a str method for summ_instance class to allow for easy printing.