Updated and moved existing to merged_models base_model tag in README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,9 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
library_name: transformers
|
4 |
-
|
5 |
-
|
6 |
-
- AWQ
|
7 |
-
- text-generation
|
8 |
-
- autotrain_compatible
|
9 |
-
- endpoints_compatible
|
10 |
-
- merge
|
11 |
-
- mergekit
|
12 |
-
- lazymergekit
|
13 |
-
base_model:
|
14 |
- NousResearch/Meta-Llama-3-8B-Instruct
|
15 |
- mlabonne/OrpoLlama-3-8B
|
16 |
- cognitivecomputations/dolphin-2.9-llama3-8b
|
@@ -19,8 +12,16 @@ base_model:
|
|
19 |
- vicgalle/Configurable-Llama-3-8B-v0.3
|
20 |
- MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.3
|
21 |
pipeline_tag: text-generation
|
22 |
-
inference: false
|
23 |
quantized_by: Suparious
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
# mlabonne/ChimeraLlama-3-8B-v3 AWQ
|
26 |
|
|
|
1 |
---
|
2 |
+
base_model: mlabonne/ChimeraLlama-3-8B-v3
|
3 |
+
inference: false
|
4 |
library_name: transformers
|
5 |
+
license: other
|
6 |
+
merged_models:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
- NousResearch/Meta-Llama-3-8B-Instruct
|
8 |
- mlabonne/OrpoLlama-3-8B
|
9 |
- cognitivecomputations/dolphin-2.9-llama3-8b
|
|
|
12 |
- vicgalle/Configurable-Llama-3-8B-v0.3
|
13 |
- MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.3
|
14 |
pipeline_tag: text-generation
|
|
|
15 |
quantized_by: Suparious
|
16 |
+
tags:
|
17 |
+
- 4-bit
|
18 |
+
- AWQ
|
19 |
+
- text-generation
|
20 |
+
- autotrain_compatible
|
21 |
+
- endpoints_compatible
|
22 |
+
- merge
|
23 |
+
- mergekit
|
24 |
+
- lazymergekit
|
25 |
---
|
26 |
# mlabonne/ChimeraLlama-3-8B-v3 AWQ
|
27 |
|