Questions tagged [artificial-intelligence]
The artificial-intelligence tag has no summary.
10 questions
14 votes
3 answers
3k views
(Why) is AI generated code/work allowed to be released under free/open/libre licenses?
It seems more and more people see no problem with pushing or otherwise releasing LLM-generated code/work as their own. However, it occurs to me, that every free/open/libre licence I can think of ...
5 votes
2 answers
516 views
Using AI-generated illustrations in my open source app
Our open source app is rather popular but looks very bland, with some colors but only stock icons and no illustrations. None of the developers in our community has drawing skills nor vast amounts of ...
1 vote
0 answers
64 views
If an AI is trained on code under a specific license (e.g. MIT) would it be legal to use the generated code under that same license? [duplicate]
I wonder if it would be legal to train AI code generators on various code bases separated by license and then get assistance on your project by whatever model complies with your project's license. ...
2 votes
0 answers
451 views
Commercial usage of sentence-transformers/multi-qa-mpnet-base-cos-v1
We are trying to use a HuggingFace Embedding model - multi-qa-mpnet-base-cos-v1 for an internal Large Language Model powered application. While reading the documentation it says (not verbatim): For ...
3 votes
0 answers
243 views
If one uses an AI model licensed under CC-BY-SA in a program, must the program be licensed under CC-BY-SA?
If one uses an AI model licensed under CC-BY-SA (e.g., MPT-7B-Instruct) in a program, must the program by licensed under CC-BY-SA? creativecommons.org mentions: SA – Adaptations must be shared under ...