Cartinoe5930 commited on
Commit
e0d9001
·
verified ·
1 Parent(s): c584363

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -13,6 +13,8 @@ tags:
13
  SOLAR-DUS-implement is a merge of the following model using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
14
  * [Cartinoe5930/Llama2_init_Mistral](https://huggingface.co/Cartinoe5930/Llama2_init_Mistral)
15
 
 
 
16
  GitHub Repository: https://github.com/gauss5930/iDUS
17
 
18
  ## 🧩 Configuration
@@ -29,6 +31,12 @@ merge_method: passthrough
29
  dtype: float16
30
  ```
31
 
 
 
 
 
 
 
32
  ## 💻 Usage
33
 
34
  ```python
 
13
  SOLAR-DUS-implement is a merge of the following model using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
14
  * [Cartinoe5930/Llama2_init_Mistral](https://huggingface.co/Cartinoe5930/Llama2_init_Mistral)
15
 
16
+ For more detailed information, please refer to GitHub Repository.
17
+
18
  GitHub Repository: https://github.com/gauss5930/iDUS
19
 
20
  ## 🧩 Configuration
 
31
  dtype: float16
32
  ```
33
 
34
+ ## 🏆 HuggingFace Open LLM Leaderboard
35
+
36
+ |Model|ARC|HellaSwag|MMLU|TruthfulQA|Winogrande|GSM8K|Average|
37
+ |---|---|---|---|---|---|---|---|
38
+ |SOLAR-10.7B-DUS-Implementation|59.56|81.18|63.68|40.72|76.48|26.99|58.1|
39
+
40
  ## 💻 Usage
41
 
42
  ```python