Which aspect in the development of ethical AI systems ensures they align with societal values and norms?
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?
When fine-tuning an LLM for a specific application, why is it essential to perform exploratory data analysis (EDA) on the new training dataset?
What are the main advantages of instructed large language models over traditional, small language models (< 300M parameters)? (Pick the 2 correct responses)
In the development of trustworthy AI systems, what is the primary purpose of implementing red-teaming exercises during the alignment process of large language models?
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 Transformer architecture, which of the following statements about the Q (query), K (key), and V (value) matrices is correct?
You have access to training data but no access to test data. What evaluation method can you use to assess the performance of your AI model?
In the context of evaluating a fine-tuned LLM for a text classification task, which experimental design technique ensures robust performance estimation when dealing with imbalanced datasets?
What are some methods to overcome limited throughput between CPU and GPU? (Pick the 2 correct responses)