Added base_model tag in README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
library_name: transformers
|
|
|
|
|
|
|
4 |
tags:
|
5 |
- 4-bit
|
6 |
- AWQ
|
7 |
- text-generation
|
8 |
- autotrain_compatible
|
9 |
- endpoints_compatible
|
10 |
-
pipeline_tag: text-generation
|
11 |
-
inference: false
|
12 |
-
quantized_by: Suparious
|
13 |
---
|
14 |
# dawn17/MistarlingMaid-2x7B-base AWQ
|
15 |
|
|
|
1 |
---
|
2 |
+
base_model: dawn17/MistarlingMaid-2x7B-base
|
3 |
+
inference: false
|
4 |
library_name: transformers
|
5 |
+
license: apache-2.0
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
quantized_by: Suparious
|
8 |
tags:
|
9 |
- 4-bit
|
10 |
- AWQ
|
11 |
- text-generation
|
12 |
- autotrain_compatible
|
13 |
- endpoints_compatible
|
|
|
|
|
|
|
14 |
---
|
15 |
# dawn17/MistarlingMaid-2x7B-base AWQ
|
16 |
|