I want to know that why are not Xlnet models hosted on tensorflow hub ? It would be so much useful , since the current official implementation requires a lot of setup . Xlnet hosted on hub will make it so much easier to use it simply as a TF layer as well......
Thanks for opening the issue, XLNet would be a great addition to TF-Hub. Let's keep this open to track interest for the future.
@PradyumnaGupta XLNet is available in the transformers library as a tensorflow 2.0 model; in theory it would be possible to convert it into a Hub Module!
XLnet is implemented and available on the tensorflow official model repository.
Link :- https://github.com/tensorflow/models/tree/master/official/nlp/xlnet
Most helpful comment
Thanks for opening the issue, XLNet would be a great addition to TF-Hub. Let's keep this open to track interest for the future.