ManRo commited on
Commit
ddc2f74
1 Parent(s): d271102

Update README.md

Browse files

format added in secction Model in Action

Files changed (1) hide show
  1. README.md +2 -2
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", LABEL_1: "SEXISM" score: probability of accuracy per model
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}]