From b505cfb3bcd157f641494e943c775415f280dac3 Mon Sep 17 00:00:00 2001 From: pudepiedj Date: Wed, 4 Oct 2023 15:54:32 +0100 Subject: [PATCH] Update LLM-questions.txt --- prompts/LLM-questions.txt | 2 ++ 1 file changed, 2 insertions(+) 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?