Transformers
Keras
English
dieineb commited on
Commit
6dcaf33
·
verified ·
1 Parent(s): 115aaf0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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')