diff --git a/README.md b/README.md
index 25b5c409de83e23b6f714af2c6f26aa5d9e670cc..c5d1366252a9de25cc9a18f3f82455482f20647d 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@ Student ID: 34268871
 
 GitLab Repository URL: <https://git.soton.ac.uk/xw1u22/3217hw2>
 
+Notice: **The tables submitted into the submission system only contain labels. For the original output generated by the code with testing data, please follow the file in the repository mentioned in the report below.**
+
 ## Part A
 
 In this part, events are divided into 2 classes, normal event (0) and abnormal data injection attack event (1). As shown in the CSV file, all data are stored as pure number format, so each event can be considered as a single 128-dimension vector, and the task for the model of part A is to classify all vectors of events into 2 classes.