2024.01.29 ~ 2024.03.11
Competition Page
Hansol-QA/
│
├── configs/ - configuration file for model train and inference
│ ├── datavortex_*.json
│ └── ldsolar_*.json
│
├── experiments/ - experimental ipynb files for model and technique application
│ ├── EDA.ipynb
│ ├── config_crypto.ipynb: encrypt configuration information
│ ├── klue_Roberta-large.ipynb: predict category for test data question
│ ├── papago_backtranslation.ipynb: backtranlation data augmentation with papago api
│ ├── question_similarity_check.ipynb: measure the similarity between Q1 and Q2 and select the Q2 to exclude
│ ├── rag_chromadb.ipynb: RAG Techniques Using Chromadb
│ ├── test_split.ipynb: dividie test data by conjunction
│ └── trained_inference_test.ipynb: qualitative assessment of the inference ability of the trained model
│
├── modules/ - functions and classes required to operate the model
│ ├── dataloader.py
│ ├── trainer.py
│ └── utils.py
│
├── templates/ - template for creating qa dataset
│ ├── datavortex.txt
│ └── ldcc.txt
│
├── requirements.txt - requirements for carrying out the project
├── train.py - main script to start training
└── inference.py - make submission with trained models
137 commits
Jupyter Notebook
92.4%
Python
7.6%
2024.01.29 ~ 2024.03.11
Competition Page
Hansol-QA/
│
├── configs/ - configuration file for model train and inference
│ ├── datavortex_*.json
│ └── ldsolar_*.json
│
├── experiments/ - experimental ipynb files for model and technique application
│ ├── EDA.ipynb
│ ├── config_crypto.ipynb: encrypt configuration information
│ ├── klue_Roberta-large.ipynb: predict category for test data question
│ ├── papago_backtranslation.ipynb: backtranlation data augmentation with papago api
│ ├── question_similarity_check.ipynb: measure the similarity between Q1 and Q2 and select the Q2 to exclude
│ ├── rag_chromadb.ipynb: RAG Techniques Using Chromadb
│ ├── test_split.ipynb: dividie test data by conjunction
│ └── trained_inference_test.ipynb: qualitative assessment of the inference ability of the trained model
│
├── modules/ - functions and classes required to operate the model
│ ├── dataloader.py
│ ├── trainer.py
│ └── utils.py
│
├── templates/ - template for creating qa dataset
│ ├── datavortex.txt
│ └── ldcc.txt
│
├── requirements.txt - requirements for carrying out the project
├── train.py - main script to start training
└── inference.py - make submission with trained models
137 commits
Jupyter Notebook
92.4%
Python
7.6%