macadeliccc commited on
Commit
8e3eaad
β€’
1 Parent(s): fb849c0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - Intel/orca_dpo_pairs
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ ---
9
+
10
+ # πŸŒžπŸš€ SOLAR-4x10.7_38B
11
+
12
+ Merge of four Solar-10.7B instruct finetunes.
13
+
14
+ ![solar](solar.png)
15
+
16
+ ## 🌟 Usage
17
+
18
+
19
+ ## πŸŒ… Code Example
20
+
21
+ TODO
22
+
23
+ ## Evaluations
24
+
25
+ TODO
26
+
27
+
28
+ ### πŸ“š Citations
29
+
30
+ ```bibtex
31
+ @misc{kim2023solar,
32
+ title={SOLAR 10.7B: Scaling Large Language Models with Simple yet Effective Depth Up-Scaling},
33
+ 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},
34
+ year={2023},
35
+ eprint={2312.15166},
36
+ archivePrefix={arXiv},
37
+ primaryClass={cs.CL}
38
+ }