-
Notifications
You must be signed in to change notification settings - Fork 9
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
would like to ask where can I download data to train / test pMLP-Mixer? #1
Comments
Hello, The three datasets I used to evaluate my implementation are the MTOP dataset, the multilingual ATIS dataset, and the IMDB dataset. You can download the MTOP dataset here. The IMDB dataset can also be easily downloaded here. As for the multilingual ATIS dataset, getting access to the dataset is a bit more difficult; you need to create an LDC account, request the dataset, and wait for the request to approved (this might be a manual process). The multilingual ATIS catalogue page is here. If you have further questions, feel free to add a comment. |
I tried several times but still cannot figure out how to run training script on imdb dataset.
I download and put imdb dataset at
Can you give some hints? |
Hi, Could you show me the configuration file (the I believe the issue is that the vocab file does not exist in the provided path i.e. the vocab file does not exist at the path provided in If you wish to use the multilingual BERT vocabulary, the file is included in the repo at |
You are right. I need to change the config to |
Sorry to bother again. Now I'm stuck at
|
Hi, Which version of |
I have the same problem, the command below will fix it.
|
Didn't find a clue to get the datasets, so I ask here. It's not an issue related to the implementation.
The text was updated successfully, but these errors were encountered: