Text Generation
Transformers
Safetensors
English
llama
conversational
Inference Endpoints
text-generation-inference
Chanjun commited on
Commit
dcfd917
1 Parent(s): 2c98400

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -29,7 +29,7 @@ We developed the Depth Up-Scaling technique. Built on the Llama2 architecture, S
29
  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.
30
  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.
31
 
32
- For full details of this model please read our [paper](Coming Soon).
33
 
34
  # **Instruction Fine-Tuning Strategy**
35
 
@@ -163,11 +163,11 @@ Hello, how can I assist you today? Please feel free to ask any questions or requ
163
  Please cite this model using this format.
164
 
165
  ```bibtex
166
- @misc{upstage2023solar,
167
  title={SOLAR 10.7B: Scaling Large Language Models with Simple yet Effective Depth Up-Scaling},
168
  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},
169
  year={2023},
170
- eprint={Coming Soon},
171
  archivePrefix={arXiv},
172
  primaryClass={cs.CL}
173
  }
 
29
  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.
30
  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.
31
 
32
+ For full details of this model please read our [paper](https://arxiv.org/abs/2312.15166).
33
 
34
  # **Instruction Fine-Tuning Strategy**
35
 
 
163
  Please cite this model using this format.
164
 
165
  ```bibtex
166
+ @misc{kim2023solar,
167
  title={SOLAR 10.7B: Scaling Large Language Models with Simple yet Effective Depth Up-Scaling},
168
  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},
169
  year={2023},
170
+ eprint={2312.15166},
171
  archivePrefix={arXiv},
172
  primaryClass={cs.CL}
173
  }