mamakos commited on
Commit
758c9b2
·
verified ·
1 Parent(s): 7095f4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -31,9 +31,9 @@ import closedmindedness
31
 
32
  model = closedmindedness.classifier()
33
 
34
- text_1 = "Don't annoy me with the facts, my mind is already made up."
35
  text_2 = "What a beautiful day."
36
- text_3 = "I don't get it."
37
  texts = [text_1, text_2, text_3]
38
  probs = model.predict(texts)
39
  print(probs) # []
 
31
 
32
  model = closedmindedness.classifier()
33
 
34
+ text_1 = "I will never change my mind."
35
  text_2 = "What a beautiful day."
36
+ text_3 = "I don't understand."
37
  texts = [text_1, text_2, text_3]
38
  probs = model.predict(texts)
39
  print(probs) # []