Skip to content

Commit

Permalink
Update icl_tot_inferencer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
liushz committed Aug 23, 2023
1 parent 5fdd83f commit ca2fa5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opencompass/openicl/icl_inferencer/icl_tot_inferencer.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ def get_value(self,
Args:
x (str): The input text to be evaluated.
y (str): The partial output to be evaluated.
n_evaluate_sample (int): _description_
cache_value (bool): _description_. Defaults to True.
n_evaluate_sample (int): Times to evaluate each partial output.
cache_value (bool): Cache to avoid duplicate candidates.
Defaults to True.
Returns:
str: Value of evaluated partial outputs.
"""
Expand Down

0 comments on commit ca2fa5b

Please sign in to comment.