Skip to content

didwodnr123/mrc-level2-nlp-12

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 

Repository files navigation

Team AI-it Repo for ODQA(KLUE-MRC) task

Contributors

  • 김재현/T2050
  • 박진영/T2096
  • 안성민/T2127
  • 양재욱/T2130
  • 이연걸/T2163
  • 조범준/T2211
  • 진혜원/T2217

Experiment Log

Wrap-up Report

Project Tree

code
  ├── install
  │   └── install_requirements.sh
  ├── reader
  │   ├── __init__.py
  │   └── conv
  │       ├── cnn.py
  │       └── custom_model.py
  ├── retrieval
  │   ├── __init__.py
  │   ├── hybrid.py
  │   ├── sparse
  │   │   ├── __init__.py
  │   │   ├── bm25.py
  │   │   ├── es_bm25.py
  │   │   ├── es_dfr.py
  │   │   └── tfidf.py
  │   └── dense
  │       ├── __init__.py
  │       ├── st.py
  │       └── dpr
  │           ├── __init__.py
  │           ├── dpr_dataset.py
  │           ├── dpr_model.py
  │           ├── dpr_retrieve.py
  │           └── dpr_train_utils.py
  ├── utils
  │    ├── __init__.py
  │    ├── pypreprocess.py
  │    ├── train_qa.py
  │    ├── utils_qa.py
  │    └── wiki_split.py
  ├── arguments.py
  ├── dpr_trainer.py
  ├── ensemble.py
  ├── inference.py
  ├── readme.md
  ├── train.py
  └── train_mlm.py

About

mrc-level2-nlp-12 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%