pipelines/components/google-cloud/google_cloud_pipeline_compo.../_implementation/llm
Googler a66c5990e4 feat(components): Output errors as a separate table from Arbiter
PiperOrigin-RevId: 592769441
2023-12-21 00:03:12 -08:00
..
__init__.py chore(components): add `__init__.py` file to gcpc `_implementation/llm` 2023-08-20 10:36:23 -07:00
arbiter_preprocess.py 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 2023-12-13 12:20:20 -08:00
autosxs_arbiter.py feat(components): Output errors as a separate table from Arbiter 2023-12-21 00:03:12 -08:00
autosxs_metrics_computer.py 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 2023-12-13 12:20:20 -08:00
bulk_inferrer.py feat(components): Add sampling_strategy parameter to bulk inferrer to support different strategy. By default, we use greedy 2023-09-05 12:43:17 -07:00
deploy_llm_model.py feat(components): Add rlhf and infer pipelines to preview/llm. Add llm related components to _implementation/llm 2023-08-19 11:38:14 -07:00
deployment_graph.py fix(components): Resolve unique model display name on each `preview.llm.rlhf_pipeline` run instead of reusing cached result 2023-12-15 14:48:17 -08:00
env.py No public description 2023-12-20 17:53:15 -08:00
function_based.py 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 2023-12-13 12:20:20 -08:00
preprocess_chat_dataset.py feat(components): Add ability to tune chat model with `preview.llm.rlhf_pipeline` 2023-10-31 12:15:30 -07:00
private_text_comparison_importer.py feat(components): Add rlhf and infer pipelines to preview/llm. Add llm related components to _implementation/llm 2023-08-19 11:38:14 -07:00
private_text_importer.py fix(components): Have RLHF importer use default image if override is falsy 2023-09-07 13:03:38 -07:00
reinforcement_learning_graph.py feat(components): Add `num_microbatches` to `_implementation.llm` training components 2023-12-08 16:07:09 -08:00
reinforcer.py feat(components): Add `num_microbatches` to `_implementation.llm` training components 2023-12-08 16:07:09 -08:00
reward_model_graph.py feat(components): Add `num_microbatches` to `_implementation.llm` training components 2023-12-08 16:07:09 -08:00
reward_model_trainer.py feat(components): Add `num_microbatches` to `_implementation.llm` training components 2023-12-08 16:07:09 -08:00
supervised_fine_tuner.py feat(components): Add `num_microbatches` to `_implementation.llm` training components 2023-12-08 16:07:09 -08:00
task_preprocess.py 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 2023-12-13 12:20:20 -08:00
upload_llm_model.py fix(components): Append `tune-type` label when uploading models tuned by `preview.llm.rlhf_pipeline` 2023-12-05 13:30:22 -08:00
upload_tensorboard_metrics.py feat(components): Add LLM implementation component that uploads tensorboard metrics after training 2023-10-06 09:36:57 -07:00
utils.py feat(components): internal change 2023-10-06 15:56:19 -07:00
utils_test.py feat(components): internal change 2023-10-06 15:56:19 -07:00