update readme

This commit is contained in:
gongjy 2024-09-20 21:15:14 +08:00
parent 1c493e8c2a
commit 19523a121f
2 changed files with 61 additions and 6 deletions

View File

@ -661,9 +661,18 @@ minimind模型本身没有使用较大的数据集训练也没有针对回答
# 📌 Acknowledge
> [!TIP]
> 如果您觉得 `MiniMind`对您有所帮助,可以在 GitHub 上加一个⭐<br/>
> 篇幅不短水平有限难免纰漏欢迎在Issues交流指正或提交PR改进项目<br/>
> 您的支持就是持续改进项目的动力
> [!NOTE]
> 如果您觉得 `MiniMind`对您有所帮助,请在 GitHub 上给一个⭐<br/>
> 您的支持是我们持续改进项目的动力篇幅不短水平有限难免纰漏欢迎在issue交流和指正。
> 众擎易举。如果您已经尝试训练了新的MiniMind型号欢迎在Discussions或Issues中分享您的模型权重<br/>
> 它们可以是在特定下游任务或垂直领域例如情感识别、医疗、心理、金融、法律问答等的MiniMind新模型版本<br/>
> 也可以是经过拓展训练后例如探索更长文本序列、更大体积0.1B+或更大的数据集的MiniMind新模型版本<br/>
> 任何分享都视作独一无二的,所有尝试都具有价值,并受到鼓励<br/>
> 这些贡献都会被及时发现并整理在鸣谢列表中,再次感谢所有支持!
## 🤝[贡献者](https://github.com/jingyaogong/minimind/graphs/contributors)
@ -712,6 +721,25 @@ minimind模型本身没有使用较大的数据集训练也没有针对回答
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=jingyaogong/minimind&type=Date"/>
</picture>
<details close>
<summary> <b>参考链接 & 致谢以下优秀的论文或项目</b> </summary>
- 排名不分任何先后顺序
- [https://github.com/meta-llama/llama3](https://github.com/meta-llama/llama3)
- [https://github.com/karpathy/llama2.c](https://github.com/karpathy/llama2.c)
- [https://github.com/DLLXW/baby-llama2-chinese](https://github.com/DLLXW/baby-llama2-chinese)
- [(DeepSeek-V2)https://arxiv.org/abs/2405.04434](https://arxiv.org/abs/2405.04434)
- [https://github.com/charent/ChatLM-mini-Chinese](https://github.com/charent/ChatLM-mini-Chinese)
- [https://github.com/wdndev/tiny-llm-zh](https://github.com/wdndev/tiny-llm-zh)
- [(Mistral-MoE)https://arxiv.org/pdf/2401.04088](https://arxiv.org/pdf/2401.04088)
- [https://github.com/Tongjilibo/build_MiniLLM_from_scratch](https://github.com/Tongjilibo/build_MiniLLM_from_scratch)
- [https://github.com/jzhang38/TinyLlama](https://github.com/jzhang38/TinyLlama)
- [https://github.com/AI-Study-Han/Zero-Chatgpt](https://github.com/AI-Study-Han/Zero-Chatgpt)
- [https://github.com/xusenlinzy/api-for-open-llm](https://github.com/xusenlinzy/api-for-open-llm)
- [https://github.com/HqWu-HITCS/Awesome-Chinese-LLM](https://github.com/HqWu-HITCS/Awesome-Chinese-LLM)
</details>
# License
This repository is licensed under the [Apache-2.0 License](LICENSE).

View File

@ -730,11 +730,18 @@ your model with third-party UIs, such as fastgpt, OpenWebUI, etc.
# 📌 Acknowledgement
> [!TIP]
> If you find `MiniMind` helpful, please give us a ⭐ on GitHub.<br/>
> Given the length and the limitations of our expertise, there may be errors. We welcome discussions and corrections in the Issues section.<br/>
> Your support is the driving force behind our continuous improvement of the project!
> [!NOTE]
> If you find `MiniMind` helpful, please give us a ⭐️ on GitHub. Your support is the driving force behind our continuous
> efforts to improve the project! Due to the length and limited expertise, there may be some errors. We welcome any
> issues
> for discussion and correction.
> An individual's resources, energy, and time are limited, so we encourage everyone to participate and contribute collectively. If you have trained model weights, you are welcome to share them in the Discussions or Issues sections.<br/>
> These models can be new versions of MiniMind tailored for specific downstream tasks or vertical domains (such as sentiment recognition, healthcare, psychology, finance, legal Q&A, etc.).<br/>
> They can also be new versions of MiniMind models that have undergone extended training, exploring longer text sequences, larger volumes (such as 0.1B+), or more extensive datasets.<br/>
> Each contribution is unique, and all attempts are valuable and encouraged.<br/>
> Any shared contributions will be promptly recognized and compiled in the acknowledgments list. Thank you once again for everyone's support!
## 🤝[Contributors](https://github.com/jingyaogong/minimind/graphs/contributors)
@ -780,6 +787,26 @@ your model with third-party UIs, such as fastgpt, OpenWebUI, etc.
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=jingyaogong/minimind&type=Date"/>
</picture>
<details close>
<summary> <b>Reference Links & Acknowledgments to the Following Excellent Papers or Projects</b> </summary>
- No specific order
- [https://github.com/meta-llama/llama3](https://github.com/meta-llama/llama3)
- [https://github.com/karpathy/llama2.c](https://github.com/karpathy/llama2.c)
- [https://github.com/DLLXW/baby-llama2-chinese](https://github.com/DLLXW/baby-llama2-chinese)
- [(DeepSeek-V2)https://arxiv.org/abs/2405.04434](https://arxiv.org/abs/2405.04434)
- [https://github.com/charent/ChatLM-mini-Chinese](https://github.com/charent/ChatLM-mini-Chinese)
- [https://github.com/wdndev/tiny-llm-zh](https://github.com/wdndev/tiny-llm-zh)
- [(Mistral-MoE)https://arxiv.org/pdf/2401.04088](https://arxiv.org/pdf/2401.04088)
- [https://github.com/Tongjilibo/build_MiniLLM_from_scratch](https://github.com/Tongjilibo/build_MiniLLM_from_scratch)
- [https://github.com/jzhang38/TinyLlama](https://github.com/jzhang38/TinyLlama)
- [https://github.com/AI-Study-Han/Zero-Chatgpt](https://github.com/AI-Study-Han/Zero-Chatgpt)
- [https://github.com/xusenlinzy/api-for-open-llm](https://github.com/xusenlinzy/api-for-open-llm)
- [https://github.com/HqWu-HITCS/Awesome-Chinese-LLM](https://github.com/HqWu-HITCS/Awesome-Chinese-LLM)
</details>
# License
This repository is licensed under the [Apache-2.0 License](LICENSE).