-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unclear data format #1
Comments
We are working on preprocessing codes. evl data has been uploaded. |
Thanks for the update! Here are some bugs and errors I got: I found that Also, when running prepare_data.py, I got the following error:
|
I ran into this issue after running prepare_data.py (using the penman==0.6.2) I have the folder data/xml-unsplit in my main directory |
When running
python train.py
, it says that:FileNotFoundError: [Errno 2] No such file or directory: './data/corpora_base/evl'
Dataloader needs to load data in JSON format, but not very clear on how to generate/preprocess from the raw LDC2020T02 data. What the JSON data should look like? And what should be done to get the code running given the LDC2020T02 data txt format?
The text was updated successfully, but these errors were encountered: