NEW
Font size
WorksheetsOCI Generative AI 2 - 21 to 40
Total questions: 20
Worksheet time: 20mins
RetrievalQA
RAG Token does not use document retrieval but generates responses based on pre-existing knowledge only.
RAG Token retrieves relevant documents for each part of the response and constructs the answer incrementally.
Retriever
How does the architecture of dedicated Al clusters contribute to minimizing GPU memory overhead for TFew fine-tuned model inference?
By sharing base model weights across multiple fine-tuned models on the same group of GPUs
Given a block of code: gaConversational Retrieval Chain. from_11m (11m, retriever=rety, memory=memory) when does a chain typically interact with memory during execution? After user input but before chain execution, and again after core logic but before output Only after the output has been generated Continuously throughout the entire chain execution process Before user input and after chain execution. Given the following code: prompt Prompt Template (input_variables= ["human_input", "city"], templatetemplate) Which statement is true about Prompt Template in relation to input_variables?
Prompt Template requires a minimum of two variables to function properly.
Prompt Template supports any number of variables, including the possibility of having none.
Conversation BufferMemory
Conversation ImageMemory
Controls the randomness of the model's output, affecting its creativity
Determines the maximum number of tokens the model can generate per response
"Top k" and "Top p" both select from the same set of tokens but use different methods to prioritize them based on frequency.
"Top k" considers the sum of probabilities of the top tokens, whereas "Top p" selects from the "Top k" tokens sorted by probability.
The token is more likely to follow the current token.
Which is a distinguishing feature of "Parameter-Efficient Fine-tuning (PEFT)" as opposed to classic "Fine-tuning in Large Language Model training?
