Hi, wanted to use huggingface in production, but I know that some models donât allow their use in production because of the license (example: GPL).
Can I use all of the huggingface models while respecting the Apache license on the huggingface Github?
Or should I check the main repo for that model to check the license to make sure I can use it?
To add to the question above, what happens if a model doesnât have a license on the repo or tag? Does it inherit the Apache 2.0 Transformerâs license?
My assumption will be that everything under transformers is Apache-licensed, unless stated otherwise, but a clarification from an administrator will be appreciated.