Updated and moved existing to merged_models base_model tag in README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,16 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
language:
|
5 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
tags:
|
7 |
- 4-bit
|
8 |
- AWQ
|
@@ -18,13 +26,6 @@ tags:
|
|
18 |
- starsnatched/MemGPT-DPO
|
19 |
- starsnatched/MemGPT-3
|
20 |
- starsnatched/MemGPT
|
21 |
-
base_model:
|
22 |
-
- starsnatched/MemGPT-DPO
|
23 |
-
- starsnatched/MemGPT-3
|
24 |
-
- starsnatched/MemGPT
|
25 |
-
pipeline_tag: text-generation
|
26 |
-
inference: false
|
27 |
-
quantized_by: Suparious
|
28 |
---
|
29 |
# liminerity/Memgpt-3x7b-MOE AWQ
|
30 |
|
|
|
1 |
---
|
2 |
+
base_model: liminerity/Memgpt-3x7b-MOE
|
3 |
+
inference: false
|
4 |
language:
|
5 |
- en
|
6 |
+
library_name: transformers
|
7 |
+
license: apache-2.0
|
8 |
+
merged_models:
|
9 |
+
- starsnatched/MemGPT-DPO
|
10 |
+
- starsnatched/MemGPT-3
|
11 |
+
- starsnatched/MemGPT
|
12 |
+
pipeline_tag: text-generation
|
13 |
+
quantized_by: Suparious
|
14 |
tags:
|
15 |
- 4-bit
|
16 |
- AWQ
|
|
|
26 |
- starsnatched/MemGPT-DPO
|
27 |
- starsnatched/MemGPT-3
|
28 |
- starsnatched/MemGPT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
# liminerity/Memgpt-3x7b-MOE AWQ
|
31 |
|