QuestionQ56

Snowflake Gen AI & LLM Functions

When using the SNOWFLAKE.CORTEX.FINETUNE function, which column names must be included in the SQL statement supplied in the training_data_query parameter?

Choose two
  • A BASE_MODEL
  • B COMPLETION
  • C INFERENCE
  • D PROMPT
  • E TRAINING
Explanation

The training-data SQL query for SNOWFLAKE.CORTEX.FINETUNE must return prompt and completion columns. The prompt is the model input, and the completion is the expected response used for fine-tuning.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!