Slide 73
Slide 73 text
73
Model Selection
MODEL
SELECTION
PROJECT SCOPE
DEFINITION
ADAPTATION &
ALIGNMENT
APPLICATION
INTEGRATION
DEPLOY
Based on the kind of informations handled by the model, the available dataset, and
regulatory constraints of the company it is possible to select a proper model within these
metrics:
● model generation: medium-size models (BERT, RoBERTa, GPT) or LLMs (GPT4, etc.)
● decoder only, encoder only, encoder/decoder models
● open source (LLaMa2, Falcon, Bloom, MBT) or commercial models (GPT3.5-turbo, GPT4,
Coral)
Commercial models are provided with API-only access by players such as OpenAI, Cohere,
Google, and Amazon.
Open Source models are a set of models trained, then released on hubs such as
HuggingFace to be downloaded or launched into the cloud.
Usually the budget required to train a new LLM from scratch makes it unfeasible for most
companies, which prefer to leverage on adaptation and alignment techniques.
06. PROJECT LIFECYCLE