davidmasip commited on
Commit
03c5ef2
1 Parent(s): b0c4481

add comment label

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -10,7 +10,11 @@ widget:
10
  ---
11
 
12
 
13
- Model to predict whether a given text is racist or not. Usage:
 
 
 
 
14
 
15
  ```python
16
  from transformers import pipeline
 
10
  ---
11
 
12
 
13
+ Model to predict whether a given text is racist or not:
14
+ * LABEL_0 output indicates non-racist text
15
+ * LABEL_1 output indicates racist text
16
+
17
+ Usage:
18
 
19
  ```python
20
  from transformers import pipeline