From 60f4501f3639f4fd6f1b23d0df7f20b6af4dafae Mon Sep 17 00:00:00 2001
From: gongjy <2474590974@qq.com>
Date: Wed, 28 Aug 2024 17:49:18 +0800
Subject: [PATCH] Add Commercial License
---
README.md | 23 ++++++++++++++++++-----
README_en.md | 16 +++++++++++++++-
2 files changed, 33 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 863dd98..e56dc41 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
[](https://github.com/jingyaogong/minimind/stargazers)
-[](LICENSE)
-[](https://github.com/hiyouga/LLaMA-Factory/commits/main)
+[](https://img.shields.io/github/license/hiyouga/LLaMA-Factory)
+[](https://github.com/jingyaogong/minimind/commits/master)
[](https://github.com/jingyaogong/minimind/pulls)
[](https://huggingface.co/collections/jingyaogong/minimind-66caf8d999f5c7fa64f399e5)
@@ -19,6 +19,7 @@
+
* 本开源项目旨在完全从0开始,训练出仅为26M大小的微型语言模型**MiniMind**。
* **MiniMind**极其轻量,体积约是 GPT3 的 $\frac{1}{7000}$,力求做到CPU也可快速推理甚至训练。
@@ -573,9 +574,12 @@ minimind模型本身没有使用较大的数据集训练,也没有针对回答
| fire_engineer_val | 9/31 | 29.03% |
| middle_school_geography_val | 1/12 | 8.33% |
-**总题数**: 1346
-**总正确数**: 316
-**总正确率**: 23.48%
+```text
+总题数: 1346
+总正确数: 316
+总正确率: 23.48%
+```
+
---
#### 结果汇总:
@@ -681,7 +685,16 @@ MiniMind的huggingface集合地址:[MiniMind](https://huggingface.co/collectio
* [ChatLM-mini-Chinese](https://github.com/charent/ChatLM-mini-Chinese)
* [Zero-Chatgpt](https://github.com/AI-Study-Han/Zero-Chatgpt/tree/main)
+## ✨Top contributors
+
+
+
+
# 📌 Statement
本项目不承担开源模型和代码导致的数据安全、舆情风险或发生任何模型被误导、滥用、传播、不当利用而产生的风险和责任。
+
+## License
+
+This repository is licensed under the [Apache-2.0 License](LICENSE).
\ No newline at end of file
diff --git a/README_en.md b/README_en.md
index ead94e3..7f2d0f7 100644
--- a/README_en.md
+++ b/README_en.md
@@ -3,10 +3,11 @@
[](https://github.com/jingyaogong/minimind/stargazers)
[](LICENSE)
-[](https://github.com/hiyouga/LLaMA-Factory/commits/main)
+[](https://github.com/jingyaogong/minimind/commits/master)
[](https://github.com/jingyaogong/minimind/pulls)
[](https://huggingface.co/collections/jingyaogong/minimind-66caf8d999f5c7fa64f399e5)
+
@@ -768,6 +769,19 @@ Special thanks to the following open-source projects for their inspiration and d
* [ChatLM-mini-Chinese](https://github.com/charent/ChatLM-mini-Chinese)
* [Zero-Chatgpt](https://github.com/AI-Study-Han/Zero-Chatgpt/tree/main)
+
+## ✨Top contributors
+
+
+
+
# 📌 Statement
This project does not assume responsibility for data security, public opinion risks, or any risks and liabilities arising from model misguidance, misuse, dissemination, or improper use related to open-source models and code.
+
+
+
+
+## License
+
+This repository is licensed under the [Apache-2.0 License](LICENSE).
\ No newline at end of file