We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d1ae2 commit 07feacbCopy full SHA for 07feacb
ads/aqua/evaluation/evaluation.py
@@ -459,9 +459,6 @@ def create(
459
460
evaluation_model_freeform_tags = {
461
Tags.AQUA_EVALUATION: Tags.AQUA_EVALUATION,
462
- }
463
- evaluation_model_freeform_tags = {
464
- **evaluation_model_freeform_tags,
465
**(create_aqua_evaluation_details.freeform_tags or {}),
466
}
467
evaluation_model_defined_tags = (
ads/aqua/finetuning/finetuning.py
@@ -277,9 +277,6 @@ def create(
277
ft_job_freeform_tags = {
278
Tags.AQUA_TAG: UNKNOWN,
279
Tags.AQUA_FINE_TUNED_MODEL_TAG: f"{source.id}#{source.display_name}",
280
281
- ft_job_freeform_tags = {
282
- **ft_job_freeform_tags,
283
**(create_fine_tuning_details.freeform_tags or {}),
284
285
0 commit comments