All Projects → drc10723 → bert_quora_question_pairs

drc10723 / bert_quora_question_pairs

Licence: MIT license
BERT Model Fine-tuning on Quora Questions Pairs

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to bert quora question pairs

berserker
Berserker - BERt chineSE woRd toKenizER
Stars: ✭ 17 (-39.29%)
Mutual labels:  bert, tpu
bern
A neural named entity recognition and multi-type normalization tool for biomedical text mining
Stars: ✭ 151 (+439.29%)
Mutual labels:  bert
bert-AAD
Adversarial Adaptation with Distillation for BERT Unsupervised Domain Adaptation
Stars: ✭ 27 (-3.57%)
Mutual labels:  bert
analisis-numerico-computo-cientifico
Análisis numérico y cómputo científico
Stars: ✭ 42 (+50%)
Mutual labels:  google-colab
LMMS
Language Modelling Makes Sense - WSD (and more) with Contextual Embeddings
Stars: ✭ 79 (+182.14%)
Mutual labels:  bert
golgotha
Contextualised Embeddings and Language Modelling using BERT and Friends using R
Stars: ✭ 39 (+39.29%)
Mutual labels:  bert
ganbert-pytorch
Enhancing the BERT training with Semi-supervised Generative Adversarial Networks in Pytorch/HuggingFace
Stars: ✭ 60 (+114.29%)
Mutual labels:  bert
robo-vln
Pytorch code for ICRA'21 paper: "Hierarchical Cross-Modal Agent for Robotics Vision-and-Language Navigation"
Stars: ✭ 34 (+21.43%)
Mutual labels:  bert
WSDM-Cup-2019
[ACM-WSDM] 3rd place solution at WSDM Cup 2019, Fake News Classification on Kaggle.
Stars: ✭ 62 (+121.43%)
Mutual labels:  bert
udacity-fsnd
Udacity Full Stack Web Developer Nanodegree program (FSND) course materials
Stars: ✭ 66 (+135.71%)
Mutual labels:  google-colab
transformer-models
Deep Learning Transformer models in MATLAB
Stars: ✭ 90 (+221.43%)
Mutual labels:  bert
Deep-Learning-with-GoogleColab
Deep Learning Applications (Darknet - YOLOv3, YOLOv4 | DeOldify - Image Colorization, Video Colorization | Face-Recognition) with Google Colaboratory - on the free Tesla K80/Tesla T4/Tesla P100 GPU - using Keras, Tensorflow and PyTorch.
Stars: ✭ 63 (+125%)
Mutual labels:  google-colab
BERT-Chinese-Couplet
BERT for Chinese Couplet | BERT用于自动对对联
Stars: ✭ 19 (-32.14%)
Mutual labels:  bert
ML-Agents-with-Google-Colab
Train reinforcement learning agent using ML-Agents with Google Colab.
Stars: ✭ 27 (-3.57%)
Mutual labels:  google-colab
KAREN
KAREN: Unifying Hatespeech Detection and Benchmarking
Stars: ✭ 18 (-35.71%)
Mutual labels:  bert
GoEmotions-pytorch
Pytorch Implementation of GoEmotions 😍😢😱
Stars: ✭ 95 (+239.29%)
Mutual labels:  bert
ParsBigBird
Persian Bert For Long-Range Sequences
Stars: ✭ 58 (+107.14%)
Mutual labels:  bert
DocProduct
Medical Q&A with Deep Language Models
Stars: ✭ 527 (+1782.14%)
Mutual labels:  bert
SemEval2019Task3
Code for ANA at SemEval-2019 Task 3
Stars: ✭ 41 (+46.43%)
Mutual labels:  bert
bert tokenization for java
This is a java version of Chinese tokenization descried in BERT.
Stars: ✭ 39 (+39.29%)
Mutual labels:  bert

BERT Fine-tuning on Quora Question Pairs

This repo contains google colab notebooks for finetuning BERT model on Quora Question Pairs dataset. We use colab TPU runtime for faster training. Medium post on this repo can be found here.

If you are not familiar with BERT, please visit The Illustrated BERT, BERT Research Paper and BERT Github Repo.

For experimenting with latest notebook and more details visit colab notebook.

Run in Google Colab

Evaluation Results

Evaluation results are on BERT base uncased model. We have used train and dev set from GLUE Quora Question Pairs Task.

Metrics Train Set Dev Set
Loss 0.150 0.497
Accuracy 0.969 0.907
F1 0.959 0.875
AUC 0.969 0.902
Precision 0.949 0.864
Recall 0.969 0.886

Due to limited resources, It was not possible to finetune on BERT Large model and do hyperparamter tuning.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].