paulilioaica commited on
Commit
2249ee1
1 Parent(s): 34dd2d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -11,9 +11,14 @@ base_model:
11
  license: apache-2.0
12
  ---
13
 
 
14
  # Hugo-7B-slerp
15
 
16
- Hugo-7B-slerp is a successful merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
 
 
 
 
17
  * [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
18
  * [beowolx/CodeNinja-1.0-OpenChat-7B](https://huggingface.co/beowolx/CodeNinja-1.0-OpenChat-7B)
19
 
@@ -71,4 +76,7 @@ pipeline = transformers.pipeline(
71
 
72
  outputs = pipeline(messages, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
73
  print(outputs)
74
- ```
 
 
 
 
11
  license: apache-2.0
12
  ---
13
 
14
+
15
  # Hugo-7B-slerp
16
 
17
+
18
+ <img src="hugo.png" alt="alt text" class="center" width="300"/>
19
+
20
+
21
+ Hugo-7B-slerp is a successful merge of the following models using mergekit:
22
  * [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
23
  * [beowolx/CodeNinja-1.0-OpenChat-7B](https://huggingface.co/beowolx/CodeNinja-1.0-OpenChat-7B)
24
 
 
76
 
77
  outputs = pipeline(messages, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
78
  print(outputs)
79
+ ```
80
+
81
+ ## 🛈 More on megekit
82
+ [mergekit](https://huggingface.co/blog/mlabonne/merge-models)