From ec84396e7041bd787bb943703cb9d082bf29f956 Mon Sep 17 00:00:00 2001 From: jianyunchao Date: Fri, 12 Apr 2024 17:23:29 +0800 Subject: [PATCH] update readme Disclaimers --- README.md | 16 +++++++++++++--- README_CN.md | 11 ++++++++--- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b6ac17dec..80eb6cae1 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,21 @@ In order to facilitate developers to enjoy the benefits of MindSpore framework, ## Disclaimers -Mindspore only provides scripts that downloads and preprocesses public datasets. We do not own these datasets and are not responsible for their quality or maintenance. Please make sure you have permission to use the dataset under the dataset’s license. The models trained on these dataset are for non-commercial research and educational purpose only. +### To MindSpore models users -To dataset owners: we will remove or update all public content upon request if you don’t want your dataset included on Mindspore, or wish to update it in any way. Please contact us through a Github/Gitee issue. Your understanding and contribution to this community is greatly appreciated. +1. The models provided by MindSpore are for your non-commercial purposes only. -MindSpore is Apache 2.0 licensed. Please see the LICENSE file. +2. For each model, the MindSpore platform only suggests to you the datasets that can be used for training, and Huawei does not provide any datasets. If you use these datasets for training, please pay special attention to complying with the license of the corresponding dataset. Huawei does not assume any responsibility for any infringement disputes arising from the use of datasets. + +3. If you encounter any issues (including but not limited to functional or compliance issues) while using the MindSpore model, please submit an issue to Gitee and we will promptly review and resolve it. + +### To the owner of the dataset + +If you do not want your dataset's model to be mentioned in MindSpore, or if you wish to update the model's description about your dataset in MindSpore, please submit an issue in Gitee, and we will delete or update your dataset description according to your issue requirements. Sincerely thank you for your understanding and contribution to MindSpore. + +### License Statement + +The models provided by MindSpot models, if there is a license in the model directory, the license shall prevail. If a license does not exist in the model directory, use the Apache 2.0 license for licensing. The corresponding license text can be found in the MindSpore models root directory. ## License diff --git a/README_CN.md b/README_CN.md index 0428a6864..a7d839826 100644 --- a/README_CN.md +++ b/README_CN.md @@ -20,11 +20,16 @@ MindSpore models仓中提供了不同任务领域,经典的SOTA模型实现和 ## 免责声明 -MindSpore仅提供下载和预处理公共数据集的脚本。我们不拥有这些数据集,也不对它们的质量负责或维护。请确保您具有在数据集许可下使用该数据集的权限。在这些数据集上训练的模型仅用于非商业研究和教学目的。 +### 致MindSpore models使用者 +1. MindSpore提供的模型仅供您用于非商业目的。 +2. 对于各模型,MindSpore平台仅提示性地向您建议可用于训练的数据集,华为不提供任何数据集,如您使用这些数据集进行训练,请您特别注意应遵守对应数据集的License,如您因使用数据集而产生侵权纠纷,华为不承担任何责任。 +3. 如您在使用MindSpore模型过程中,发现任何问题(包括但不限于功能问题、合规问题),请在Gitee提交issue,我们将及时审视并解决。 -致数据集拥有者:如果您不希望将数据集包含在MindSpore中,或者希望以任何方式对其进行更新,我们将根据要求删除或更新所有公共内容。请通过GitHub或Gitee与我们联系。非常感谢您对这个社区的理解和贡献。 +### 致数据集所有者 +如果您不希望您的数据集在MindSpore中的模型被提及,或希望更新MindSpore中的模型关于您的数据集的描述,请在Gitee提交issue,我们将根据您的issue要求删除或更新您的数据集描述。衷心感谢您对MindSpore的理解和贡献。 -MindSpore已获得Apache 2.0许可,请参见LICENSE文件。 +### License声明 +MindSpore models提供的模型,如模型目录下存在License的,以该License为准。如模型目录下不存在License的,以Apache 2.0许可证许可,对应许可证文本可查阅MindSpore models根目录。 ## 许可证 -- Gitee