Topic 1 Question 82
What are tokens in the context of generative AI models?
Tokens are the basic units of input and output that a generative AI model operates on, representing words, subwords, or other linguistic units.
Tokens are the mathematical representations of words or concepts used in generative AI models.
Tokens are the pre-trained weights of a generative AI model that are fine-tuned for specific tasks.
Tokens are the specific prompts or instructions given to a generative AI model to generate output.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: A
A is correct
👍 6PHD_CHENG2024/11/19 - 正解だと思う選択肢: A
In the context of generative AI models, tokens are the smallest units of text that the model processes. A token could represent an entire word, a subword, or even a single character, depending on how the model is tokenized. Tokens are the basic building blocks for both input and output in natural language processing (NLP) tasks, such as text generation or translation.
👍 3Jessiii2025/02/11
シャッフルモード