ka1tovo commited on
Commit
f47986e
·
verified ·
1 Parent(s): e4094ef

Upload 2 files

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. README.md +28 -30
  3. distill_orpo.png +3 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ distill_orpo.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,30 +1,28 @@
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
- ```
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # internlm2.5_7b_distill_orpo
5
+ ## Architecture
6
+ <div align="center">
7
+ <img src="distill_orpo.png" width="800"/>
8
+ </div>
9
+
10
+ ## Base model
11
+ [internlm2_5-7b-chat](https://huggingface.co/internlm/internlm2_5-7b-chat)
12
+
13
+ ## Datasets used for training
14
+ Created a [72k preference optimization dataset](https://huggingface.co/datasets/juneup/PKU-SafeRLHF-orpo-72k) from processed [PKU-SafeRLHF data](https://huggingface.co/datasets/PKU-Alignment/PKU-SafeRLHF-single-dimension) 。
15
+
16
+ ## Download model
17
+ ```bash
18
+ git lfs install
19
+ git clone https://huggingface.co/juneup/internlm2.5_7b_distill_orpo
20
+ ```
21
+ If you want to clone without large files - just their pointers
22
+ ```bash
23
+ GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/juneup/internlm2.5_7b_distill_orpo
24
+ ```
25
+
26
+ ### Download at Ollama
27
+ ```bash
28
+ ollama run Juneup/internlm2.5_7b_distill:orpo_q4_k_m
 
 
distill_orpo.png ADDED

Git LFS Details

  • SHA256: 6dd77d62af226e16c77197226454744cc2566e296222c39a6bcf41eaac0e6711
  • Pointer size: 131 Bytes
  • Size of remote file: 321 kB