docs: update readme
This commit is contained in:
parent
cfaddd9538
commit
cff95adbbc
51
README.md
51
README.md
@ -1,16 +1,15 @@
|
|||||||
# EmoLLM-心理健康大模型
|
# EmoLLM-心理健康大模型
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- PROJECT SHIELDS -->
|
<!-- PROJECT SHIELDS -->
|
||||||
|
|
||||||
[![Contributors][contributors-shield]][contributors-url]
|
[Contributors][contributors-url]
|
||||||
[![Forks][forks-shield]][forks-url]
|
[Forks][forks-url]
|
||||||
[![Issues][issues-shield]][issues-url]
|
[Issues][issues-url]
|
||||||
[![MIT License][license-shield]][license-url]
|
[MIT License][license-url]
|
||||||
[![Stargazers][stars-shield]][stars-url]
|
[Stargazers][stars-url]
|
||||||
|
|
||||||
<!-- PROJECT LOGO -->
|
<!-- PROJECT LOGO -->
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<!-- [![LinkedIn][linkedin-shield]][linkedin-url] -->
|
<!-- [![LinkedIn][linkedin-shield]][linkedin-url] -->
|
||||||
@ -77,14 +76,16 @@
|
|||||||
|
|
||||||
###### 开发前的配置要求
|
###### 开发前的配置要求
|
||||||
|
|
||||||
详见[部署要求](https://github.com/aJupyter/EmoLLM/tree/main/%E9%85%8D%E7%BD%AE%E8%A6%81%E6%B1%82)
|
- 硬件:A100 40G
|
||||||
|
|
||||||
###### **使用指南**
|
###### **使用指南**
|
||||||
|
|
||||||
1. Clone the repo
|
1. Clone the repo
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/aJupyter/EmoLLM.git
|
git clone https://github.com/aJupyter/EmoLLM.git
|
||||||
```
|
```
|
||||||
|
|
||||||
2. 依次阅读或者选择感兴趣的部分阅读:
|
2. 依次阅读或者选择感兴趣的部分阅读:
|
||||||
- [文件目录说明](#文件目录说明)
|
- [文件目录说明](#文件目录说明)
|
||||||
- [数据构建](#数据构建)
|
- [数据构建](#数据构建)
|
||||||
@ -92,35 +93,22 @@ git clone https://github.com/aJupyter/EmoLLM.git
|
|||||||
- [部署指南](#部署指南)
|
- [部署指南](#部署指南)
|
||||||
- 查看更多详情
|
- 查看更多详情
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>更多详情</summary>
|
<summary>更多详情</summary>
|
||||||
|
|
||||||
### 文件目录说明
|
### 文件目录说明
|
||||||
|
|
||||||
eg:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
filetree
|
├─assets:图像资源
|
||||||
├── ARCHITECTURE.md
|
├─datasets:数据集
|
||||||
├── LICENSE.txt
|
├─demo:demo脚本
|
||||||
├── README.md
|
├─generate_data:生成数据指南
|
||||||
├── /account/
|
│ └─xinghuo
|
||||||
├── /bbs/
|
├─scripts:一些可用工具
|
||||||
├── /docs/
|
└─xtuner_config:微调指南
|
||||||
│ ├── /rules/
|
└─images
|
||||||
│ │ ├── backend.txt
|
|
||||||
│ │ └── frontend.txt
|
|
||||||
├── manage.py
|
|
||||||
├── /oa/
|
|
||||||
├── /static/
|
|
||||||
├── /templates/
|
|
||||||
├── useless.md
|
|
||||||
└── /util/
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### 数据构建
|
### 数据构建
|
||||||
|
|
||||||
请阅读[数据构建指南](generate_data/tutorial.md)查阅
|
请阅读[数据构建指南](generate_data/tutorial.md)查阅
|
||||||
@ -156,9 +144,6 @@ filetree
|
|||||||
4. Push to the Branch (`git push origin feature/AmazingFeature`)
|
4. Push to the Branch (`git push origin feature/AmazingFeature`)
|
||||||
5. Open a Pull Request
|
5. Open a Pull Request
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### 版本控制
|
### 版本控制
|
||||||
|
|
||||||
该项目使用Git进行版本管理。您可以在repository参看当前可用版本。
|
该项目使用Git进行版本管理。您可以在repository参看当前可用版本。
|
||||||
@ -192,6 +177,7 @@ filetree
|
|||||||
<!-- [linkedin-url]: https://linkedin.com/in/aJupyter -->
|
<!-- [linkedin-url]: https://linkedin.com/in/aJupyter -->
|
||||||
|
|
||||||
<!-- 太少了,没必要放 -->
|
<!-- 太少了,没必要放 -->
|
||||||
|
|
||||||
<!-- ## Star History
|
<!-- ## Star History
|
||||||
|
|
||||||
[](https://star-history.com/#aJupyter/EmoLLM&Date) -->
|
[](https://star-history.com/#aJupyter/EmoLLM&Date) -->
|
||||||
@ -211,4 +197,3 @@ filetree
|
|||||||
[issues-url]: https://img.shields.io/github/issues/aJupyter/EmoLLM.svg
|
[issues-url]: https://img.shields.io/github/issues/aJupyter/EmoLLM.svg
|
||||||
[license-shield]: https://img.shields.io/github/license/aJupyter/EmoLLM.svg?style=flat-square
|
[license-shield]: https://img.shields.io/github/license/aJupyter/EmoLLM.svg?style=flat-square
|
||||||
[license-url]: https://github.com/aJupyter/EmoLLM/blob/main/LICENSE
|
[license-url]: https://github.com/aJupyter/EmoLLM/blob/main/LICENSE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user