top | item 37021405

(no title)

eis | 2 years ago

It's not a 100kb model. It's 100kb config files for a several GB model. A small trained layer to stick on top of the real model for fine tuning.

discuss

order

echelon|2 years ago

This looks like something between fine tuning a top layer and a zero shot approach.

This is probably what future voice models will begin to look like as they begin to capture prosody and other fine characteristics in a few hundred kb.

bogtog|2 years ago

Yes, although it is decently interesting that a model can be fine tuned by just tweaking a small number of weights and training for just a few minutes

eis|2 years ago

There is some meat to the story, I agree. But it's not surprising. The fine tuning model of course will be small in file size and not take too long to train because by definition it is applying changes to a small subset of the main model and is trained only on a small amount if input data. You can't use the small tuning model for "Teddies" with a query that has nothing to do with Teddies. You could see these small tuning models as a diff file for the main model. And depending on the user query one can choose an appropriate diff to be applied to improve the result for that specific query.

When you train a model with new inputs to fine tune you can save the weights that got changed to a separate file instead of the main file.

In other words one can see the small tuning models as selectively to be applied updates/patches.

brianjking|2 years ago

Isn't this just another method of a LoRa like what we've already seen in Stable Diffusion?