Instructions to use Johnesss/Toxic-Comment-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Johnesss/Toxic-Comment-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://Johnesss/Toxic-Comment-Classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
You need data that is already labeled. There is example of datasets in my dataset (jigsaw-toxic-comment-classification).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
pipeline_tag: text-classification
|
| 5 |
+
---
|
| 6 |
You need data that is already labeled. There is example of datasets in my dataset (jigsaw-toxic-comment-classification).
|