Suparious commited on
Commit
722bf40
·
verified ·
1 Parent(s): b7b983c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,6 +1,17 @@
1
  ---
2
  library_name: transformers
 
 
 
 
 
 
 
 
3
  tags:
 
 
 
4
  - 4-bit
5
  - AWQ
6
  - text-generation
@@ -15,7 +26,15 @@ quantized_by: Suparious
15
  - Model creator: [mlabonne](https://huggingface.co/mlabonne)
16
  - Original model: [ChimeraLlama-3-8B-v2](https://huggingface.co/mlabonne/ChimeraLlama-3-8B-v2)
17
 
 
18
 
 
 
 
 
 
 
 
19
 
20
  ## How to use
21
 
 
1
  ---
2
  library_name: transformers
3
+ license: other
4
+ base_model:
5
+ - NousResearch/Meta-Llama-3-8B-Instruct
6
+ - mlabonne/OrpoLlama-3-8B
7
+ - cognitivecomputations/dolphin-2.9-llama3-8b
8
+ - Locutusque/llama-3-neural-chat-v1-8b
9
+ - cloudyu/Meta-Llama-3-8B-Instruct-DPO
10
+ - vicgalle/Configurable-Llama-3-8B-v0.3
11
  tags:
12
+ - merge
13
+ - mergekit
14
+ - lazymergekit
15
  - 4-bit
16
  - AWQ
17
  - text-generation
 
26
  - Model creator: [mlabonne](https://huggingface.co/mlabonne)
27
  - Original model: [ChimeraLlama-3-8B-v2](https://huggingface.co/mlabonne/ChimeraLlama-3-8B-v2)
28
 
29
+ ## Model Summary
30
 
31
+ ChimeraLlama-3-8B-v2 is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
32
+ * [NousResearch/Meta-Llama-3-8B-Instruct](https://huggingface.co/NousResearch/Meta-Llama-3-8B-Instruct)
33
+ * [mlabonne/OrpoLlama-3-8B](https://huggingface.co/mlabonne/OrpoLlama-3-8B)
34
+ * [cognitivecomputations/dolphin-2.9-llama3-8b](https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b)
35
+ * [Locutusque/llama-3-neural-chat-v1-8b](https://huggingface.co/Locutusque/llama-3-neural-chat-v1-8b)
36
+ * [cloudyu/Meta-Llama-3-8B-Instruct-DPO](https://huggingface.co/cloudyu/Meta-Llama-3-8B-Instruct-DPO)
37
+ * [vicgalle/Configurable-Llama-3-8B-v0.3](https://huggingface.co/vicgalle/Configurable-Llama-3-8B-v0.3)
38
 
39
  ## How to use
40