You download an open source AI model with an Apache 2.0 license and figure you're safe to use it commercially. With the license green light, you go ahead and deploy it. But here's the thing nobody talks about: 76% of open source AI models are trained on data whose license is incompatible with or materially more restrictive than the model's own declared license.
We assessed close to 30 widely downloaded open source AI models from Hugging Face and 230 associated training datasets. The results should be of concern to anyone managing development apps containing open source AI models or acquiring a company with AI-powered apps.
When you grab a model from Hugging Face or GitHub, you see one license: Apache 2.0, MIT, or whatever. What you don't see is the mountain of training data with its own potentially conflicting licenses lurking underneath. Constraints on that data are inherited by the model. It's like buying a house and later finding out that the foundation was built on someone else's property.
Here's what we found.
If you're responsible for software using open source AI in any regulated or commercial context, this is a problem you need to understand.
Not all these incompatibilities are created equally. Some are worse than others.
This is the scariest category: models trained on datasets where we literally have no idea what the license is.
Put these together and 25% of all training datasets raise major concerns. And more than 50% of the models were trained on problematic—either unknown or unlicensed—datasets.
Some datasets come with Creative Commons noncommercial licenses (CC BY-NC) or research-only restrictions. The restrictions are clear: You can’t use models commercially that are trained on this data.
We found 15 dataset cases (6.5%) with explicit noncommercial restrictions that were used in over 30% of models analyzed, and those had over 23 million downloads.
The absurdity? Those same datasets end up in models released under Apache 2.0, which explicitly says that you can use this for commercial purposes. You end up with a model that claims to be commercially safe while trained on data that isn't. Your lawyers will tell you this is not good.
Copyleft licenses like GPL and Creative Commons ShareAlike come with a catch: If you build something on top of them, those derivative works must be released under the same license.
We found 18 datasets (8% of models) using copyleft-licensed data. The law is not yet clear on how this would apply to trained models. If a court says the model inherits those license terms, suddenly your proprietary model is legally required to be open source. The fix? Retrain the model—usually not practical if it's even possible. Otherwise, don't use the model.
One model in our audit had been trained with 49 datasets that included multiple copyleft-licensed ones. That's a legal powder keg waiting to go off.
Uncertainty about where data comes from creates operational risks beyond just lawyers getting nervous. If you don't know where training data came from, you can't verify
The EU AI Act requires you to document where training data comes from. If you deployed a model without checking, and that model was trained on unknown or unlicensed datasets, you're liable to need a very long conversation with compliance teams.
And that's the thing: Once you notice the problem, fixing it retroactively is expensive. Asking the right questions upfront costs way less.
If you're using AI models in products, this guidance will serve you well.
If you are acquiring a company that uses AI models in products, our experience shows that following these steps are in your best interests.
We audited close to 30 most downloaded models and found that 76% of them carry training-data risk that doesn't show up on their model-level license declarations. More than one in four training datasets either have no recorded license or unknown origins. 381 million downloads have happened under these conditions.
The disconnect between what you see and what you get when you dig a little is huge. It's not just a bug—it's a systemic problem in how the AI model ecosystem works right now. Fixing this properly means bringing the same rigor that mature open source software management evolved to over decades—license scanners, SBOMs, automated compliance—to the training data layer.
Here’s the TLDR: Look past the model license and examine the data. The risk is in the data.
Apr 14, 2026 | 8 min read
Mar 31, 2026 | 4 min read
Feb 05, 2026 | 6 min read
Jan 22, 2026 | 3 min read
Dec 16, 2025 | 4 min read
Oct 08, 2025 | 6 min read