-
Notifications
You must be signed in to change notification settings - Fork 14
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
where is the data? #1
Comments
Before running the |
Hello! Excuse me, mananeau, I am also reading this project repository, in the text_preprocessing.ipynb file, it imports en_disaster.csv? Could you please let me know where we could find it? thanks! |
Hi, did u find the data ? can u share it with us? Thank u |
Hey guys, sorry for the super late reply. I did not anticipate people would ever notice this project (happy to know:)). The Tweets text data I used in this project are here: https://drive.google.com/drive/folders/1HwR_VKiAZsHPbifoxXrMMekfdEW59Mqk?usp=sharing I have split them into df_train, df_val, and df_test, but it is not necessary to be split this way. While the aforementioned 3 are preprocessed data, "en_disaster" is the raw dataset. Sorry again for not responding timely, and big thanks for the attention! |
@sebsk Thank you!!!……^_^ |
hello! I run your project in my computer, the command I runned is
python run.py train
but the program prompt
No such file or directory: 'glove_word2id
I think the code not include the data file, is it?
Thank you!
The text was updated successfully, but these errors were encountered: