Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaushaltrivedi/bert-toxic-comments-multilabel
Multilabel classification for Toxic comments challenge using Bert
https://github.com/kaushaltrivedi/bert-toxic-comments-multilabel
Last synced: 6 days ago
JSON representation
Multilabel classification for Toxic comments challenge using Bert
- Host: GitHub
- URL: https://github.com/kaushaltrivedi/bert-toxic-comments-multilabel
- Owner: kaushaltrivedi
- Created: 2019-02-08T08:01:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T06:35:06.000Z (over 5 years ago)
- Last Synced: 2025-01-30T01:11:16.808Z (14 days ago)
- Language: Jupyter Notebook
- Size: 25.4 KB
- Stars: 311
- Watchers: 12
- Forks: 131
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bert - kaushaltrivedi/bert-toxic-comments-multilabel
README
# bert-toxic-comments-multilabel
Multilabel classification for Toxic comments challenge using Bert!!!DEPRECATED!!!
Please check out my fast-bert repo for the latest implementation of multilabel classification. https://github.com/kaushaltrivedi/fast-bert
This repository contains the Jupyter notebook for multilabel text classification using BERT. This is the accompanying code for the medium story https://medium.com/huggingface/multi-label-text-classification-using-bert-the-mighty-transformer-69714fa3fb3d.
Please refer to the import section to check out library dependencies. This is an interim solution and in long term this will be merged with the amazing repo from HuggingFace https://github.com/huggingface/pytorch-pretrained-BERT.