-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem in using xlnet-base model #1
Comments
Hi, could you show me the full error description? It seems that this error usually occurs when the program reading the dataset files rather than when loading the model. |
Hi, @so-hyeun, thanks for the interest in our work,we have updated the relevant files, you can kindly check it out. |
We found some problems with the previous IEMOCAP files and we have now updated the relevant files. Thanks for your friendly reminder. |
Hello, first of all, thank you for always quick feedback.
Thank you. |
Hello, first I'd like to thank you for working on such an interesting subject I am also trying to use the model provided in the repository : Did you manage to find what was the issue ? |
Hi, I'm trying to use the DialogXL you provide, but I have a problem.
At first, I used Transformers 3.0.2 as shown in the requirement, but a Segment fault error occurred, so I used the latest version of transformers.
This solved the above error, but "UnicodeDecodeError:'utf-8' codec can't decode byte 0x80 in position 0" error occurred.
Can you tell me how to fix that error or a link to download xlnet-base-case for transformers 3.0.2?
Thanks for conducting an interesting research.
The text was updated successfully, but these errors were encountered: