Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1st place solution aiornot competition

This repository contains the Pytorch Lightning pipeline used in the aiornot Hugging Face competition.

The solution description can be found here: https://huggingface.co/spaces/competitions/aiornot/discussions/31.


Folder structure

project name    
│
└───data
│   │   train.csv
│   │   test.csv
│   │   sample_submission.csv
│
└───nbs
│   │   eda.ipynb
│   │   error_analysis.ipynb

└───src
│   │   config_main.py
│   │   config_ensemble.py
│   │   main.py
│   │   dataset.py
│   │   model.py
│   │   model_utils.py
│   │   ensemble.py
│   
└───outs
    └───code
         └───sim_1
         └───sim_2
         ...
    └───hopts
    └───logs
    └───models
    └───oofs
    └───subs

About

No description, website, or topics provided.

Resources

Stars

10 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages