All Projects → zhpmatrix → Kaggle Quora Insincere Questions Classification

zhpmatrix / Kaggle Quora Insincere Questions Classification

Kaggle新赛(baseline)-基于BERT的fine-tuning方案+基于tensor2tensor的Transformer Encoder方案

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Kaggle Quora Insincere Questions Classification

kaggle-champs
Code for the CHAMPS Predicting Molecular Properties Kaggle competition
Stars: ✭ 49 (-25.76%)
Mutual labels:  kaggle, transformer
Kaggle Coupon Purchase Prediction
Code for RECRUIT Challenge. 5th place.
Stars: ✭ 61 (-7.58%)
Mutual labels:  kaggle
Bentools Etl
PHP ETL (Extract / Transform / Load) library with SOLID principles + almost no dependency.
Stars: ✭ 45 (-31.82%)
Mutual labels:  transformer
Vietnamese Electra
Electra pre-trained model using Vietnamese corpus
Stars: ✭ 55 (-16.67%)
Mutual labels:  transformer
Bert Toxicity Classification
bert on Jigsaw Unintended Bias in Toxicity Classification
Stars: ✭ 46 (-30.3%)
Mutual labels:  kaggle
Laravel Graphql
GraphQL implementation with power of Laravel
Stars: ✭ 56 (-15.15%)
Mutual labels:  transformer
Ml competition platform
Kaggle-like machine learning competition platform
Stars: ✭ 42 (-36.36%)
Mutual labels:  kaggle
Gpt2
PyTorch Implementation of OpenAI GPT-2
Stars: ✭ 64 (-3.03%)
Mutual labels:  transformer
Avito Duplicates Kaggle
Solution for Avito Duplicate Ads Detection competition
Stars: ✭ 58 (-12.12%)
Mutual labels:  kaggle
Asr
Stars: ✭ 54 (-18.18%)
Mutual labels:  transformer
Mojito
微信、bilibili大图、长图、gif、视频、自定义view的转场效果,The transition effect of wechat, bilibili large image, long image, GIF, video and custom view
Stars: ✭ 1,068 (+1518.18%)
Mutual labels:  transformer
Gpt2 French
GPT-2 French demo | Démo française de GPT-2
Stars: ✭ 47 (-28.79%)
Mutual labels:  transformer
Transformer Dynet
An Implementation of Transformer (Attention Is All You Need) in DyNet
Stars: ✭ 57 (-13.64%)
Mutual labels:  transformer
Kaggle Ndsb
Code for National Data Science Bowl. 10th place.
Stars: ✭ 45 (-31.82%)
Mutual labels:  kaggle
Viewpagertransformer
Viewpager动画,包括渐变,旋转,缩放,3D,立方体等多种酷炫效果动画,实现原理是自定义ViewpagerTransformer,当然你也可以自定义多种动画
Stars: ✭ 62 (-6.06%)
Mutual labels:  transformer
Kaggle Seizure Prediction
solution for the American Epilepsy Society Seizure Prediction Challenge
Stars: ✭ 44 (-33.33%)
Mutual labels:  kaggle
Lung Diseases Classifier
Diseases Detection from NIH Chest X-ray data
Stars: ✭ 52 (-21.21%)
Mutual labels:  kaggle
Data Science Bowl 2018
End-to-end one-class instance segmentation based on U-Net architecture for Data Science Bowl 2018 in Kaggle
Stars: ✭ 56 (-15.15%)
Mutual labels:  kaggle
Indonesian Language Models
Indonesian Language Models and its Usage
Stars: ✭ 64 (-3.03%)
Mutual labels:  transformer
Deeplearning Nlp Models
A small, interpretable codebase containing the re-implementation of a few "deep" NLP models in PyTorch. Colab notebooks to run with GPUs. Models: word2vec, CNNs, transformer, gpt.
Stars: ✭ 64 (-3.03%)
Mutual labels:  transformer

Kaggle-Quora-Insincere-Questions-Classification

Kaggle新赛-基于BERT的fine-tuning方案baseline

submit.csv是测试集的预测结果

代码和项目基于BERT的中文tagging一样,仅提供关键fine-tuning代码和运行脚本

基于bert的验证集的结果:

class precision recall f1-score
0 0.98 0.98 0.98
1 0.65 0.62 0.63
micro avg 0.96 0.96 0.96
macro avg 0.81 0.80 0.81
weighted avg 0.96 0.96 0.96

基于tensor2tensor的验证集结果:

class precision recall f1-score
0 0.98 0.96 0.96
1 0.23 0.19 0.21
micro avg 0.92 0.92 0.92
macro avg 0.59 0.57 0.58
weighted avg 0.91 0.92 0.91
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].