models/ – Contains the model architecture and trained weightspipeline/ – Core training, evaluation, and export logicutils/ – Logging and utility functionsnotebooks/ – Example usage and explorationtests/ – Unit and integration testsmain.py – Entry script to run training/evaluationfine_tune_template.py – Script for model fine-tuning on external datasetsmodel_card.md – Model documentation and expected usagerequirements.txt – All required dependenciesmodels/txn_anomaly_model.pt – PyTorch model file for fine-tuning or loadingmodels/txn_anomaly_model.onnx – ONNX model file for deployment in other runtimes1pip install -r requirements.txt
2python main.pypython fine_tune_template.py --data your_dataset.csv