-
- [ ] `TransformerDecoder.forward`: where does `self.training` come from?
https://github.com/asyml/texar-pytorch/blob/d17d502b50da1d95cb70435ed21c6603370ce76d/texar/torch/modules/decoders/transforme…
-
Hi, I downloaded and ran your program, and got a training error as above. I have no GPU, so I changed the setup to fp16 = 'false' (xlnet left as your demo choice).
What's the problem?
Darrell…
-
when i use run_ner_crf.py, i want switch to xlnet model to do ner, i come aross follow error:
`File "pytorch_version\models\transformers\tokenization_utils.py", line 639, in split_on_tokens
if s…
-
### Description
For Transformers4Rec, we have created a training/eval [script](https://github.com/NVIDIA-Merlin/Transformers4Rec/tree/main/examples/t4rec_paper_experiments) for reproducing the [paper…
-
Hi, I am using Xlnet as a language model with code provided by HuggingFace PyTorch-transformers.
However, the xlnet consistantly underperformed Bert in our experiment. Considering it's advanced desig…
-
In an effort to use the feedback we receive to the fullest, we need to get a better handle on the feedback we've received thus far, and a plan to better manage future feedback.
We can explore more…
-
您好,可以麻烦提供Pytorch版本吗?目前在使用pytorch transformer转化时出错了。后续可以跟您报告我们模型在使用xlnet模型做情感分类(CCF BDCI)的准确率,谢谢
-
XLNet, which just came out, beats BERT by an incredible margin on a number of nontrivial tasks: https://arxiv.org/abs/1906.08237
Once our basic infrastructure for the shared task is up and running,…
-
Hello authors,
Thank you for your re-implementation. I look forward to using it. I just wanted to confirm your reimplementation results because I did not see any in the README/Colab.
Have you …
-
您好,我在使用您提供的命令转化Pytorch版本时,会报错,请问是什么原因?
RuntimeError: Sizes mush be non-negative。应该是vocab_size=-1导致的?