diff --git a/prompts/LLM-questions.txt b/prompts/LLM-questions.txt index 36a2533bf..9d47283e4 100644 --- a/prompts/LLM-questions.txt +++ b/prompts/LLM-questions.txt @@ -18,6 +18,8 @@ In the context of LLMs, what is "RoPe" and what is it used for? In the context of LLMs, what is "LoRA" and what is it used for? In the context of LLMs, what are weights? In the context of LLMs, what are biases? +In the context of machine-learning, what is "catastrophic forgetting"? +In the context of machine-learning, what is "elastic weight consolidation (EWC)"? In the context of neural nets, what is a hidden layer? In the context of neural nets, what is a convolution? In the context of neural nets, what is dropout?