Repo for baselines and solutions to NLP task of NeurIPS 2022 IGLU Challenge.
conda env create -f environment.yml
pre-commit install
All our notebooks should be uploaded in experiments folder. All final source code should be in ieqa folder.
As our team is quite large it is neccessary to make sure that our code has consistent format throughout all modules.
- Default pre-commit hooks configuration is created for the project. Please, follow installation instruction to make sure you activate the hooks on your machine.
- It is highly encouraged to use typing annotations in all major functions.
- It is highly encouraged to use python docstring in all major functions. I would recommend using autoDocstring extension.
P.S. In reality, we probably will copy-paste a lot of code from other projects, but rules described above should be applied at least to code that we write on our own.