├── CONTRIBUTING.md ├── LICENSE ├── README.md └── longt5 ├── data ├── mediasum_preprocess.py └── nq_preprocess.py ├── preprocessors.py └── tasks.py /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/longt5/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/longt5/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/longt5/HEAD/README.md -------------------------------------------------------------------------------- /longt5/data/mediasum_preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/longt5/HEAD/longt5/data/mediasum_preprocess.py -------------------------------------------------------------------------------- /longt5/data/nq_preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/longt5/HEAD/longt5/data/nq_preprocess.py -------------------------------------------------------------------------------- /longt5/preprocessors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/longt5/HEAD/longt5/preprocessors.py -------------------------------------------------------------------------------- /longt5/tasks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/longt5/HEAD/longt5/tasks.py --------------------------------------------------------------------------------