ka1tovo commited on
Commit
b82be08
·
verified ·
1 Parent(s): c5128dc

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```