What moves in a full fine-tune?
A rank r update to an n by n matrix stores 2 times n times r numbers, cheaper than n squared whenever r sits below half of n.
Circle one: True False
What is catastrophic forgetting?
True or false: a rank r update to an n by n weight matrix can be stored as two thin matrices holding 2 times n times r numbers in total, which is cheaper than storing all n squared numbers whenever r is smaller than n divided by 2.
Circle one: True False
A task repeats daily and prompting keeps missing. The budget covers a small adapter but not a full run. What fits?
A full fine-tune of one layer updates a 4 by 4 weight matrix, which holds 16 numbers. A low-rank adapter instead learns two small matrices, B with shape 4 by 2 and A with shape 2 by 4, and their product BA is the update. How many numbers does the adapter store in total?
Answer: ______________
For the matrix with rows [2, 4] and [3, x] to have rank 1, the second row must be a multiple of the first. What value of x makes that true?
Answer: ______________
A matrix with rows [2, 4] and [3, x] has rank 1, so the second row is a multiple of the first. What is x?
Answer: ______________
Old-task scores start slipping midway through adapting. What is the right response?
A layer has a 100 by 100 weight matrix. Which storage plan for an update uses the fewest numbers?