Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
---
|
2 |
base_model:
|
3 |
- FallenMerick/Smart-Lemon-Cookie-7B
|
|
|
|
|
|
|
4 |
tags:
|
5 |
- quantized
|
6 |
- 4-bit
|
7 |
- 6-bit
|
8 |
- 8-bit
|
9 |
- GGUF
|
10 |
-
- mistral
|
11 |
-
- text-generation
|
12 |
- merge
|
13 |
---
|
14 |
|
|
|
1 |
---
|
2 |
base_model:
|
3 |
- FallenMerick/Smart-Lemon-Cookie-7B
|
4 |
+
model_name: Smart-Lemon-Cookie-7B
|
5 |
+
model_type: mistral
|
6 |
+
pipeline_tag: text-generation
|
7 |
tags:
|
8 |
- quantized
|
9 |
- 4-bit
|
10 |
- 6-bit
|
11 |
- 8-bit
|
12 |
- GGUF
|
|
|
|
|
13 |
- merge
|
14 |
---
|
15 |
|