NEW
Font size
WorksheetsIntro and Basics of Gen AI
Total questions: 10
Worksheet time: 5mins
What are parameters in LLM?
An NLP term for representing variables
A process to represent the knowledge of the model
Some conditions required for data
Internal variables of the model that are learned through training process
What is tokenization?
A method in LLM
Process of generating tokens
Splitting the texts into smaller units
Symbols, words or characters
Which of the following is NOT a benefit of using a large language model (LLM) to build chat apps?
LLMs can generate more realistic and informative conversation.
LLMs can save time and money by automating the process of building chat apps.
LLMs are more accurate than traditional chatbots.
LLMs are easier to use than traditional chatbots.
Temperature is measure of _______
Creativity
Randomness
Complexity
all of the above
How many parameters does gpt-3 use in their models?
180 billion
172 billion
175 billion
200 billion
What does BPE stand for?
Big Passage Encoding
Byte Passage Encryption
Byte Pair Encryption
Byte Pair Encoding
How many tokens is gpt-3 limited to?
4001 tokens
4004 tokens
3998 tokens
4000 tokens
co.classify returns ______
dictionary
json file
txt file
sets
On what basis does BPE reverse the words?
letters
delimiter
tokens
max_tokens is a parameter in a model that determines the length of ____
generated input
generated output
generated output + input
