yetessam commited on
Commit
03b53c8
·
verified ·
1 Parent(s): 9dce3ef

Update tools/polite_guard.py

Browse files
Files changed (1) hide show
  1. tools/polite_guard.py +1 -3
tools/polite_guard.py CHANGED
@@ -30,9 +30,7 @@ class PoliteGuardTool(Tool):
30
  input_text: The text to classify.
31
 
32
  Returns:
33
- string with
34
- a. A in result['label'] which is one of the four classifications
35
- b. A score in result['score']
36
  """
37
  try:
38
  classifier = pipeline("text-classification", "Intel/polite-guard")
 
30
  input_text: The text to classify.
31
 
32
  Returns:
33
+ dictionary with label and score values
 
 
34
  """
35
  try:
36
  classifier = pipeline("text-classification", "Intel/polite-guard")