code for QA project 21-22
- baseline model BM25 + BERT
- ORQA
- RAG
starter code
- working with Open SQuAD and NQA datasets
- download SQuAD from offical site and run
download_squad.pyto format it accordingly, currently ignores all qa pairs which have tagis_impossible= True data_utils.pyhas the common dataloader for any QA datasetmodel.pyandtrain.pybase code for Training T5 in a closed book setting