Skip to content

Commit

Permalink
feat: LLM - Add RLHF-tuning support for text-bison@002
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 620991093
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Apr 1, 2024
1 parent 7f9fab7 commit 1f27c3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vertexai/language_models/_language_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3448,6 +3448,7 @@ class _PreviewCodeGenerationModel(CodeGenerationModel, _CountTokensCodeGeneratio
_SUPPORTED_RLHF_MODELS = {
"text-bison@001",
"chat-bison@001",
"text-bison@002",
}


Expand Down

0 comments on commit 1f27c3e

Please sign in to comment.