Views
No views yet
mail_data.csv: The dataset used for training and evaluation.eda_script.py: Script for Exploratory Data Analysis and visualization.train_model_hf.py: Main training script using Hugging Face Trainer and DistilBERT.evaluate_final.py: Script for final evaluation from the best model checkpoint.eda_plots.png: Visualizations generated during EDA.results.txt: Detailed evaluation metrics and confusion matrix.Deep_Learning_Project_Report.pdf: The final project report (15-17 pages equivalent).python3 eda_script.py to see the data distribution.python3 train_model_hf.py to fine-tune the DistilBERT model.python3 evaluate_final.py to get the final performance metrics.