Tbruand commited on
Commit
2423876
·
0 Parent(s):

chore: initial commit - project structure

Browse files
.cz.toml ADDED
File without changes
.github/workflows/ci.yml ADDED
File without changes
.gitignore ADDED
File without changes
README.md ADDED
File without changes
app/handler.py ADDED
File without changes
app/interface.py ADDED
File without changes
data/README.md ADDED
File without changes
main.py ADDED
File without changes
models/base.py ADDED
File without changes
models/few_shot.py ADDED
File without changes
models/fine_tuned.py ADDED
File without changes
models/zero_shot.py ADDED
File without changes
notebooks/01_exploration.ipynb ADDED
File without changes
requirements.txt ADDED
File without changes
scripts/download_dataset.py ADDED
File without changes
tests/test_handler.py ADDED
File without changes
tests/test_interface.py ADDED
File without changes
tests/test_models.py ADDED
File without changes
tox.ini ADDED
File without changes