Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ The model was trained with a dataset composed of toxic and non-toxic comments ex
|
|
24 |
|
25 |
⚠️ THE EXAMPLES BELOW CONTAIN TOXIC/OFFENSIVE LANGUAGE ⚠️
|
26 |
|
27 |
-
```
|
28 |
import tensorflow as tf
|
29 |
|
30 |
toxicity_model = tf.keras.models.load_model('toxicity_model.keras')
|
|
|
24 |
|
25 |
⚠️ THE EXAMPLES BELOW CONTAIN TOXIC/OFFENSIVE LANGUAGE ⚠️
|
26 |
|
27 |
+
```python
|
28 |
import tensorflow as tf
|
29 |
|
30 |
toxicity_model = tf.keras.models.load_model('toxicity_model.keras')
|