
Amazon Bedrock Parte 1a
Some of the fundamental parts of Amazon Bedrock, which is a great generative artificial intelligence tool, is that we can interact with different and powerful models.
Published Aug 14, 2024
Amazon Bedrock is a fully managed tool that allows us to develop generative artificial intelligence applications in a secure, private, and responsible manner.

From what we see currently, generative artificial intelligence is a field within artificial intelligence and in this case it focuses on the development of algorithms that can create new content, in this case generative, such as text, images, audio, video, even code, and unlike traditional artificial intelligence, which focuses on analyzing and understanding existing data, generative artificial intelligence has the ability to generate completely new and original data.

Some common terms that are already within what is generative artificial intelligence are FM, LLM, embeddings, fine tuning, knowledge base, agents, tokens, transformers, synthetic data.
One of the main points is, for example, what GenAI is, the LLMs, which we know as the large language model, since they are basic models, trained in the architecture of transformers. And these can perform a wide range of tasks, natural language processing, NLP, such as text generation, classification, summary, since these LLMs have been considered revolutionary, due to the capacity to generate coherent text.

Well, all of these are close to prediction models, symbolic because they generate the next word, that is, they are predictive, and given the sequence of words, the term length, and this refers to the number of parameters (numerical values that are adjusted during the training of a model to learn patterns and relationships in the data) trained in these models, and it is for billions of parameters and one of these examples:
Like GPT-3.5 and LLaMA 3 are known for their ability to:
1. Generate coherent and contextual text
2. Understand natural language
3. Perform language processing tasks such as translation, summarization, and answering questions.

Claude 3, for example, is a language model developed by Anthropic that focuses on text generation and natural language understanding.
GPT-3.5 is an advanced version of the GPT-3 model, developed by OpenAI, that has demonstrated impressive capabilities in text generation and language processing tasks.
LLaMA 3 is another language model developed by Meta AI that focuses on text generation and natural language understanding.
Parameter counts are:
• GPT-3: 175 billion parameters
• LLaMA 3: 70 billion parameters
• Claude 3: 12 billion parameters
The more parameters a model has, the more capable it is of generating complex and coherent content. However, it also requires more computational resources and data to train.

Amazon Bedrock allows developers to efficiently create and deploy large language models (LLMs). Some ways to use different LLM models is through Model Selection, as it offers a variety of pre-trained LLM models, such as Claude3 Llama3 and others with which you can perform Model Deployment, to use them in applications such as natural language processing, sentiment analysis, text classification, etc.
We will continue soon with Part 2.