Yale-LILY / SummerTime

An open-source text summarization toolkit for non-experts. EMNLP'2021 Demo
https://arxiv.org/abs/2108.12738
Apache License 2.0
264 stars 30 forks source link

Murori/datasets_cache #46

Closed MuroriM closed 3 years ago

MuroriM commented 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.

MuroriM commented 3 years ago

All non-huggingface datasets now have their caching pipeline implemented

niansong1996 commented 3 years ago

Updated os.getcwd() with os.path.dirname(os.path.realpath(__file__)), merging this PR.