macadeliccc commited on
Commit
d7db29e
β€’
1 Parent(s): a1f9a03

Update README.md

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