Open source requires giving whatever digital information is necessary to build a binary.
In this case, the "binary" are the network weights, and "whatever is necessary" includes both training data, and training code.
DeepSeek is sharing:
- NO training data
- NO training code
- instead, PDFs with a description of the process
- binary weights (a few snapshots)
- fine-tune code
- inference code
- evaluation code
- integration code
In other words: a good amount of open source... with a huge binary blob in the middle.