CoolFace
Apppublic

adhikaxx88/phishing-detection-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
.gitattributes12 linesDownload Raw Back to root
1# Pastiin file model .h5 dianggap sebagai LFS (Barang Berat)2models/*.h5 filter=lfs diff=lfs merge=lfs -text3*.h5 filter=lfs diff=lfs merge=lfs -text4 5# Kalau nanti lu punya model format lain, ini buat jaga-jaga6*.pkl filter=lfs diff=lfs merge=lfs -text7*.joblib filter=lfs diff=lfs merge=lfs -text8*.bin filter=lfs diff=lfs merge=lfs -text9*.onnx filter=lfs diff=lfs merge=lfs -text10 11# Standar Git buat nanganin baris teks biar gak error di Linux/Windows12* text=auto