An open API service indexing awesome lists of open source software.

https://github.com/tanyachutani/text-multilabel-classification-bert-tf2.x

Text-Multilabel-Classification-BERT-Tf2.0
https://github.com/tanyachutani/text-multilabel-classification-bert-tf2.x

bert-model multi-label-classification tensorflow text-classification tf2

Last synced: 7 months ago
JSON representation

Text-Multilabel-Classification-BERT-Tf2.0

Awesome Lists containing this project

README

          

# Text-Multilabel-Classification-BERT-Tf2.0

This repository contains a Tensorflow2.0 implementation of the pretrained BERT model for multi-label text classification.

## Steps

1. Download data from [kaggle](https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge/data)
2. Download pretrained model weights with the help of `download_bert.sh`
3. Run `train_bert.py`