├── README.md ├── get_interpolated_output.py ├── get_matrices.py ├── models ├── README.md ├── finetune_large.sh ├── gpt2.py └── run_language_modeling.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishakhpk/mi-unsup-summ/HEAD/README.md -------------------------------------------------------------------------------- /get_interpolated_output.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishakhpk/mi-unsup-summ/HEAD/get_interpolated_output.py -------------------------------------------------------------------------------- /get_matrices.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishakhpk/mi-unsup-summ/HEAD/get_matrices.py -------------------------------------------------------------------------------- /models/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishakhpk/mi-unsup-summ/HEAD/models/README.md -------------------------------------------------------------------------------- /models/finetune_large.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishakhpk/mi-unsup-summ/HEAD/models/finetune_large.sh -------------------------------------------------------------------------------- /models/gpt2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishakhpk/mi-unsup-summ/HEAD/models/gpt2.py -------------------------------------------------------------------------------- /models/run_language_modeling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishakhpk/mi-unsup-summ/HEAD/models/run_language_modeling.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishakhpk/mi-unsup-summ/HEAD/requirements.txt --------------------------------------------------------------------------------