Add Commercial License
This commit is contained in:
parent
4d1d4fae0a
commit
60f4501f36
23
README.md
23
README.md
@ -2,8 +2,8 @@
|
||||
<div align="center">
|
||||
|
||||
[](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 @@
|
||||
|
||||
</div>
|
||||
|
||||

|
||||
|
||||
* 本开源项目旨在完全从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
|
||||
<a href="https://github.com/jingyaogong/minimind/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=jingyaogong/minimind" />
|
||||
</a>
|
||||
|
||||
# 📌 Statement
|
||||
|
||||
本项目不承担开源模型和代码导致的数据安全、舆情风险或发生任何模型被误导、滥用、传播、不当利用而产生的风险和责任。
|
||||
|
||||
|
||||
## License
|
||||
|
||||
This repository is licensed under the [Apache-2.0 License](LICENSE).
|
16
README_en.md
16
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)
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
@ -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
|
||||
<a href="https://github.com/jingyaogong/minimind/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=jingyaogong/minimind" />
|
||||
</a>
|
||||
|
||||
# 📌 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).
|
Loading…
x
Reference in New Issue
Block a user