Skip to content

Commit

Permalink
[Update]: To fix pre-processing issue in multi-class and multi-label …
Browse files Browse the repository at this point in the history
…pipelines
  • Loading branch information
yeshsurya committed Jan 16, 2025
1 parent 03831d8 commit 7f7d352
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: https://azuremlschemas.azureedge.net/latest/pipelineComponent.schema.json
name: nlp_textclassification_multiclass
version: 0.0.3
version: 0.0.4
type: pipeline
display_name: PipelineComponent for AutoML NLP Multiclass TextClassification
description: Pipeline component for AutoML NLP Multiclass Text classification
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
huggingface_id: ${{parent.inputs.model_name}}
preprocess:
type: command
component: azureml:nlp_multiclass_datapreprocessing:0.0.2
component: azureml:nlp_multiclass_datapreprocessing:0.0.3
compute: ${{parent.inputs.compute_preprocess}}
inputs:
label_column_name: ${{parent.inputs.label_column_name}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: https://azuremlschemas.azureedge.net/latest/pipelineComponent.schema.json
name: nlp_textclassification_multilabel
version: 0.0.3
version: 0.0.4
type: pipeline
display_name: PipelineComponent for AutoML NLP Multilabel TextClassification
description: Pipeline component for AutoML NLP Multilabel Text classification
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
huggingface_id: ${{parent.inputs.model_name}}
preprocess:
type: command
component: azureml:nlp_multilabel_datapreprocessing:0.0.2
component: azureml:nlp_multilabel_datapreprocessing:0.0.3
compute: ${{parent.inputs.compute_preprocess}}
inputs:
label_column_name: ${{parent.inputs.label_column_name}}
Expand Down

0 comments on commit 7f7d352

Please sign in to comment.