This repository contains a fine-tuned fraud detection model and all necessary scripts and data to make predictions. Below is a guide to the key files and their usage.
Key Files & Folders
1. weber_pk/
Contains the trained fraud detection model, tokenizer, configuration files, and checkpoints.
Use this folder for loading the model for inference or further fine-tuning.
2. requirements.txt
Lists all Python packages required to run the model and scripts.