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
268 stars 30 forks source link

Adds dataset functionality #7

Closed MuroriM closed 3 years ago

MuroriM commented 3 years ago

Uploads two files that add datasets functionality:

  1. stdatasets.py - extends the HuggingFace dataset lib
  2. datasets_demo.py - provides examples on how to use the datasets
niansong1996 commented 3 years ago

looks good to me.