this post was submitted on 03 Feb 2025
382 points (98.0% liked)
Open Source
32467 readers
681 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
No a model is a model now if you are talking a chat bot or ai app yeah you need the data and that data changes all the time but if I have the model I can supply my own and get simalr results to their model if the data I need is the same. The code is right here https://github.com/deepseek-ai/DeepSeek-V3?tab=readme-ov-file I can get the models from https://huggingface.co/deepseek-ai/DeepSeek-V3-Base and train them further and redistub that model legally. Per
Section III: CONDITIONS OF USAGE DISTRIBUTION AND REDISTRIBUTION
Use-based restrictions. The restrictions set forth in Attachment A are considered Use-based restrictions. Therefore You cannot use the Model and the Derivatives of the Model for the specified restricted uses. You may use the Model subject to this License, including only for lawful purposes and in accordance with the License. Use may include creating any content with, finetuning, updating, running, training, evaluating and/or reparametrizing the Model. You shall require all of Your users who use the Model or a Derivative of the Model to comply with the terms of this paragraph (paragraph 5).
Okay let's talk terminology
I meant the useable application as a for example chat bot.
The model itself is useful as far as it enables me to understand the underlying logic of the whole thing right? But without the data and I guess a training period with it I can't use it if I understood it correctly.
If I am right with the above this wouldnt make it useful as in I can reproduce it as a functioning application and I wouldn't call that opensourve in my understanding of the word.