CSE244 project
run.ipynb
- model_utils.py
This file contains all models
- data_utils.py
This contains preparing data, including wrappers which generate data batches for training.
- train_utils.py
This file contains the function used for training and inference
- evaluation.py ` This file contains calculation of f1 score and exact match scores, downloaded from squad website.
- preprocessing.ipynb
This is the notebook for preprocessing.
- run.ipynb This should be the starting point. This is where all other functions from *.py files are imported and models are run to get results.