bearking58 commited on
Commit
3f15927
Β·
1 Parent(s): afe9be7

refactor: move core prediction codes to a folder

Browse files
__pycache__/gemma2b.cpython-312.pyc ADDED
Binary file (4.16 kB). View file
 
__pycache__/hypothesis.cpython-312.pyc ADDED
Binary file (7.68 kB). View file
 
__pycache__/prediction.cpython-312.pyc ADDED
Binary file (3.39 kB). View file
 
.gitignore β†’ core-model-prediction/.gitignore RENAMED
File without changes
Dockerfile β†’ core-model-prediction/Dockerfile RENAMED
File without changes
device_manager.py β†’ core-model-prediction/device_manager.py RENAMED
File without changes
gemma2b_dependencies.py β†’ core-model-prediction/gemma2b_dependencies.py RENAMED
File without changes
hypothesis.py β†’ core-model-prediction/hypothesis.py RENAMED
File without changes
main_model.py β†’ core-model-prediction/main_model.py RENAMED
File without changes
{models β†’ core-model-prediction/models}/albert_model.pth RENAMED
File without changes
{models β†’ core-model-prediction/models}/random_forest.joblib RENAMED
File without changes
prediction.py β†’ core-model-prediction/prediction.py RENAMED
File without changes
random_forest_dependencies.py β†’ core-model-prediction/random_forest_dependencies.py RENAMED
File without changes
random_forest_model.py β†’ core-model-prediction/random_forest_model.py RENAMED
File without changes
requirements.txt β†’ core-model-prediction/requirements.txt RENAMED
File without changes
{scalers β†’ core-model-prediction/scalers}/rf_scaler.joblib RENAMED
File without changes
{scalers β†’ core-model-prediction/scalers}/scaler-normalized-text-length.joblib RENAMED
File without changes
{scalers β†’ core-model-prediction/scalers}/scaler-not-normalized.joblib RENAMED
File without changes