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
|
@@ -26,7 +26,7 @@ test_df[['comment_text','Toxic']].head(20)
|
|
| 26 |
```
|
| 27 |
## Training and evaluation data
|
| 28 |
|
| 29 |
-
|
| 30 |
|
| 31 |
## Training procedure
|
| 32 |
|
|
|
|
| 26 |
```
|
| 27 |
## Training and evaluation data
|
| 28 |
|
| 29 |
+
Full info in .ipynb file
|
| 30 |
|
| 31 |
## Training procedure
|
| 32 |
|