Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

darwinkernelpanic
/
moderat

Text Classification
Scikit-learn
English
content-moderation
safety
dual-mode
pii-detection
child-safety
Model card Files Files and versions
xet
Community

Instructions to use darwinkernelpanic/moderat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use darwinkernelpanic/moderat with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("darwinkernelpanic/moderat", "sklearn_model.joblib")
    )
    # only load pickle files from sources you trust
    # read more about it here https://skops.readthedocs.io/en/stable/persistence.html
  • Notebooks
  • Google Colab
  • Kaggle
moderat
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
darwinkernelpanic's picture
darwinkernelpanic
Upload moderat_speed_test.ipynb with huggingface_hub
70a8440 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    3 kB
    Upload README.md with huggingface_hub 3 months ago
  • inference.py
    3.61 kB
    Upload inference.py with huggingface_hub 3 months ago
  • moderat_speed_test.ipynb
    17 kB
    Upload moderat_speed_test.ipynb with huggingface_hub 3 months ago
  • moderation_model.pkl
    101 kB
    xet
    Upload moderation_model.pkl with huggingface_hub 3 months ago
  • pii_extension.py
    19.4 kB
    Upload pii_extension.py with huggingface_hub 3 months ago