Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

What is the primary function of the "temperature" parameter in the OCI Generative AI Generation models?

A.

Controls the randomness of the model's output, affecting its creativity

B.

Specifies a string that tells the model to stop generating more content

C.

Assigns a penalty to tokens that have already appeared in the preceding text

D.

Determines the maximum number of tokens the model can generate per response

What is the purpose of Retrieval Augmented Generation (RAG) in text generation?

A.

To generate text based only on the model's internal knowledge without external data

B.

To generate text using extra information obtained from an external data source

C.

To store text in an external database without using it for generation

D.

To retrieve text from an external source and present it without any modifications

Which is a key characteristic of the annotation process used in T-Few fine-tuning?

A.

T-Few fine-tuning uses annotated data to adjust a fraction of model weights.

B.

T-Few fine-tuning requires manual annotation of input-output pairs.

C.

T-Few fine-tuning involves updating the weights of all layers in the model.

D.

T-Few fine-tuning relies on unsupervised learning techniques for annotation.

Given the following code:

PromptTemplate(input_variables=["human_input", "city"], template=template)

Which statement is true about PromptTemplate in relation to input_variables?

A.

PromptTemplate requires a minimum of two variables to function properly.

B.

PromptTemplate can support only a single variable at a time.

C.

PromptTemplate supports any number of variables, including the possibility of having none.

D.

PromptTemplate is unable to use any variables.

What do embeddings in Large Language Models (LLMs) represent?

A.

The color and size of the font in textual data

B.

The frequency of each word or pixel in the data

C.

The semantic content of data in high-dimensional vectors

D.

The grammatical structure of sentences in the data

What is the purpose of embeddings in natural language processing?

A.

To increase the complexity and size of text data

B.

To translate text into a different language

C.

To create numerical representations of text that capture the meaning and relationships between words or phrases

D.

To compress text data into smaller files for storage

In which scenario is soft prompting appropriate compared to other training styles?

A.

When there is a significant amount of labeled, task-specific data available

B.

When the model needs to be adapted to perform well in a domain on which it was not originally trained

C.

When there is a need to add learnable parameters to a Large Language Model (LLM) without task-specific training

D.

When the model requires continued pretraining on unlabeled data

An AI development company is working on an AI-assisted chatbot for a customer, which happens to be an online retail company. The goal is to create an assistant that can best answer queries regarding the company policies as well as retain the chat history throughout a session. Considering the capabilities, which type of model would be the best?

A.

A keyword search-based AI that responds based on specific keywords identified in customer queries.

B.

An LLM enhanced with Retrieval-Augmented Generation (RAG) for dynamic information retrieval and response generation.

C.

An LLM dedicated to generating text responses without external data integration.

D.

A pre-trained LLM model from Cohere or OpenAI.

Which statement is true about string prompt templates and their capability regarding variables?

A.

They can only support a single variable at a time.

B.

They are unable to use any variables.

C.

They support any number of variables, including the possibility of having none.

D.

They require a minimum of two variables to function properly.

An AI development company is working on an advanced AI assistant capable of handling queries in a seamless manner. Their goal is to create an assistant that can analyze images provided by users and generate descriptive text, as well as take text descriptions and produce accurate visual representations. Considering the capabilities, which type of model would the company likely focus on integrating into their AI assistant?

A.

A diffusion model that specializes in producing complex outputs.

B.

A Large Language Model-based agent that focuses on generating textual responses

C.

A language model that operates on a token-by-token output basis

D.

A Retrieval Augmented Generation (RAG) model that uses text as input and output