morriszms commited on
Commit
3e0eb07
·
verified ·
1 Parent(s): b765313

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
+ nox-solar-10.7b-v4-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ nox-solar-10.7b-v4-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ nox-solar-10.7b-v4-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ nox-solar-10.7b-v4-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ nox-solar-10.7b-v4-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ nox-solar-10.7b-v4-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ nox-solar-10.7b-v4-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ nox-solar-10.7b-v4-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ nox-solar-10.7b-v4-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ nox-solar-10.7b-v4-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ nox-solar-10.7b-v4-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ nox-solar-10.7b-v4-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ base_model: davidkim205/nox-solar-10.7b-v4
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ 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>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## davidkim205/nox-solar-10.7b-v4 - GGUF
22
+
23
+ This repo contains GGUF format model files for [davidkim205/nox-solar-10.7b-v4](https://huggingface.co/davidkim205/nox-solar-10.7b-v4).
24
+
25
+ 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).
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <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;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+ ### System:
37
+ {system_prompt}
38
+
39
+ ### User:
40
+ {prompt}
41
+
42
+ ### Assistant:
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [nox-solar-10.7b-v4-Q2_K.gguf](https://huggingface.co/tensorblock/nox-solar-10.7b-v4-GGUF/blob/main/nox-solar-10.7b-v4-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [nox-solar-10.7b-v4-Q3_K_S.gguf](https://huggingface.co/tensorblock/nox-solar-10.7b-v4-GGUF/blob/main/nox-solar-10.7b-v4-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
51
+ | [nox-solar-10.7b-v4-Q3_K_M.gguf](https://huggingface.co/tensorblock/nox-solar-10.7b-v4-GGUF/blob/main/nox-solar-10.7b-v4-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
52
+ | [nox-solar-10.7b-v4-Q3_K_L.gguf](https://huggingface.co/tensorblock/nox-solar-10.7b-v4-GGUF/blob/main/nox-solar-10.7b-v4-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
53
+ | [nox-solar-10.7b-v4-Q4_0.gguf](https://huggingface.co/tensorblock/nox-solar-10.7b-v4-GGUF/blob/main/nox-solar-10.7b-v4-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [nox-solar-10.7b-v4-Q4_K_S.gguf](https://huggingface.co/tensorblock/nox-solar-10.7b-v4-GGUF/blob/main/nox-solar-10.7b-v4-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
55
+ | [nox-solar-10.7b-v4-Q4_K_M.gguf](https://huggingface.co/tensorblock/nox-solar-10.7b-v4-GGUF/blob/main/nox-solar-10.7b-v4-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
56
+ | [nox-solar-10.7b-v4-Q5_0.gguf](https://huggingface.co/tensorblock/nox-solar-10.7b-v4-GGUF/blob/main/nox-solar-10.7b-v4-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [nox-solar-10.7b-v4-Q5_K_S.gguf](https://huggingface.co/tensorblock/nox-solar-10.7b-v4-GGUF/blob/main/nox-solar-10.7b-v4-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
58
+ | [nox-solar-10.7b-v4-Q5_K_M.gguf](https://huggingface.co/tensorblock/nox-solar-10.7b-v4-GGUF/blob/main/nox-solar-10.7b-v4-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
59
+ | [nox-solar-10.7b-v4-Q6_K.gguf](https://huggingface.co/tensorblock/nox-solar-10.7b-v4-GGUF/blob/main/nox-solar-10.7b-v4-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
60
+ | [nox-solar-10.7b-v4-Q8_0.gguf](https://huggingface.co/tensorblock/nox-solar-10.7b-v4-GGUF/blob/main/nox-solar-10.7b-v4-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/nox-solar-10.7b-v4-GGUF --include "nox-solar-10.7b-v4-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/nox-solar-10.7b-v4-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
nox-solar-10.7b-v4-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:626b00d04904505c16fa8f913dd34d01d35e728bbeb41a9f4ff5859b6c953294
3
+ size 4003232704
nox-solar-10.7b-v4-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e45a24b3f64b2384f50522daf4f0f353e3babca07d7f1e3aa9a234c5ada3a35b
3
+ size 5650750400
nox-solar-10.7b-v4-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36ba56befd687d022abd045bf115fee893d2cae6295c331638606b3a9402e5c0
3
+ size 5195668416
nox-solar-10.7b-v4-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86a15c88cdd1b5d801c047497ad7ad093f4c5e91b64ea05c7440aa43065b15b5
3
+ size 4664564672
nox-solar-10.7b-v4-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d6efa6d5c8f5d61fec1e63ad237a10dba4d6510f8492b6c024539fb97880a32
3
+ size 6072384448
nox-solar-10.7b-v4-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1553ee742be79d4e58fb7cd10e092b98c94bf875ad07b8f92eb07c47e500b244
3
+ size 6461668288
nox-solar-10.7b-v4-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af6cac674d124796cb1b40dac5c6f9631e7fdb0080269eac9aaa5c9b4f6f53d8
3
+ size 6118521792
nox-solar-10.7b-v4-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db13b909d9f70c0804ee75f57c3a7cd4f8aa8618ee46e94d2b1f6a5acc05baa8
3
+ size 7397391296
nox-solar-10.7b-v4-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d36ce247fd36022ba8b18d6e2eeeef2f0262fb78d7927a6c761b0508de430fe
3
+ size 7597931456
nox-solar-10.7b-v4-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fa13cdfe3d7b151c623c43c51098aa04c21c5c64e16769220ca3661d819e767
3
+ size 7397391296
nox-solar-10.7b-v4-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6314d6da2d73a83599571456933cc3f226adcc82247e76453d6a24be94c928c9
3
+ size 8805211072
nox-solar-10.7b-v4-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c69ab34bc8addb0bae25b24341a13b2cf8f30c7c116cd10d4a25b3b236e84dac
3
+ size 11404155840