Skip to content

Conversation

dynamicwebpaige
Copy link

text-bison is using the outdated PaLM v2 models; Gemini 1.5 Flash now has tuning support, and is the recommended model for text and multimodal analysis.

def __init__(
self,
base_model: str = "text-bison@002",
base_model: str = "gemini-1.5-flash",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe changing the model name for tunable estimators is not enough.

):
def __init__(
self,
base_model: str = "text-bison@002",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants