Share via


AIFoundryModel.OpenAI.Davinci002 Field

Definition

Davinci-002 is the latest versions of Davinci, gpt-3 base models. Davinci-002 replaces the deprecated Curie and Davinci models. It is a smaller, faster model that is primarily used for fine tuning tasks. This model supports 16384 max input tokens and training data is up to Sep 2021. Davinci-002 supports fine-tuning, allowing developers and businesses to customize the model for specific applications. Your training data and validation data sets consist of input and output examples for how you would like the model to perform. The training and validation data you use must be formatted as a JSON Lines (JSONL) document in which each line represents a single prompt-completion pair. ## Model variation Davinci-002 is the latest version of Davinci, a gpt-3 based model. Learn more at <https://learn.microsoft.com/azure/cognitive-services/openai/concepts/models>

public static readonly Aspire.Hosting.Azure.AIFoundryModel Davinci002;
 staticval mutable Davinci002 : Aspire.Hosting.Azure.AIFoundryModel
Public Shared ReadOnly Davinci002 As AIFoundryModel 

Field Value

Applies to