Update README.md
Browse files
README.md
CHANGED
@@ -83,7 +83,7 @@ ___
|
|
83 |
|
84 |
## Files Included
|
85 |
|
86 |
-
- **`
|
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 |
|
|
|
83 |
|
84 |
## Files Included
|
85 |
|
86 |
+
- **`correct_predictions_BiLSTM.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 |
|