File size: 618 Bytes
b82be08
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## 数据集
### 下载   
```bash

git lfs install

git clone https://huggingface.co/datasets/juneup/PKU-SafeRLHF-orpo

```
**若不想克隆大型文件:

```bash

GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/juneup/PKU-SafeRLHF-orpo

```



## 模型



### 下载

```bash

git lfs install

git clone https://huggingface.co/juneup/internlm2.5_7b_distill_orpo

```

**若不想克隆大型文件
```bash

GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/juneup/internlm2.5_7b_distill_orpo

```

### 在Ollama下载
```bash

ollama run Juneup/internlm2.5_7b_distill:orpo_q4_k_m

```