uygarkurt commited on
Commit
d3da05e
1 Parent(s): c2265be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -20
README.md CHANGED
@@ -5,25 +5,6 @@ license: mit
5
 
6
  # LLM Model Merging
7
 
8
- <div float="left">
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
- width="25%"/>
13
- </a>
14
- <a href="https://youtu.be/gNXBp3wttFU">
15
- <img alt="youtube-tutorial"
16
- src="https://img.shields.io/badge/YouTube_Tutorial-grey?style=for-the-badge&logo=YouTube&logoColor=%23FF0000"
17
- width="25%"/>
18
- </a>
19
- <a href="https://github.com/uygarkurt/Model-Merge">
20
- <img alt="github-image"
21
- src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white"
22
- width="25%"/>
23
- </a>
24
- </div>
25
- <br/>
26
-
27
  ## YouTube Tutorial
28
  <div align="center">
29
  <a href="https://youtu.be/gNXBp3wttFU">Model Merging: Merge LLMs to Create Frankestein Models - Python, HuggingFace, Mergekit</a>
@@ -40,4 +21,21 @@ You can find the GitHub from here; https://github.com/uygarkurt/Model-Merge
40
  In this specific case, I typed `llama-3` into the open LLM leaderboard, took the best 3 models, merged them and created
41
  a better ranking model wihtout any training.
42
 
43
- 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>
41
+ <br/>