Remix.run Logo
ms_menardi 4 days ago

however, you can test the model, by asking it things. What are you concerned is hiding inside of that big block of numbers? Order 66?

NullPrefix 4 days ago | parent [-]

this also applies to proprietary black box software. You can still test it, interact with it

ms_menardi 2 days ago | parent [-]

the difference is, that a model is literally just numbers.

proprietary software is data and code, and while it's true that code is data, the difference is that some data is intended to be for control flow, while in a model it is all the same stuff.

You can point to any single part of an LLM's model and say "this here is a weight" but if you point to any single part of a binary file you will have no idea what you're looking at.

And yes, you could decompile the binary, but that still doesn't give you the entire picture, and all proprietary software does the shady shit on servers these days anyway so you're not even going to find anything interesting.

8note 2 days ago | parent [-]

it isn't really just numbers though.

what if i want to change out the middle part of the training, and then still run the rest as before? or if i want to cull a bunch of the initial training set?

a binary is also just numbers, but we know there's other parts to it