xlnet-Pytorch
xlnet-Pytorch copied to clipboard
Simple XLNet implementation with Pytorch Wrapper
Traceback (most recent call last): File "main.py", line 89, in num_predict=args.num_predict) File "/home/hemengge/xlnet-pytorch/data_utils.py", line 335, in make_permute is_masked = torch.Tensor(feature.pop("is_masked")) TypeError: can't convert np.ndarray of type numpy.bool_. The only supported...
Hi author, Any idea why the performance accuracy is so low on the sample task you provide? I added the following lines to test accuracy: `output = logits.transpose(1, 2)` `predicts...
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....