juneup commited on
Commit
e4094ef
·
verified ·
1 Parent(s): f10c43a

add licence

Browse files
Files changed (1) hide show
  1. README.md +29 -26
README.md CHANGED
@@ -1,27 +1,30 @@
1
- ## 数据集
2
- ### 下载
3
- ```bash
4
- git lfs install
5
- git clone https://huggingface.co/datasets/juneup/PKU-SafeRLHF-orpo
6
- ```
7
- **若不想克隆大型文件:
8
- ```bash
9
- GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/juneup/PKU-SafeRLHF-orpo
10
- ```
11
-
12
- ## 模型
13
-
14
- ### 下载
15
- ```bash
16
- git lfs install
17
- git clone https://huggingface.co/juneup/internlm2.5_7b_distill_orpo
18
- ```
19
- **若不想克隆大型文件
20
- ```bash
21
- GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/juneup/internlm2.5_7b_distill_orpo
22
- ```
23
-
24
- ### 在Ollama下载
25
- ```bash
26
- ollama run Juneup/internlm2.5_7b_distill:orpo_q4_k_m
 
 
 
27
  ```
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ ## 数据集
5
+ ### 下载
6
+ ```bash
7
+ git lfs install
8
+ git clone https://huggingface.co/datasets/juneup/PKU-SafeRLHF-orpo
9
+ ```
10
+ **若不想克隆大型文件:
11
+ ```bash
12
+ GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/juneup/PKU-SafeRLHF-orpo
13
+ ```
14
+
15
+ ## 模型
16
+
17
+ ### 下载
18
+ ```bash
19
+ git lfs install
20
+ git clone https://huggingface.co/juneup/internlm2.5_7b_distill_orpo
21
+ ```
22
+ **若不想克隆大型文件
23
+ ```bash
24
+ GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/juneup/internlm2.5_7b_distill_orpo
25
+ ```
26
+
27
+ ### 在Ollama下载
28
+ ```bash
29
+ ollama run Juneup/internlm2.5_7b_distill:orpo_q4_k_m
30
  ```