nomic-ai / gpt4all

GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
https://nomic.ai/gpt4all
MIT License
70.5k stars 7.69k forks source link

Issue: orca mini licence confusion. #1308

Closed alex-knyaz closed 1 year ago

alex-knyaz commented 1 year ago

In the app, orca mini licence presented as 'commercial use' but in the orca_mini_13b licence is cc-by-nc-sa-4.0 (Attribution-NonCommercial-ShareAlike 4.0 International) however orca_mini_13B-GGML licence is MIT.

orca_mini_13B-GGML is based upon orca_mini_13b, so there might be a licence issue there…

Can you clarify if the model is 'commercial use' or not?

cebtenzzre commented 1 year ago

The model was originally made available under MIT, but it was silently changed: https://huggingface.co/pankajmathur/orca_mini_13b/commit/ec3282b0fe35b99aecbbba2c281b1a389baf47fe

I believe the model was made available under MIT by mistake, as the Alpaca dataset it was partially based on prohibits commercial use (CC BY NC 4.0).

The models.json will have to be updated to reflect this.

cebtenzzre commented 1 year ago

Corrected in #1506.