Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 536 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 536 Bytes

fact-check

This repository contains the code for the final projct of the subject Natural Language Processing COMP90042 2023

Get Started

  1. Setup project env by running the setup.sh
./setup.sh
  1. All parameters for the models, training, and predicting are stored in config files at src/config/
  2. You can run the models by:
    • executing src/retriever.py and src/classify.py files
    python src/retriever.py
    python src/classify.py
    
    • go through the notebooks in notebooks/ (uncompleted)