Commit History

Add a viewer to your Gradio app to see evaluation results
758b108

rshakked commited on

feat: save and display abuse prediction results with timestamped filenames
980da81

rshakked commited on

feat: add file explorer tab to view saved models and logs in HF Space UI
1d998d0

rshakked commited on

feat: add live training log streaming using TrainerCallback and background thread
ac6514b

rshakked commited on

feat: add TrainerCallback to stream live training logs to UI
c71da37

rshakked commited on

fix: stream logs to Gradio UI using yield instead of logger only
d08a52d

rshakked commited on

fix: include missing predict_pipeline.py in repo with run_prediction_pipeline()
cf43376

rshakked commited on

fix: resolve import error due to misspelled predict_pipeline filename
87fc4e6

rshakked commited on

fix: make label_columns explicit parameter in label_row_soft
5071ec6

rshakked commited on

refactor: create predict_pipeline.py and utils.py to modularize app logic
bc56514

rshakked commited on

fix: add missing import for time module in training loop
def4deb

rshakked commited on

add support for hub integration in HF space
c2281d2

rshakked commited on

feat: persist model and logs in Hugging Face Space + add model push to hub
54299e5

rshakked commited on

feat: add support for evaluating saved model without retraining
1294c96

rshakked commited on

feat: add Gradio progress bar and streaming log updates during training
9364099

rshakked commited on

fix: pass tokenizer explicitly to AbuseDataset and safeguard evaluation step
5c16708

rshakked commited on

feat(app): run training on button click and display logs after completion
2032430

rshakked commited on

fix: reduce batch size and enable gradient checkpointing to prevent GPU OOM crashes
fedc8f2

rshakked commited on

chore(debug): move device check to top of script for clearer startup logs
285a433

rshakked commited on

chore(debug): print tensor devices and CUDA availability for troubleshooting
d4ac0ac

rshakked commited on

fix: remove .to(device) from dataset to avoid pin_memory error in Trainer
92846e1

rshakked commited on

Add version print for transformers to debug dependency issues
fea5367

rshakked commited on

updated requirments.txt
609058f

rshakked commited on

updated requirments.txt
c5027d1

rshakked commited on

Add accelerate for Trainer compatibility
aaf83ad

rshakked commited on

updated train_abuse_model to save the traind model after training process
5524706

rshakked commited on

Update app.py to stream training logs live
d04cf51

rshakked commited on

Add sentencepiece to support DebertaV2Tokenizer
5d99999

rshakked commited on

Fresh start: safe version with token moved to env secret
80b417a

rshakked commited on

Add all dependencies for model training
046bfc4

rshakked commited on

updated app.py to include clear logging
a3bf050

rshakked commited on

updated app.py to show live outputs and updated gitignore to ignore excel and doc files
a9706bf

rshakked commited on

Remove dataset folder from commit and update .gitignore
536c7e2

rshakked commited on

Update training code
7a679b4

rshakked commited on

added app file and enable GPU training
58be06f

rshakked commited on

Force Space rebuild
643d98c

rshakked commited on

initial commit
e1be091

rshakked commited on

Initial commit
17abdd2

rshakked commited on

created app.py
840e37c

rshakked commited on

Force Space rebuild
cf896a1

rshakked commited on

Add model training script
0618de2

rshakked commited on

Initial commit
f60e547

rshakked commited on

initial commit
e398a5f

rshakked commited on