Tbruand
commited on
Commit
·
2423876
0
Parent(s):
chore: initial commit - project structure
Browse files- .cz.toml +0 -0
- .github/workflows/ci.yml +0 -0
- .gitignore +0 -0
- README.md +0 -0
- app/handler.py +0 -0
- app/interface.py +0 -0
- data/README.md +0 -0
- main.py +0 -0
- models/base.py +0 -0
- models/few_shot.py +0 -0
- models/fine_tuned.py +0 -0
- models/zero_shot.py +0 -0
- notebooks/01_exploration.ipynb +0 -0
- requirements.txt +0 -0
- scripts/download_dataset.py +0 -0
- tests/test_handler.py +0 -0
- tests/test_interface.py +0 -0
- tests/test_models.py +0 -0
- tox.ini +0 -0
.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
|