Potential Inconsistencies Between Model and Base model License
Hi, while reviewing the licenses for this model and the base model it depends on, I noticed a potential inconsistency that could cause confusion or legal risks in some situations.
Base model of your model is openai/whisper-large-v3, which licensed under Apache-2.0.However, the license of your model is Mit license, i.e., less strict than Apache-2.0 on license terms, which may impact the whole license compatibility in your repository, thus confusing subsequent users and bringing possible legal and financial risks.
If possible, you can fix them in one of the following ways:
1.It could be helpful to select another proper license for your repository, e.g., Apache-2.0.
2.You may want to gently remind users that, in some cases, they should check both the model license and the base model license, especially when redistributing or modifying the model.