Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 357 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 357 Bytes

level2_mrc_nlp-level2-nlp-10

Open Domain Question Answering (ODQA) Task

Contributors

📄 Guideline

  1. Setup
  • precommit, style, pytest, gitmessage, requirements
make setup
  1. Test
  • implement pytest in /tests/ path
make test
  1. Execute code formatting & Check lint
make style