Update README.md
Browse filesformat added in secction Model in Action
README.md
CHANGED
@@ -113,8 +113,8 @@ pipeline_nlp("mujer al volante peligro!")
|
|
113 |
#pipeline_nlp("¡me encanta el ipad!")
|
114 |
#pipeline_nlp (["mujer al volante peligro!", "Los hombre tienen más manias que las mujeres", "me encanta el ipad!"] )
|
115 |
|
116 |
-
# OUTPUT MODEL
|
117 |
-
# LABEL_0: "NON SEXISM"
|
118 |
|
119 |
# [{'label': 'LABEL_1', 'score': 0.9967633485794067}]
|
120 |
# [{'label': 'LABEL_0', 'score': 0.9934417009353638}]
|
|
|
113 |
#pipeline_nlp("¡me encanta el ipad!")
|
114 |
#pipeline_nlp (["mujer al volante peligro!", "Los hombre tienen más manias que las mujeres", "me encanta el ipad!"] )
|
115 |
|
116 |
+
# OUTPUT MODEL #
|
117 |
+
# LABEL_0: "NON SEXISM"or LABEL_1: "SEXISM" and score: probability of accuracy per model.
|
118 |
|
119 |
# [{'label': 'LABEL_1', 'score': 0.9967633485794067}]
|
120 |
# [{'label': 'LABEL_0', 'score': 0.9934417009353638}]
|