Chanjun commited on
Commit
c90fb13
1 Parent(s): 9b879c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -14,6 +14,8 @@ We developed the Depth Up-Scaling technique. Built on the Llama2 architecture, S
14
  Depth-Upscaled SOLAR-10.7B has remarkable performance. It outperforms models with up to 30B parameters, even surpassing the recent Mixtral 8X7B model. For detailed information, please refer to the experimental table.
15
  Solar 10.7B is an ideal choice for fine-tuning. SOLAR-10.7B offers robustness and adaptability for your fine-tuning needs. Our simple instruction fine-tuning using the SOLAR-10.7B pre-trained model yields significant performance improvements ([SOLAR-10.7B-Instruct-v1.0](https://huggingface.co/upstage/SOLAR-10.7B-Instruct-v1.0)).
16
 
 
 
17
  # **Evaluation Results**
18
  | Model | H6 | Model Size |
19
  |----------------------------------------|-------|------------|
@@ -77,6 +79,21 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
77
  - [upstage/SOLAR-10.7B-Instruct-v1.0](https://huggingface.co/upstage/SOLAR-10.7B-Instruct-v1.0): cc-by-nc-4.0
78
  - Since some non-commercial datasets such as Alpaca are used for fine-tuning, we release fine-tuned model as cc-by-nc-4.0.
79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  ### **The Upstage AI Team** ###
81
  Upstage is creating the best LLM and DocAI. Please find more information at https://upstage.ai
82
 
 
14
  Depth-Upscaled SOLAR-10.7B has remarkable performance. It outperforms models with up to 30B parameters, even surpassing the recent Mixtral 8X7B model. For detailed information, please refer to the experimental table.
15
  Solar 10.7B is an ideal choice for fine-tuning. SOLAR-10.7B offers robustness and adaptability for your fine-tuning needs. Our simple instruction fine-tuning using the SOLAR-10.7B pre-trained model yields significant performance improvements ([SOLAR-10.7B-Instruct-v1.0](https://huggingface.co/upstage/SOLAR-10.7B-Instruct-v1.0)).
16
 
17
+ For full details of this model please read our [paper](https://arxiv.org/submit/5313698).
18
+
19
  # **Evaluation Results**
20
  | Model | H6 | Model Size |
21
  |----------------------------------------|-------|------------|
 
79
  - [upstage/SOLAR-10.7B-Instruct-v1.0](https://huggingface.co/upstage/SOLAR-10.7B-Instruct-v1.0): cc-by-nc-4.0
80
  - Since some non-commercial datasets such as Alpaca are used for fine-tuning, we release fine-tuned model as cc-by-nc-4.0.
81
 
82
+ ### **How to Cite**
83
+
84
+ Please cite this model using this format.
85
+
86
+ ```bibtex
87
+ @misc{upstage2023solar,
88
+ title={SOLAR 10.7B: Scaling Large Language Models with Simple yet Effective Depth Up-Scaling},
89
+ 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},
90
+ year={2023},
91
+ eprint={Coming Soon},
92
+ archivePrefix={arXiv},
93
+ primaryClass={cs.CL}
94
+ }
95
+ ```
96
+
97
  ### **The Upstage AI Team** ###
98
  Upstage is creating the best LLM and DocAI. Please find more information at https://upstage.ai
99