YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
GRU Sequence Anomaly Detector
This project provides an open-source, bidirectional GRU-based deep learning model to detect anomalies in time-series transactional data. It is designed to be general-purpose and supports transfer learning.
π Project Structure
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 dependencies
π¦ Pretrained Models
models/txn_anomaly_model.ptβ PyTorch model file for fine-tuning or loadingmodels/txn_anomaly_model.onnxβ ONNX model file for deployment in other runtimes
π Quick Start
pip install -r requirements.txt
python main.py
To fine-tune:
python fine_tune_template.py --data your_dataset.csv
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support