-
can you help me ?
D:\xlnet-Pytorch-master>python main.py
Model name 'bert-large-uncased' was not found in model name list (bert-base-uncased, bert-large-uncased, bert-base-cased, bert-large-cased, b…
-
I finished Simple XLNet implementation with Pytorch Wrapper
You can see How XLNet Architecture work in pre-training with small batch size(=1) example.
Also I added comment in code, so you can learn …
-
The default setting is to use the bidirectional data, attn_type='bi', but bsz=1.
But in this function,
https://github.com/graykode/xlnet-Pytorch/blob/cb793a1c75bdc59e3360f04ec641af726719811f/xlnet.p…
-
If I run the code with default arguments (and use data.txt from the repository) I get the following message:
```
Traceback (most recent call last):
File "C:/Users/matej/git/xlnet-Pytorch/main.p…
-
When I do "python run_bert.py --do_data", I met this problem. My pytorch version is 1.5.0+cuda10.1
`OSError: [Errno 22] Invalid argument: 'D:\\Desktop\\BERT+XLNET Multi-label\\pybert\\output\\log\\…
CS18B updated
4 years ago
-
Hello, thank you very much for sharing your codes and idea.
①I encountered some problems when I was only running XLNet (Python train. Py) for NER, as follows, can you tell me why ?
Traceback …
-
Hi,
Currently the reader is operating using a pre trained BERT pytorch model. I am wondering whether you plan on adding support for an XLNet pretrained model once it is released for pytorch?
-
First the error — I get this both when trying to run the notebook locally (ubuntu 18.04) and from Colab:
```
Traceback (most recent call last):
File "main.py", line 89, in
num_predict=args…
-
First, thank you for sharing the code. I have the following bugs when I train with the dream dataset:
05/24/2021 19:26:24 - INFO - modeling_utils - loading weights file https://s3.amazonaws.com/mod…
-
### Bug description
when the model (it is transformer based XLNet model that we are training) is loaded and saved again, the argument names disappear (become 'args_0, args_0_1 etc) and the saved m…
rnyak updated
5 months ago