Instructions to use Ellbendls/ToxicityDetect with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Ellbendls/ToxicityDetect with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Ellbendls/ToxicityDetect") - Notebooks
- Google Colab
- Kaggle
File size: 75 Bytes
c628763 | 1 2 3 4 5 6 7 | ---
datasets:
- jigsaw_toxicity_pred
language:
- en
library_name: keras
--- |