A financial institution is fine-tuning a llama3.1-70b model within Snowflake Cortex using sensitive internal financial reports to improve sentiment analysis on earnings call transcripts. They need to understand the implications for data privacy, model ownership, and how this fine-tuned model can be managed and shared. Which of the following statements are true regarding this process?
Correct Answer: A,B,C
Option A is correct. Snowflake's privacy principles state that your Usage and Customer Data (including inputs and outputs for fine- tuning) are NOT used to train, re-train, or fine-tune Models made available to others. Option B is correct. Fine-tuned models built using your data can only be used by you, ensuring exclusivity. Option C is correct. Models generated with Cortex Fine-tuning (specifically of the type) can be shared using Data Sharing. Option D is incorrect. While Cortex Fine-Tuned LLMs appear in the Model Registry's Snowsight UI, they are *not* managed by the Model Registry API. Option E is incorrect. Cortex Fine-tuning is described as a 'fully managed service' within Snowflake, which abstracts away much of the underlying infrastructure management like GPU resources, although a warehouse is selected for the job. Explicit provisioning and management of compute pools with GPUs is more characteristic of Snowpark Container Services for custom models.