File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ async function main(
24
24
pipelineJobDisplayName = 'embedding-customization-pipeline-sample' ,
25
25
baseModelVersionId = 'text-embedding-004' ,
26
26
taskType = 'DEFAULT' ,
27
- queriesPath = 'gs://embedding-customization-pipeline/dataset/queries .jsonl' ,
28
- corpusPath = 'gs://embedding-customization-pipeline/dataset/corpus .jsonl' ,
29
- trainLabelPath = 'gs://embedding-customization-pipeline/dataset /train.tsv' ,
30
- testLabelPath = 'gs://embedding-customization-pipeline/dataset /test.tsv' ,
27
+ corpusPath = 'gs://cloud-samples-data/ai-platform/ embedding/goog-10k-2024/r11/corpus .jsonl' ,
28
+ queriesPath = 'gs://cloud-samples-data/ai-platform/ embedding/goog-10k-2024/r11/queries .jsonl' ,
29
+ trainLabelPath = 'gs://cloud-samples-data/ai-platform/ embedding/goog-10k-2024/r11 /train.tsv' ,
30
+ testLabelPath = 'gs://cloud-samples-data/ai-platform/ embedding/goog-10k-2024/r11 /test.tsv' ,
31
31
outputDimensionality = 768 ,
32
32
learningRateMultiplier = 1.0 ,
33
33
batchSize = 128 ,
You can’t perform that action at this time.
0 commit comments