Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
library_name: transformers
|
| 3 |
tags:
|
| 4 |
- 4-bit
|
|
@@ -6,10 +7,23 @@ 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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 15 |
+
- meta-llama/Meta-Llama-3-8B-Instruct
|
| 16 |
pipeline_tag: text-generation
|
| 17 |
inference: false
|
| 18 |
quantized_by: Suparious
|
| 19 |
---
|
| 20 |
+
# mlabonne/Llama-3-SLERP-8B AWQ
|
| 21 |
|
| 22 |
+
- Model creator: [mlabonne](https://huggingface.co/mlabonne)
|
| 23 |
+
- Original model: [Llama-3-SLERP-8B](https://huggingface.co/mlabonne/Llama-3-SLERP-8B)
|
| 24 |
+
|
| 25 |
+
## Model Summary
|
| 26 |
+
|
| 27 |
+
Llama-3-SLERP-8B is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
| 28 |
+
* [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B)
|
| 29 |
+
* [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)
|