I want to ask you a question about this experiment
Closed this issue · 3 comments
Hello,Nice to meet you, I am running your experiment, there is an error in the file ag.pkl.May I ask if you wrote this document by yourself?Is this an empty file?
Could you please reply to me sometime? Thank you very much!
Hello,Nice to meet you, I am running your experiment, there is an error in the file ag.pkl.May I ask if you wrote this document by yourself?Is this an empty file?
Could you please reply to me sometime? Thank you very much!
Nice to meet you, @Ellie24678 .
Thank you for your interest.
Follow these steps one by one.
-
Download ag_news_csv.tar.gz file from Xiang Zhang's folder (https://drive.google.com/drive/u/0/folders/0Bz8a_Dbh9Qhbfll6bVpmNUtUcFdjYmF2SEpmZUZUcVNiMUw1TWN6RDV3a0JHT3kxLVhVR2M).
-
Make "data" directory in the project home.
mkdir data -
Extract train.csv and test.csv to the "data" directory.
-
Download spacy en_core_web_lg model.
python3 -m spacy download en_core_web_lg --user -
Create a pickle file (data/ag.pkl).
python3 dataset.py -
Run
python3 main.py
Have a nice day :)
Thank you very much!