Commit Graph

1613 Commits

Author SHA1 Message Date
Connor McCarthy 973610b918 chore(components): add `json_escape` placeholder util
PiperOrigin-RevId: 595174285
2024-01-02 11:54:02 -08:00
Michael Hu 216d3f8036 docs(components): Fix AutoSxS docstring formatting
PiperOrigin-RevId: 594058915
2023-12-27 10:25:15 -08:00
Googler a66c5990e4 feat(components): Output errors as a separate table from Arbiter
PiperOrigin-RevId: 592769441
2023-12-21 00:03:12 -08:00
Michael Hu 14de087e74 No public description
PiperOrigin-RevId: 592702825
2023-12-20 17:53:15 -08:00
Googler 44f9992d0c feat(components): change output format to allow possible post eval
PiperOrigin-RevId: 592257929
2023-12-19 09:25:57 -08:00
Googler 8eddc27bc9 chore(components): Fix argument description
PiperOrigin-RevId: 592033936
2023-12-18 15:56:52 -08:00
Googler 2e2ba9e5ea fix(components): Upload the tuned adapter to Model Registry instead of model checkpoint from `preview.llm.rlhf_pipeline`
PiperOrigin-RevId: 591393116
2023-12-15 16:47:51 -08:00
Googler 075d58f89f fix(components): Resolve unique model display name on each `preview.llm.rlhf_pipeline` run instead of reusing cached result
PiperOrigin-RevId: 591365087
2023-12-15 14:48:17 -08:00
Googler f51a930120 fix(components): Use `large_model_reference` as `model_reference_name` when uploading models from `preview.llm.rlhf_pipeline` instead of hardcoding value as `text-bison@001`
PiperOrigin-RevId: 591346782
2023-12-15 13:36:40 -08:00
Googler 75ffbf94dd test(components): INTERNAL
PiperOrigin-RevId: 591075392
2023-12-14 15:54:17 -08:00
Michael Hu 9f8495d376 feat(components): Add better docstrings for AutoSxS
PiperOrigin-RevId: 591051675
2023-12-14 14:25:29 -08:00
Connor McCarthy c76a2c0a0d chore(components): release GCPC 2.8.0
PiperOrigin-RevId: 590758371
2023-12-13 17:12:52 -08:00
Googler 9f165b6f14 fix(components): Add autosxs_pipeline to the __all__ variable for the preview/model_evaluation directory
PiperOrigin-RevId: 590757280
2023-12-13 17:04:12 -08:00
Connor McCarthy 99da2df9fe chore(components): release GCPC 2.7.0
PiperOrigin-RevId: 590711365
2023-12-13 14:22:35 -08:00
Jason Dai 8c59816bf2 feat(components): Release new LLM Eval image version 0.5
PiperOrigin-RevId: 590702775
2023-12-13 13:53:17 -08:00
Googler 3d62d26727 feat(component): Migrate AutoSxS pipeline to preview and move related files to _implementation/llm directory to help Model Eval team use side by side metrics as part of their pipeline
PiperOrigin-RevId: 590677273
2023-12-13 12:20:20 -08:00
Googler efeed83406 feat(components): Enable text generation pipeline to generate row based metrics
docs: update description of ModelEvaluation's metadata field accordingly

PiperOrigin-RevId: 590486026
2023-12-13 00:43:57 -08:00
Googler 227eab1c68 fix(components): Use `llama-2-7b` for the base reward model when tuning `llama-2-13` with the `preview.llm.rlhf_pipeline`
PiperOrigin-RevId: 589490121
2023-12-09 18:23:01 -08:00
Googler 685634d4a3 feat(components): Add `num_microbatches` to `_implementation.llm` training components
PiperOrigin-RevId: 589267101
2023-12-08 16:07:09 -08:00
Googler 9007fb0007 feat(components): Bump image tag used by `preview.llm` pipelines
PiperOrigin-RevId: 589253163
2023-12-08 15:10:38 -08:00
Googler 708b8bd623 fix(components): Append `tune-type` label when uploading models tuned by `preview.llm.rlhf_pipeline`
PiperOrigin-RevId: 588172611
2023-12-05 13:30:22 -08:00
Googler 1f698349f1 feat(components): Enable endpoint_batch_predict component to take in publisher model by either model_address + model_id or just model_id
PiperOrigin-RevId: 586812440
2023-11-30 15:56:05 -08:00
Googler 397b1c97be feat(components): Edit embedding pipeline to use generic batch predict component to support multilingual embeddings model
PiperOrigin-RevId: 586329396
2023-11-29 07:01:49 -08:00
Googler 1e089e6f6d feat(components): [third party model inference] Initialize component
PiperOrigin-RevId: 585766918
2023-11-27 14:56:55 -08:00
Jason Dai a281dd9935 chore(components): release new LLM Eval container image `v0.4`
PiperOrigin-RevId: 584398807
2023-11-21 12:27:54 -08:00
Connor McCarthy 9f278f3682 fix(components): fix GCPC AutoMLImageTrainingJobRunOp ModuleNotFoundError
PiperOrigin-RevId: 583198012
2023-11-16 16:20:39 -08:00
Googler 69446b7817 chore(components): [endpoint_batch_predict] fix pipeline description
PiperOrigin-RevId: 583079495
2023-11-16 09:56:31 -08:00
Connor McCarthy a0b303759e chore(components): fix removal of __version__ in GCPC
PiperOrigin-RevId: 582796726
2023-11-15 13:56:59 -08:00
Connor McCarthy 82d27d7d14 chore(components): GCPC v2.6.0 release
PiperOrigin-RevId: 582760993
2023-11-15 12:11:20 -08:00
Googler c23b720f10 feat(components): Group `preview.llm.rlhf_pipeline` components for more readability
PiperOrigin-RevId: 582733817
2023-11-15 10:56:39 -08:00
Jason Dai b55ed6e4b4 feat(components): Add tuning dataset support to LLM Eval Text Generation and Text Classification Pipelines. Include new LLM Eval Preprocessor component to both pipelines
PiperOrigin-RevId: 582732167
2023-11-15 10:56:23 -08:00
Jason Dai 6cfad2b348 feat(components): Create new eval dataset preprocessor for formatting eval dataset
PiperOrigin-RevId: 582731483
2023-11-15 10:47:02 -08:00
Googler c038ef0a5b chore(components): [endpoint_batch_predict] update image uri to vertex-evaluation for fishfooding
PiperOrigin-RevId: 582725363
2023-11-15 10:29:05 -08:00
Connor McCarthy 91f50da235 feat(components): add environment variable support to GCPC's `create_custom_training_job_from_component`
PiperOrigin-RevId: 582423917
2023-11-14 13:32:12 -08:00
Googler bcd59220f4 feat(components): Group `preview.llm.rlhf_pipeline` components for more readability
PiperOrigin-RevId: 582394326
2023-11-14 11:52:02 -08:00
Googler c663610ff3 chore(components): Move release notes that announce chat support for `preview.llm` pipelines to correct subheading
PiperOrigin-RevId: 582386890
2023-11-14 11:29:08 -08:00
Googler a927984394 feat(components): Group `preview.llm.rlhf_pipeline` components for more readability
PiperOrigin-RevId: 581354060
2023-11-10 13:32:31 -08:00
Googler 71e5a938ef feat(components):[text2sql] Integration with first party LLM model inference pipeline
PiperOrigin-RevId: 581300725
2023-11-10 10:27:54 -08:00
Googler fb4512dc0a feat(components): Fix batch prediction model parameters payload sanitization error(batch prediction job)
PiperOrigin-RevId: 580981621
2023-11-09 12:02:15 -08:00
Googler a54ac75c8c feat(components): [endpoint_batch_predict] add retry function for retryable error
PiperOrigin-RevId: 580980127
2023-11-09 11:52:58 -08:00
Googler 4a5cbbfb8d feat(components): Update image tag used by RLHF components
PiperOrigin-RevId: 580698126
2023-11-08 16:27:14 -08:00
Changyu Zhu bfa40697ae chore(components): Remove DataConverterJobOp from docs
PiperOrigin-RevId: 580358293
2023-11-07 17:58:23 -08:00
Changyu Zhu 79a916d067 chore(components): Change #AutoML #Vision data converter output artifact type
PiperOrigin-RevId: 580344061
2023-11-07 16:57:14 -08:00
Googler 033bfa264d chore(components): Update image
PiperOrigin-RevId: 580254777
2023-11-07 11:56:41 -08:00
Jason Dai f6aad5e4e0 feat(components): add LLM Eval pipeline parameter for customizing eval dataset reference ground truth field
PiperOrigin-RevId: 580233829
2023-11-07 10:54:21 -08:00
Googler a8dd3117d5 No public description
PiperOrigin-RevId: 579961750
2023-11-06 14:40:08 -08:00
Googler 99b67ea426 chore(components): [endpoint_batch_predict] update input and output interface so that it's consistent with existing batch predict service
PiperOrigin-RevId: 579255083
2023-11-03 12:08:49 -07:00
Googler d9c3b86adc chore(components): [endpoint_batch_predict] add qms_override parameter data type conversion
PiperOrigin-RevId: 578698352
2023-11-01 18:08:16 -07:00
Googler ed9a5abe3a chore(components): [endpoint_batch_predict] update pipeline name
PiperOrigin-RevId: 578361190
2023-10-31 18:26:05 -07:00
Googler 2910d0bb52 feat(components):[text2sql] Generate SQL queries by model batch prediction
PiperOrigin-RevId: 578340803
2023-10-31 16:46:27 -07:00