Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ModelForge
/
spam-classifier
like
0
Text Classification
Scikit-learn
Joblib
English
spam
binary-classification
scikit-learn
english
License:
mit
Model card
Files
Files and versions
Community
Use this model
a75c01f
spam-classifier
/
venv
/
lib
/
python3.11
/
site-packages
/
charset_normalizer
/
version.py
Sam Chaudry
Upload folder using huggingface_hub
7885a28
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
115 Bytes
"""
Expose version
"""
from
__future__
import
annotations
__version__ =
"3.4.2"
VERSION = __version__.split(
"."
)