HPsquared 2 days ago

This is the right terminology. Model weights are literally compiled binary data; they are the output of an algorithm run on a bunch of source data. That training dataset is the "source" of the model. Training data (or the scripts used to generate it) is human-readable and modifiable, like source code. Binary weights are not.

  • carom 2 days ago

    Just to note though, source copyright extends to its compiled form. There is probably an analogue there for model weights.

    • jeremyjh 2 days ago

      Tell me about the companies that own the copyrights to their training data.

  • phkahler a day ago

    Binary weights can still be "edited" with additional training.

    • HPsquared a day ago

      Binary executables can also be edited after compilation.

sdeframond 2 days ago

I propose that from now on we call freewares "open binaries".

drexlspivey 2 days ago

Does an “open source” model the way you describe it exist or is it a mythical creature?

hippo22 2 days ago

I'm not a lawyer, but I believe that the weights aren't subject to copyright. So, you can use them outside of Meta's license agreement provided you get them from somewhere else.