## 数据集 ### 下载 ```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 ```