Skip to content

OsmanMutlu/Pytorch-GANBERT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch-GANBERT

A Pytorch implementation of GAN-BERT paper

"bert.py" and "qc-fine_bert.py" files are basically the same with different datasets; this is just my laziness. "labeled_and_unlabeled.tsv" is the mixed version of labeled and unlabeled data from original tensorflow implementation of the paper.

Important Note

Running this model only once with only one seed might not be enough. In my experiments, out of 10 runs, only 2 yielded reasonable results. I believe this is due to the difference of scheduling of the optimizers between this implementation and the original TensorFlow implementation.

About

A Pytorch implementation of GAN-BERT paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages