FallenMerick
commited on
Commit
•
82e24dd
1
Parent(s):
31e0ca5
Upload 3 files
Browse files- .gitattributes +2 -0
- Iced-Lemon-Cookie-7B-Q4_K_M.gguf +3 -0
- Iced-Lemon-Cookie-7B-Q6_K.gguf +3 -0
- README.md +22 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
Iced-Lemon-Cookie-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Iced-Lemon-Cookie-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
Iced-Lemon-Cookie-7B-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a87760cfca6f1a6c02e79e7671f0ac79848900980f4c8f8d05c9be4ad9846af9
|
3 |
+
size 4368439488
|
Iced-Lemon-Cookie-7B-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb214aaed32c48567a8704ab2f96916b1f95a589d22e6e775f087e060be168f8
|
3 |
+
size 5942065344
|
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- FallenMerick/Iced-Lemon-Cookie-7B
|
4 |
+
model_name: Iced-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 |
+
- mistral
|
15 |
+
- text-generation
|
16 |
+
---
|
17 |
+
|
18 |
+
# Iced-Lemon-Cookie-7B
|
19 |
+
|
20 |
+
These are GGUF quants for the following model:
|
21 |
+
|
22 |
+
https://huggingface.co/FallenMerick/Iced-Lemon-Cookie-7B
|