gbiz123 / BERT-notebooks

Notebooks to make training BERT and friends FAST AND EASY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BERT-notebooks

Ideal for BERT classification on social media text

  1. Handles unbalanced data with class weightings
  2. Cleans data using unidecode, demojize, and removes hashtags
  3. Augments data using backtranslation and contextual word embeddings

Usage:

Open the notebook on your preferred cloud computing program such as Colab Import your data in the "Import Data" section Define the constants in the "Define Constants" section

About

Notebooks to make training BERT and friends FAST AND EASY


Languages

Language:Jupyter Notebook 100.0%