juneup commited on
Commit
6941d75
·
verified ·
1 Parent(s): 564f1f3

add license

Browse files
Files changed (1) hide show
  1. README.md +39 -36
README.md CHANGED
@@ -1,37 +1,40 @@
1
- ## 数据集
2
-
3
- ### 通用领域含思维链数据集:
4
- ```bash
5
- git lfs install
6
- git clone https://huggingface.co/datasets/Congliu/Chinese-DeepSeek-R1-Distill-data-110k-SFT
7
- ```
8
- 若不想克隆大型文件:
9
- ```bash
10
- GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/Congliu/Chinese-DeepSeek-R1-Distill-data-110k-SFT
11
- ```
12
- ### 含思维链心理辅导对话数据集:
13
- ```bash
14
- git lfs install
15
- git clone https://huggingface.co/datasets/CAS-SIAT-XinHai/CPsyCoun
16
- ```
17
- 若不想克隆大型文件:
18
- ```bash
19
- GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/CAS-SIAT-XinHai/CPsyCoun
20
- ```
21
-
22
- ## 模型
23
-
24
- ### 下载
25
- ```bash
26
- git lfs install
27
- git clone https://huggingface.co/juneup/internlm2.5_7b_distill
28
- ```
29
- **若不想克隆大型文件:
30
- ```bash
31
- GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/juneup/internlm2.5_7b_distill
32
- ```
33
-
34
- ### 在Ollama下载
35
- ```bash
36
- ollama run Juneup/internlm2.5_7b_distill:q4_k_m
 
 
 
37
  ```
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ ## 数据集
5
+
6
+ ### 通用领域含思维链数据集:
7
+ ```bash
8
+ git lfs install
9
+ git clone https://huggingface.co/datasets/Congliu/Chinese-DeepSeek-R1-Distill-data-110k-SFT
10
+ ```
11
+ 若不想克隆大型文件:
12
+ ```bash
13
+ GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/Congliu/Chinese-DeepSeek-R1-Distill-data-110k-SFT
14
+ ```
15
+ ### 含思维链心理辅导对话数据集:
16
+ ```bash
17
+ git lfs install
18
+ git clone https://huggingface.co/datasets/CAS-SIAT-XinHai/CPsyCoun
19
+ ```
20
+ 若不想克隆大型文件:
21
+ ```bash
22
+ GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/CAS-SIAT-XinHai/CPsyCoun
23
+ ```
24
+
25
+ ## 模型
26
+
27
+ ### 下载
28
+ ```bash
29
+ git lfs install
30
+ git clone https://huggingface.co/juneup/internlm2.5_7b_distill
31
+ ```
32
+ **若不想克隆大型文件:
33
+ ```bash
34
+ GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/juneup/internlm2.5_7b_distill
35
+ ```
36
+
37
+ ### 在Ollama下载
38
+ ```bash
39
+ ollama run Juneup/internlm2.5_7b_distill:q4_k_m
40
  ```