XLnet-gen icon indicating copy to clipboard operation
XLnet-gen copied to clipboard

XLNet for generating language.

Results 11 XLnet-gen issues
Sort by recently updated
recently updated
newest added

Hi, I tried using the Colab notebook you linked to in your README for this repo at: https://colab.research.google.com/drive/12u-CmB9evMIASNOqJtDW26gmNvSgepBv However, the last code cell raises an exception: ``` 2021-01-17 19:47:05.890096: I...

Hi: Thanks for this repo. Text generation is my main interest and I was wondering how the xlnet large model can be fine tuned with new text then used as...

I run into the following error after inputting my prompt: ``` ----PROMPT---- Today I plan to WARNING:tensorflow:From language_generation.py:605: DatasetV1.make_one_shot_iterator (from tensorflow.python.data.ops.dataset_ops) is deprecated and will be removed in a future...

Can you update the code to Tensorflow 2? Thanks

Any idea about this below error. Try to execute this. ``` Instructions for updating: Use keras.layers.dense instead. Traceback (most recent call last): File "language_generation.py", line 686, in main() File "language_generation.py",...

This is not a problem, but rather a discovery. I was working on a Japanese version of XLNet recently, due to lack of training data(nothing more than JPNWiki) and complexity...

``` ----PROMPT---- Hello world, this is some sample text that you can use!! WARNING:tensorflow:From /home/timisb/.local/lib/python3.6/site-packages/tensorflow/python/data/ops/dataset_ops.py:494: py_func (from tensorflow.python.ops.script_ops) is deprecated and will be removed in a future version. Instructions for...

I am sorry to bother you here with the problme about xlnet pretraining. I saw your comment on xlnet issues, you has the same error: Error recorded from outfeed: Bad...

Thank you for the code and for wading through all of those einsum's to get things working! I'm trying to generate some text using tensorflow 2.0 and have thus far...

So I've tried using the collab notebook for conditional generation, but the results are nowhere near as long or as good quality as the samples listed in the Medium article....