morriszms commited on
Commit
798aa2a
1 Parent(s): 3b10bda

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ 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
+ deep-solar-Rev-v2.0.4-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ deep-solar-Rev-v2.0.4-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ deep-solar-Rev-v2.0.4-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ deep-solar-Rev-v2.0.4-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ deep-solar-Rev-v2.0.4-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ deep-solar-Rev-v2.0.4-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ deep-solar-Rev-v2.0.4-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ deep-solar-Rev-v2.0.4-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ deep-solar-Rev-v2.0.4-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ deep-solar-Rev-v2.0.4-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ deep-solar-Rev-v2.0.4-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ deep-solar-Rev-v2.0.4-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: Deepnoid/deep-solar-Rev-v2.0.4
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## Deepnoid/deep-solar-Rev-v2.0.4 - GGUF
21
+
22
+ This repo contains GGUF format model files for [Deepnoid/deep-solar-Rev-v2.0.4](https://huggingface.co/Deepnoid/deep-solar-Rev-v2.0.4).
23
+
24
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+ ### System:
36
+ {system_prompt}
37
+
38
+ ### User:
39
+ {prompt}
40
+
41
+ ### Assistant:
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [deep-solar-Rev-v2.0.4-Q2_K.gguf](https://huggingface.co/tensorblock/deep-solar-Rev-v2.0.4-GGUF/blob/main/deep-solar-Rev-v2.0.4-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [deep-solar-Rev-v2.0.4-Q3_K_S.gguf](https://huggingface.co/tensorblock/deep-solar-Rev-v2.0.4-GGUF/blob/main/deep-solar-Rev-v2.0.4-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
50
+ | [deep-solar-Rev-v2.0.4-Q3_K_M.gguf](https://huggingface.co/tensorblock/deep-solar-Rev-v2.0.4-GGUF/blob/main/deep-solar-Rev-v2.0.4-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
51
+ | [deep-solar-Rev-v2.0.4-Q3_K_L.gguf](https://huggingface.co/tensorblock/deep-solar-Rev-v2.0.4-GGUF/blob/main/deep-solar-Rev-v2.0.4-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
52
+ | [deep-solar-Rev-v2.0.4-Q4_0.gguf](https://huggingface.co/tensorblock/deep-solar-Rev-v2.0.4-GGUF/blob/main/deep-solar-Rev-v2.0.4-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [deep-solar-Rev-v2.0.4-Q4_K_S.gguf](https://huggingface.co/tensorblock/deep-solar-Rev-v2.0.4-GGUF/blob/main/deep-solar-Rev-v2.0.4-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
54
+ | [deep-solar-Rev-v2.0.4-Q4_K_M.gguf](https://huggingface.co/tensorblock/deep-solar-Rev-v2.0.4-GGUF/blob/main/deep-solar-Rev-v2.0.4-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
55
+ | [deep-solar-Rev-v2.0.4-Q5_0.gguf](https://huggingface.co/tensorblock/deep-solar-Rev-v2.0.4-GGUF/blob/main/deep-solar-Rev-v2.0.4-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [deep-solar-Rev-v2.0.4-Q5_K_S.gguf](https://huggingface.co/tensorblock/deep-solar-Rev-v2.0.4-GGUF/blob/main/deep-solar-Rev-v2.0.4-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
57
+ | [deep-solar-Rev-v2.0.4-Q5_K_M.gguf](https://huggingface.co/tensorblock/deep-solar-Rev-v2.0.4-GGUF/blob/main/deep-solar-Rev-v2.0.4-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
58
+ | [deep-solar-Rev-v2.0.4-Q6_K.gguf](https://huggingface.co/tensorblock/deep-solar-Rev-v2.0.4-GGUF/blob/main/deep-solar-Rev-v2.0.4-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
59
+ | [deep-solar-Rev-v2.0.4-Q8_0.gguf](https://huggingface.co/tensorblock/deep-solar-Rev-v2.0.4-GGUF/blob/main/deep-solar-Rev-v2.0.4-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
60
+
61
+
62
+ ## Downloading instruction
63
+
64
+ ### Command line
65
+
66
+ Firstly, install Huggingface Client
67
+
68
+ ```shell
69
+ pip install -U "huggingface_hub[cli]"
70
+ ```
71
+
72
+ Then, downoad the individual model file the a local directory
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/deep-solar-Rev-v2.0.4-GGUF --include "deep-solar-Rev-v2.0.4-Q2_K.gguf" --local-dir MY_LOCAL_DIR
76
+ ```
77
+
78
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/deep-solar-Rev-v2.0.4-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
deep-solar-Rev-v2.0.4-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d764c229ed37d85d43ba4f1d3cac660e29a62a67f825eb65b67d7c4d23030e4
3
+ size 4003232704
deep-solar-Rev-v2.0.4-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4856a9441cf85772a0df8bbb28d453c50de4531796664eead5de0d2770036b2
3
+ size 5650750400
deep-solar-Rev-v2.0.4-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:327d5c61afdbda9f25dab5ffd880b0dc4ce3e0ecba8a37675d3bf7b929ab0d40
3
+ size 5195668416
deep-solar-Rev-v2.0.4-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a08069a91cdfd1336675064a10bc73d7abab8d9b5a1fd0f048fc4064d9e5049d
3
+ size 4664564672
deep-solar-Rev-v2.0.4-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2eec0f0d232b5dc92cbc67e59aedeec05ebb00e5b22809b65e69ccfea4e1fbd
3
+ size 6072384448
deep-solar-Rev-v2.0.4-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bffb196e40c4113b82ff244167b99f29aa2847c05c2e519128c151118f6c5814
3
+ size 6461668288
deep-solar-Rev-v2.0.4-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f5548246fdd5010d590ea15eb1334ad8ee6bf6e04774ba65c7741504e24f88c
3
+ size 6118521792
deep-solar-Rev-v2.0.4-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18afb5c4751beb891356995922e799eb1d8e4c1ac2e0502b04457a03f74f0101
3
+ size 7397391296
deep-solar-Rev-v2.0.4-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:349542e6f6300e40dd877e3ea55b1f2bd15720851dfe635b354a053790ddffb4
3
+ size 7597931456
deep-solar-Rev-v2.0.4-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54763840260140132e0b612f2cfef9f89eea50c36e4d606a69eba7daeab253b1
3
+ size 7397391296
deep-solar-Rev-v2.0.4-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:993d9ef61b3a7700f41deadfb75d4933788d3eafe4c9738d5a8f9af77d978b3e
3
+ size 8805211072
deep-solar-Rev-v2.0.4-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54e3d395be684a16423f5aeae932fc98634bba52460bf6fd2dced7ffc170d74d
3
+ size 11404155840