Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rshakked
/
safe-talk
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ac6514b
safe-talk
Ctrl+K
Ctrl+K
1 contributor
History:
40 commits
rshakked
feat: add live training log streaming using TrainerCallback and background thread
ac6514b
2 months ago
.gitattributes
Safe
1.52 kB
initial commit
2 months ago
.gitignore
Safe
3.59 kB
updated app.py to show live outputs and updated gitignore to ignore excel and doc files
2 months ago
README.md
Safe
632 Bytes
initial commit
2 months ago
app.py
Safe
1.6 kB
refactor: create predict_pipeline.py and utils.py to modularize app logic
2 months ago
predict_pipeline.py
Safe
1.94 kB
fix: include missing predict_pipeline.py in repo with run_prediction_pipeline()
2 months ago
requirements.txt
Safe
135 Bytes
Add version print for transformers to debug dependency issues
2 months ago
train_abuse_model.py
Safe
11.1 kB
feat: add live training log streaming using TrainerCallback and background thread
2 months ago
utils.py
Safe
2.83 kB
fix: make label_columns explicit parameter in label_row_soft
2 months ago