jztdd commited on
Commit
ae75539
·
verified ·
1 Parent(s): ba77b4f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -16
README.md CHANGED
@@ -112,19 +112,3 @@ while True:
112
  ## 5. 训练数据
113
  模型训练使用了20万对话数据集,其中4万为专业的心理倾诉数据,所有数据均经过匿名化处理。
114
 
115
-
116
- ## SDK下载
117
- ```bash
118
- #安装ModelScope
119
- pip install modelscope
120
- ```
121
- ```python
122
- #SDK模型下载
123
- from modelscope import snapshot_download
124
- model_dir = snapshot_download('Cylingo/XinYuan-QS-72B')
125
- ```
126
- ## Git下载
127
- ```
128
- #Git模型下载
129
- git clone https://www.modelscope.cn/Cylingo/XinYuan-QS-72B.git
130
- ```
 
112
  ## 5. 训练数据
113
  模型训练使用了20万对话数据集,其中4万为专业的心理倾诉数据,所有数据均经过匿名化处理。
114