├── .gitignore ├── LICENSE ├── README.md └── bert_doc_classification.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipansh-girdhar/Text-classification-for-long-text/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipansh-girdhar/Text-classification-for-long-text/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipansh-girdhar/Text-classification-for-long-text/HEAD/README.md -------------------------------------------------------------------------------- /bert_doc_classification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dipansh-girdhar/Text-classification-for-long-text/HEAD/bert_doc_classification.py --------------------------------------------------------------------------------