arjahojnik commited on
Commit
eb163bb
·
verified ·
1 Parent(s): 777c997

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -83,8 +83,8 @@ ___
83
 
84
  ## Files Included
85
 
86
- - **`correct_predictions.csv`**: Contains correctly classified reviews with their real and predicted labels.
87
- - **`misclassified_predictions.csv`**: Contains misclassified reviews with their real and predicted labels, along with the difference.
88
  - **`glove.6B.100d.txt`**: Pre-trained 100-dimensional GloVe embeddings used for initializing the embedding layer in the models.
89
 
90
  ---
 
83
 
84
  ## Files Included
85
 
86
+ - **`correct_predictions_LSTM.csv`**: Contains correctly classified reviews with their real and predicted labels.
87
+ - **`misclassified_predictions_LSTM.csv`**: Contains misclassified reviews with their real and predicted labels, along with the difference.
88
  - **`glove.6B.100d.txt`**: Pre-trained 100-dimensional GloVe embeddings used for initializing the embedding layer in the models.
89
 
90
  ---