├── LEGAL.md ├── LICENSE ├── README.md ├── model_classifier.py ├── model_generator_swap.py └── requirements.txt /LEGAL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingofurro/headline_grouping/HEAD/LEGAL.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingofurro/headline_grouping/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingofurro/headline_grouping/HEAD/README.md -------------------------------------------------------------------------------- /model_classifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingofurro/headline_grouping/HEAD/model_classifier.py -------------------------------------------------------------------------------- /model_generator_swap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingofurro/headline_grouping/HEAD/model_generator_swap.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | transformers==4.5.0 2 | torch>=1.1.0 --------------------------------------------------------------------------------