Hub: Why is XLNet not on Tensorflow Hub?

Created on 19 Dec 2019  路  3Comments  路  Source: tensorflow/hub

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......

hub contributions welcome request open module request

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.

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

codevjs picture codevjs  路  4Comments

r-wheeler picture r-wheeler  路  5Comments

arnoegw picture arnoegw  路  5Comments

marcoaleixo picture marcoaleixo  路  4Comments

bzburr picture bzburr  路  4Comments