morriszms commited on
Commit
bf5a7cd
·
verified ·
1 Parent(s): a832f27

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
+ SOLAR_D-v2-10.7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SOLAR_D-v2-10.7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SOLAR_D-v2-10.7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SOLAR_D-v2-10.7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SOLAR_D-v2-10.7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SOLAR_D-v2-10.7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SOLAR_D-v2-10.7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SOLAR_D-v2-10.7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SOLAR_D-v2-10.7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SOLAR_D-v2-10.7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SOLAR_D-v2-10.7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SOLAR_D-v2-10.7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: DopeorNope/SOLAR_D-v2-10.7B
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## DopeorNope/SOLAR_D-v2-10.7B - GGUF
20
+
21
+ This repo contains GGUF format model files for [DopeorNope/SOLAR_D-v2-10.7B](https://huggingface.co/DopeorNope/SOLAR_D-v2-10.7B).
22
+
23
+ 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).
24
+
25
+ ## Prompt template
26
+
27
+ ```
28
+ ### System:
29
+ {system_prompt}
30
+
31
+ ### User:
32
+ {prompt}
33
+
34
+ ### Assistant:
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [SOLAR_D-v2-10.7B-Q2_K.gguf](https://huggingface.co/tensorblock/SOLAR_D-v2-10.7B-GGUF/tree/main/SOLAR_D-v2-10.7B-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [SOLAR_D-v2-10.7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/SOLAR_D-v2-10.7B-GGUF/tree/main/SOLAR_D-v2-10.7B-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
43
+ | [SOLAR_D-v2-10.7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/SOLAR_D-v2-10.7B-GGUF/tree/main/SOLAR_D-v2-10.7B-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
44
+ | [SOLAR_D-v2-10.7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/SOLAR_D-v2-10.7B-GGUF/tree/main/SOLAR_D-v2-10.7B-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
45
+ | [SOLAR_D-v2-10.7B-Q4_0.gguf](https://huggingface.co/tensorblock/SOLAR_D-v2-10.7B-GGUF/tree/main/SOLAR_D-v2-10.7B-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [SOLAR_D-v2-10.7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/SOLAR_D-v2-10.7B-GGUF/tree/main/SOLAR_D-v2-10.7B-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
47
+ | [SOLAR_D-v2-10.7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/SOLAR_D-v2-10.7B-GGUF/tree/main/SOLAR_D-v2-10.7B-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
48
+ | [SOLAR_D-v2-10.7B-Q5_0.gguf](https://huggingface.co/tensorblock/SOLAR_D-v2-10.7B-GGUF/tree/main/SOLAR_D-v2-10.7B-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [SOLAR_D-v2-10.7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/SOLAR_D-v2-10.7B-GGUF/tree/main/SOLAR_D-v2-10.7B-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
50
+ | [SOLAR_D-v2-10.7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/SOLAR_D-v2-10.7B-GGUF/tree/main/SOLAR_D-v2-10.7B-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
51
+ | [SOLAR_D-v2-10.7B-Q6_K.gguf](https://huggingface.co/tensorblock/SOLAR_D-v2-10.7B-GGUF/tree/main/SOLAR_D-v2-10.7B-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
52
+ | [SOLAR_D-v2-10.7B-Q8_0.gguf](https://huggingface.co/tensorblock/SOLAR_D-v2-10.7B-GGUF/tree/main/SOLAR_D-v2-10.7B-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
53
+
54
+
55
+ ## Downloading instruction
56
+
57
+ ### Command line
58
+
59
+ Firstly, install Huggingface Client
60
+
61
+ ```shell
62
+ pip install -U "huggingface_hub[cli]"
63
+ ```
64
+
65
+ Then, downoad the individual model file the a local directory
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/SOLAR_D-v2-10.7B-GGUF --include "SOLAR_D-v2-10.7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
69
+ ```
70
+
71
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/SOLAR_D-v2-10.7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
SOLAR_D-v2-10.7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38855f41fb65733bdd2bd431ef61c5ce716cfee7b69224d42720c7584f968028
3
+ size 4003232576
SOLAR_D-v2-10.7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3445cc50466484a173f2ead643f46e24150d85c4bb5cd2cdc72020afa80dccf
3
+ size 5650750272
SOLAR_D-v2-10.7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:457c1856107bf3339492a9d69dacd43de8e3ff3be493b3fdaae1dfcdf8e4bed7
3
+ size 5195668288
SOLAR_D-v2-10.7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87c45a04e03ed324928bb95dea2640391e3d28a7a6e27faf73718872aca5126d
3
+ size 4664564544
SOLAR_D-v2-10.7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a178e96518748d8694e55ca95e35fc7d2225336711fcd9cf8f45d7d73e914bcb
3
+ size 6072384320
SOLAR_D-v2-10.7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b1ea087be4f264d30e1735ef811ccab7caf9fbdb7ac7bd99db00a99f74bb29f
3
+ size 6461668160
SOLAR_D-v2-10.7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d324e0b85f8e88b3178a0e18d3facf2224fb45deceb42787083af15bc6d25d10
3
+ size 6118521664
SOLAR_D-v2-10.7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ff8783f107e9aaaf4d981a830ceedcda6f6b4ac7888c9a56ce93952c3a7e1f6
3
+ size 7397391168
SOLAR_D-v2-10.7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3b8c5744804486a7ad77b1bb55a672c6b50c5f8d59f710519f86aec827d78bb
3
+ size 7597931328
SOLAR_D-v2-10.7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a55903c385b40cc87a22b9534358bebca6155e9093ca0c52d37a355255e5b6f
3
+ size 7397391168
SOLAR_D-v2-10.7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:459f7150479452d23ba6979dbfd1899fef82148b285182d3817569f9f020bb02
3
+ size 8805210944
SOLAR_D-v2-10.7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:904c021c4afd3ab00578cbd71fbe78de9c4a9f8e86cb04a602629bf611726a6f
3
+ size 11404155712