Skip to content

Commit 67586de

Browse files
update comments
1 parent 071345d commit 67586de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ads/aqua/finetuning/finetuning.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -571,9 +571,9 @@ def get_finetuning_default_params(self, model_id: str) -> Dict:
571571
572572
Returns
573573
-------
574-
List[str]:
575-
List of parameters from the loaded from finetuning config json file. If config information is available,
576-
then an empty list is returned.
574+
Dict:
575+
Dict of parameters from the loaded from finetuning config json file. If config information is not available,
576+
then an empty dict is returned.
577577
"""
578578
default_params = defaultdict(dict)
579579
finetuning_config = self.get_finetuning_config(model_id)

0 commit comments

Comments
 (0)