uygarkurt commited on
Commit
7ff468d
·
verified ·
1 Parent(s): d7c89d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -5,22 +5,6 @@ license: mit
5
 
6
  # LLM Model Merging
7
 
8
- <div align="center">
9
- <a href="">
10
- <img alt="open-source-image"
11
- src="https://img.shields.io/badge/%E2%9D%A4%EF%B8%8F_Open_Source-%2350C878?style=for-the-badge"/>
12
- </a>
13
- <a href="https://youtu.be/gNXBp3wttFU">
14
- <img alt="youtube-tutorial"
15
- src="https://img.shields.io/badge/YouTube_Tutorial-grey?style=for-the-badge&logo=YouTube&logoColor=%23FF0000"/>
16
- </a>
17
- <a href="https://github.com/uygarkurt/Model-Merge">
18
- <img alt="github-image"
19
- src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white"
20
- </a>
21
- </div>
22
- <br/>
23
-
24
  ## YouTube Tutorial
25
  <div align="center">
26
  <a href="https://youtu.be/gNXBp3wttFU">Model Merging: Merge LLMs to Create Frankestein Models - Python, HuggingFace, Mergekit</a>
@@ -37,4 +21,20 @@ You can find the GitHub from here; https://github.com/uygarkurt/Model-Merge
37
  In this specific case, I typed `llama-3` into the open LLM leaderboard, took the best 3 models, merged them and created
38
  a better ranking model wihtout any training.
39
 
40
- As the main libraries we will be using [mergekit](https://github.com/arcee-ai/mergekit).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
  # LLM Model Merging
7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ## YouTube Tutorial
9
  <div align="center">
10
  <a href="https://youtu.be/gNXBp3wttFU">Model Merging: Merge LLMs to Create Frankestein Models - Python, HuggingFace, Mergekit</a>
 
21
  In this specific case, I typed `llama-3` into the open LLM leaderboard, took the best 3 models, merged them and created
22
  a better ranking model wihtout any training.
23
 
24
+ As the main libraries we will be using [mergekit](https://github.com/arcee-ai/mergekit).
25
+
26
+ <br/>
27
+ <div align="center">
28
+ <a href="">
29
+ <img alt="open-source-image"
30
+ src="https://img.shields.io/badge/%E2%9D%A4%EF%B8%8F_Open_Source-%2350C878?style=for-the-badge"/>
31
+ </a>
32
+ <a href="https://youtu.be/gNXBp3wttFU">
33
+ <img alt="youtube-tutorial"
34
+ src="https://img.shields.io/badge/YouTube_Tutorial-grey?style=for-the-badge&logo=YouTube&logoColor=%23FF0000"/>
35
+ </a>
36
+ <a href="https://github.com/uygarkurt/Model-Merge">
37
+ <img alt="github-image"
38
+ src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white"
39
+ </a>
40
+ </div>