Requirements for submitting project architecture

What is the difference between base_model.py and dummy_model.py here? In which should I implement my own model algorithm? In addition, the development.json in the data folder means that I need to select the public test set from the data set and save it into development.json?Also, don’t I need to write code to load data? Don’t you need to worry about how to load data?