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

  • Log In
  • Sign Up

NightPrince
/
Toxic_Classification

Text Classification
TF-Keras
Keras
English
toxic-content
tensorflow
deep-learning
safety
multiclass
Model card Files Files and versions
xet
Community

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

  • Libraries
  • TF-Keras

    How to use NightPrince/Toxic_Classification with TF-Keras:

    # Note: 'keras<3.x' or 'tf_keras' must be installed (legacy)
    # See https://github.com/keras-team/tf-keras for more details.
    from huggingface_hub import from_pretrained_keras
    
    model = from_pretrained_keras("NightPrince/Toxic_Classification")
    
  • Keras

    How to use NightPrince/Toxic_Classification with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://NightPrince/Toxic_Classification")
    
  • Notebooks
  • Google Colab
  • Kaggle
Toxic_Classification
11.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits

This model has 1 file scanned as unsafe.

NightPrince's picture
NightPrince
Update README.md
3951155 verified 10 months ago
  • variables
    Upload folder using huggingface_hub 10 months ago
  • .gitattributes
    1.6 kB
    Upload folder using huggingface_hub 10 months ago
  • README.md
    4.54 kB
    Update README.md 10 months ago
  • config.json
    1 kB
    Upload folder using huggingface_hub 10 months ago
  • fingerprint.pb
    80 Bytes
    xet
    Upload folder using huggingface_hub 10 months ago
  • label_map.json
    183 Bytes
    Upload label_map.json 10 months ago
  • pipeline.py
    1.57 kB
    Update pipeline.py 10 months ago
  • requirements.txt
    93 Bytes
    Upload folder using huggingface_hub 10 months ago
  • saved_model.pb
    156 kB
    xet
    Upload folder using huggingface_hub 10 months ago
  • tokenizer.json
    345 kB
    Upload tokenizer.json 10 months ago