Are deepset/roberta-base-squad2, deepset/electra-base-squad2, deepset/bert-base-cased-squad2 models free to use on commercial applications? #6526
-
I want to know what implications will be there for using these model in a commercial application. What about data security, license, etc and will my data be sent back to the organization maintaining it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @muizzhaque! As you can see on https://huggingface.co/deepset/roberta-base-squad2 and the others, the models have a Creative Commons license, CC-BY-40. Here are all the details: https://creativecommons.org/licenses/by/4.0/ We don't run the models on our infrastructure, we share the weights on HF, which means that we can't collect any of your data. When you run the model locally, nothing leaves your machine 🙂 |
Beta Was this translation helpful? Give feedback.
Hey @muizzhaque! As you can see on https://huggingface.co/deepset/roberta-base-squad2 and the others, the models have a Creative Commons license, CC-BY-40. Here are all the details: https://creativecommons.org/licenses/by/4.0/
We don't run the models on our infrastructure, we share the weights on HF, which means that we can't collect any of your data. When you run the model locally, nothing leaves your machine 🙂