Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- DarkSapling-7B-v2.0.Q5_K_M.gguf +3 -0
- DarkSapling-7B-v2.0.Q6_K.gguf +3 -0
- README.md +20 -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 |
+
DarkSapling-7B-v2.0.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
DarkSapling-7B-v2.0.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
DarkSapling-7B-v2.0.Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82dfc928d2f0515ea6e4fe1117ee69de9a6561bb0d368b9eb718071a47151904
|
3 |
+
size 5131421504
|
DarkSapling-7B-v2.0.Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d6d4eaa648c572d50179d5e784a377967ce661d5e645ea537f02a6ec5ef19c6
|
3 |
+
size 5942078336
|
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- not-for-all-audiences
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
---
|
10 |
+
|
11 |
+
# DarkSapling-7B-v2.0-GGUF⚡
|
12 |
+
|
13 |
+
🪄 GGUF quants of [DarkSapling-7B-v2.0](https://huggingface.co/TeeZee/DarkSapling-7B-v2.0).
|
14 |
+
|
15 |
+
## 📜 Prompt template
|
16 |
+
|
17 |
+
- **None**
|
18 |
+
|
19 |
+
|
20 |
+
❓
|