Josh98 commited on
Commit
b16de67
1 Parent(s): a0a0756

change description

Browse files
Files changed (1) hide show
  1. nl2bash_m.py +1 -1
nl2bash_m.py CHANGED
@@ -22,7 +22,7 @@ import evaluate
22
 
23
 
24
  _DESCRIPTION = """
25
- Returns the rate at which the input predicted strings exactly match their references, ignoring any strings input as part of the regexes_to_ignore list.
26
  """
27
 
28
  _KWARGS_DESCRIPTION = """
 
22
 
23
 
24
  _DESCRIPTION = """
25
+ returns a score that indicates how close the bash command generated is to the actual command with a perfect score out of 1.0
26
  """
27
 
28
  _KWARGS_DESCRIPTION = """