NVIDIA Generative AI LLMs Questions and Answers
What type of model would you use in emotion classification tasks?
When comparing and contrasting the ReLU and sigmoid activation functions, which statement is true?
Transformers are useful for language modeling because their architecture is uniquely suited for handling which of the following?
You have developed a deep learning model for a recommendation system. You want to evaluate the performance of the model using A/B testing. What is the rationale for using A/B testing with deep learning model performance?
In the context of transformer-based large language models, how does the use of layer normalization mitigate the challenges associated with training deep neural networks?
Which feature of the HuggingFace Transformers library makes it particularly suitable for fine-tuning large language models on NVIDIA GPUs?
What is Retrieval Augmented Generation (RAG)?
When designing an experiment to compare the performance of two LLMs on a question-answering task, which statistical test is most appropriate to determine if the difference in their accuracy is significant, assuming the data follows a normal distribution?
What are the main advantages of instructed large language models over traditional, small language models (< 300M parameters)? (Pick the 2 correct responses)
Which tool would you use to select training data with specific keywords?
Which metric is commonly used to evaluate machine-translation models?
Which principle of Trustworthy AI primarily concerns the ethical implications of AI's impact on society and includes considerations for both potential misuse and unintended consequences?
You are working on developing an application to classify images of animals and need to train a neural model. However, you have a limited amount of labeled data. Which technique can you use to leverage the knowledge from a model pre-trained on a different task to improve the performance of your new model?
Which Python library is specifically designed for working with large language models (LLMs)?
In neural networks, the vanishing gradient problem refers to what problem or issue?