-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can LayoutLM be used for commercial purpose? #352
Comments
@rohitchoudhary-magicfinserv Only LayoutLMv1 can be used for commercial purpose, while others are currently under the CC-BY-NC-SA license. |
Does LayoutLMv1 is deprecated? |
Only the previous fine-tuning code is deprecated as we move to layoutlmft, the model is not deprecated |
The license on the |
It would be great to get some additional clarification on the licensing. I'm finding different licensing in different places and it is confusing.
So does this mean that even LayouLMv1 cannot be fine-tuned fore commercial use using this repo? Or does that only apply to LayoutLMv2? Does this mean that the Thanks! |
I am also curious about this. Can someone from Microsoft please clarify? |
@brandenkmurray @athuljays Thanks for the interest! LayoutLMv1 can be completely used for commercial purpose. For others (LayoutLMv2/LayoutXLM), the pre-trained models from this repo are not for commercial purpose right now. |
Will the pre-trained models be made available for commercial use at some time in the future ? It severely limits the applicability and desirability of using these models to make them NC only. Is this a liability mitigation by Microsoft that will be lifted in the future or is this a decision to effectively close-source these models ? |
@wolfshow, could you please clarify one more time one thing: is it okay to use code from the LayoutLMv3/2 repo for commercial purposes? |
@PolinaYa - Yes, the license has changed to MIT in both huggingface website and the original unlim repo. Have fun! |
Using this commit LayoutLM3 was distributed with MIT license: This might have been by accident as it switched back to CC-BY-NC-SA a few days after but it was still released with that license. Also the very first release of LayoutLM3 was released under MIT license. Again, might have been by accident but the claim that LayoutLM3 never has been available for commercial use seems to not hold up. Might be worth talking to a lawyer before using the code in a commercial setting but it could be that you can in fact use it. |
So can we use Layout XLM or Layout XLM 2? |
Yes, what's the current status of the license? |
I came to know that layoutLM v1 is commercial available rest LayoutLMs V2,V3 are not commerical available i got this from their offical github repo |
@wolfshow Can a fine-tuned model v2/v3 on custom dataset with different weights be used for commercial purpose? |
No you can't use LayoutLM V2/V3 for commercial purpose you can use LayoutLmV1 but that is too old not as good as V2, V3 |
@sudhitpanchal , are you sure? i think its only about model weights, if we train on our own data; it will be different weights. |
|
**Can LayoutLM be used for commercial purposes? And how LayoutLM license is different than other versions of LayoutLM (LayoutLMv2, LayoutLMFT, layoutXLM)
Will license hold for both train model and code.
Or one can use a trained model provide by other sources such as Docbank for commercial purposes.
I have noticed that the LayoutLM folder is showing deprecated. What does that mean in terms of use and license?
**
Model I am using (LayoutLM):
The text was updated successfully, but these errors were encountered: