Suparious commited on
Commit
c9e09d5
·
verified ·
1 Parent(s): cae1d50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  library_name: transformers
3
  tags:
4
  - 4-bit
@@ -6,10 +7,21 @@ tags:
6
  - text-generation
7
  - autotrain_compatible
8
  - endpoints_compatible
 
 
 
 
 
9
  pipeline_tag: text-generation
10
  inference: false
11
  quantized_by: Suparious
12
  ---
13
- #
14
 
15
- **UPLOAD IN PROGRESS**
 
 
 
 
 
 
 
1
  ---
2
+ license: other
3
  library_name: transformers
4
  tags:
5
  - 4-bit
 
7
  - text-generation
8
  - autotrain_compatible
9
  - endpoints_compatible
10
+ - merge
11
+ - mergekit
12
+ - lazymergekit
13
+ base_model:
14
+ - meta-llama/Meta-Llama-3-8B-Instruct
15
  pipeline_tag: text-generation
16
  inference: false
17
  quantized_by: Suparious
18
  ---
19
+ # mlabonne/Llama-3-DARE-8B AWQ
20
 
21
+ - Model creator: [mlabonne](https://huggingface.co/mlabonne)
22
+ - Original model: [Llama-3-DARE-8B](https://huggingface.co/mlabonne/Llama-3-DARE-8B)
23
+
24
+ ## Model Summary
25
+
26
+ Llama-3-DARE-8B is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
27
+ * [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)