arjahojnik commited on
Commit
1790146
·
verified ·
1 Parent(s): f5b0591

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -84,7 +84,7 @@ ___
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
  ---
 
84
  ## Files Included
85
 
86
  - **`correct_predictions.csv`**: Contains correctly classified reviews with their real and predicted labels.
87
+ - **`misclassified_predictions_BiLSTM.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
  ---