Copycats commited on
Commit
cd3371a
1 Parent(s): ef4be91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -55,8 +55,8 @@ text = "your text"
55
 
56
  preds_list = text_classifier(text)
57
  best_pred = preds_list[0]
58
- print(f"Label of Best Intentatioin: {preds_list['label']}")
59
- print(f"Score of Best Intentatioin: {preds_list['score']}")
60
  ```
61
 
62
  ## Evaluation
 
55
 
56
  preds_list = text_classifier(text)
57
  best_pred = preds_list[0]
58
+ print(f"Label of Best Intentatioin: {best_pred['label']}")
59
+ print(f"Score of Best Intentatioin: {best_pred['score']}")
60
  ```
61
 
62
  ## Evaluation