11 ms·
Is it still true? I'd assume you should be able to freeze the matrix and unfreeze an expert block, before feeding particularly chosen training data. Or that doe
by 5555watch 1mo ago
Is it still true? I'd assume you should be able to freeze the matrix and unfreeze an expert block, before feeding particularly chosen training data. Or that doesn't work?
- Tade0 1mo agoThat's more or less the idea behind Low-Rank Adaptation, or LoRA. There's also Mixture of LoRA Experts, which instead of slicing up the model and routing through that, routes through different LoRAs. But it all comes with tradeoffs, as you have to train and run the gating network doing the routing, which also comes at a cost.