graykode / xlnet-Pytorch

Simple XLNet implementation with Pytorch Wrapper

Home Page:https://arxiv.org/pdf/1906.08237.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reimplement training time and the performance on each task?

Zzmonica opened this issue · comments

As mentioned above.

Pre-training is Yes. But fine-tuning task is not Yet

the q/k/v wrong!!

the q/k/v wrong!!

can u point out where the wrong code is? I compared this IMPL with ZihangDai'IMPL and didn't find anything wrong.

@graykode Hi~ GREAT THX for ur Pytorch IMPL of XLNet, I wonder whether u have a plan to impl fine-tuning part in pytorch?

@yuanjungod Could you tell me where is wrong point??
@xingchensong Thanks for your interest in my project. !! No not yet huggingface already did it!
https://github.com/huggingface/transformers < in here
You can see more easiliy as thought this project is shown about simple implementation such as how XLNet pre-training and pre-processing Thanks!