初始化项目,由ModelHub XC社区提供模型

Model: dddsaty/SOLAR-Instruct-ko-Adapter-Attach
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-31 21:11:48 +08:00
commit 59d5324091
14 changed files with 91755 additions and 0 deletions

55
README.md Normal file
View File

@@ -0,0 +1,55 @@
---
license: cc-by-nc-4.0
language:
- en
pipeline_tag: text-generation
---
**Explanation**
- With the base model, attached the saved DPO applied adapter
**Base Model**
- [upstage/SOLAR-10.7B-Instruct-v1.0](https://huggingface.co/upstage/SOLAR-10.7B-Instruct-v1.0)
**Adapter Base Model**
- [beomi/OPEN-SOLAR-KO-10.7B](https://huggingface.co/beomi/OPEN-SOLAR-KO-10.7B)
**Adapter Used Corpus**
- [maywell/ko_Ultrafeedback_binarized](https://huggingface.co/datasets/maywell/ko_Ultrafeedback_binarized)
**Score**
|Average|ARC|HellaSwag|MMLU|TruthfulQA|Winogrande|GSM8K|
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|74.11|71.08|88.2|66.09|71.51|83.5|64.29|
**Log**
- 2024.01.29: Initial version Upload
- 2024.02.10: Readme update
**LICENSE**
Following the upstage/SOLAR-10.7B-Instruct-v1.0 License
- cc-by-nc-4.0
**Citation**
- beomi/OPEN-SOLAR-KO-10.7B
```
@misc {solar_ko_junbum_2023,
author = { {L. Junbum} },
title = { Solar-Ko-10.7b },
year = 2024,
url = { https://huggingface.co/beomi/SOLAR-KO-10.7B },
publisher = { Hugging Face }
}
```
- upstage/SOLAR-10.7B-Instruct-v1.0
```
@misc{kim2023solar,
title={SOLAR 10.7B: Scaling Large Language Models with Simple yet Effective Depth Up-Scaling},
author={Dahyun Kim and Chanjun Park and Sanghoon Kim and Wonsung Lee and Wonho Song and Yunsu Kim and Hyeonwoo Kim and Yungi Kim and Hyeonju Lee and Jihoo Kim and Changbae Ahn and Seonghoon Yang and Sukyung Lee and Hyunbyung Park and Gyoungjin Gim and Mikyoung Cha and Hwalsuk Lee and Sunghun Kim},
year={2023},
eprint={2312.15166},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```