logoalt Hacker News

fnord77today at 5:12 AM3 repliesview on HN

Can you reach into the model and "transplant" weights directly?


Replies

joriswtoday at 7:19 AM

No, you'd need to have the model on your filesystem for direct access, and then the architecture would need to be the same.

parineumtoday at 6:32 AM

If you have access to the weights, you can just use them as is...

antonvstoday at 5:40 AM

You can do things like that - one example is averaging weights between related models - but not with Anthropic's models, because outsiders don't have access to the weights.

show 1 reply