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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -83,7 +83,7 @@ ___
83
 
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
 
 
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