graykode / xlnet-Pytorch

Simple XLNet implementation with Pytorch Wrapper
https://arxiv.org/pdf/1906.08237.pdf
Apache License 2.0
577 stars 107 forks source link

how to do inference? #9

Open EricBK opened 5 years ago

EricBK commented 5 years ago

I want to do sentence embedding using your pytorch code. but i do not find how to make test data input and inference code

graykode commented 5 years ago

There are no code releated to specific tasks about inference or fine-tuing :( if you want to see more recommend here : https://github.com/huggingface/transformers Thanks