You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the same terminal enter the project folder and install the requirements using this commands.
cd DLA-SentimentAnalysis
pip3 install -r requirements.txt
Download and extract the dataset in the project folder DLA-SentimentAnalysis/dataset from here
You should now have a directory called archive in the dataset folder, pick the file "train.ft.txt.bz2" and move it one level down in the "DLA-SentimentAnalysisDataset" folder.
You are ready to train, for starting the training and evaluation paste the following command in the terminal you opened in the step 0 (It must be located in the "DLA-SentimentAnalysis" folder).