Skip to content

whybe-choi/dacon-financial-information-ai-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dacon-financial-information-ai-search

image

Results

Name Type Performance Rank
재정정보 AI 검색 알고리즘 경진대회 LLM 🥉 Top7% 26/359

How to use

  1. Clone the repository
git clone https://github.com/whybe-choi/dacon-financial-information-ai-search.git
cd dacon-financial-information-ai-search
  1. Create a virtual environment & Install the dependencies
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Save FAISS to local
python src/vectordb.py
  1. Inference
python main.py

Directory Structure

.
├── LICENSE
├── README.md
├── data
│   ├── sample_submission.csv
│   ├── test.csv
│   ├── test_source
│   ├── train.csv
│   └── train_source
├── faiss
│   └── ...
├── main.py
├── models
│   └── ...
├── requirements.txt
└── src
    ├── llm.py
    ├── prompt.py
    ├── reranker.py
    ├── retriever.py
    ├── utils.py
    └── vectordb.py

About

[Dacon] 재정정보 AI 검색 알고리즘 경진대회 (26/359)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages