Skip to content

Commit

Permalink
Max sequence length and oss components version updated (#3029)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal-p117 authored Jun 10, 2024
1 parent e7b213d commit d02ca88
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
name: oss_text_generation_data_import
version: 0.0.15
version: 0.0.16
type: command

is_deterministic: True
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
name: oss_chat_completion_finetune
version: 0.0.15
version: 0.0.16
type: command

is_deterministic: True
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
name: oss_text_generation_finetune
version: 0.0.15
version: 0.0.16
type: command

is_deterministic: True
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: oss_chat_completion_pipeline
version: 0.0.15
version: 0.0.16
type: pipeline
display_name: OSS Chat Completion Pipeline
description: FTaaS Pipeline component for chat completion
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
dataset_input: '${{parent.jobs.oss_text_generation_data_import.outputs.output_dataset}}'
batch_size: 1000
pad_to_max_length: "false"
max_seq_length: -1
max_seq_length: 8192
number_of_gpu_to_use_finetuning: '${{parent.inputs.number_of_gpu_to_use_finetuning}}'
apply_lora: "true"
lora_alpha: 128
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: oss_text_generation_pipeline
version: 0.0.15
version: 0.0.16
type: pipeline
display_name: OSS Text Generation Pipeline
description: FTaaS Pipeline component for text generation
Expand Down

0 comments on commit d02ca88

Please sign in to comment.