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 |
-
**UPLOAD IN PROGRESS**
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
library_name: transformers
|
4 |
tags:
|
5 |
- 4-bit
|
|
|
7 |
- text-generation
|
8 |
- autotrain_compatible
|
9 |
- endpoints_compatible
|
10 |
+
- merge
|
11 |
+
- mergekit
|
12 |
+
- meta-llama/Meta-Llama-3-8B-Instruct
|
13 |
+
- meta-llama/Meta-Llama-3-8B
|
14 |
pipeline_tag: text-generation
|
15 |
inference: false
|
16 |
quantized_by: Suparious
|
17 |
---
|
18 |
+
# arcee-ai/Llama-3-8B-Instruct-Base-Slerp AWQ
|
19 |
+
|
20 |
+
- Model creator: [arcee-ai](https://huggingface.co/arcee-ai)
|
21 |
+
- Original model: [Llama-3-8B-Instruct-Base-Slerp](https://huggingface.co/arcee-ai/Llama-3-8B-Instruct-Base-Slerp)
|
22 |
+
|
23 |
+
## Model Summary
|
24 |
+
|
25 |
+
arcee-ai/Llama-3-8B-Instruct-Base-Slerp is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
|
26 |
+
|
27 |
+
* [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)
|
28 |
+
* [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B)
|
29 |
|
|