morriszms commited on
Commit
1c08e4a
·
verified ·
1 Parent(s): 9fcd88a

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
+ hk-SOLAR-10.7B-v1.2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ hk-SOLAR-10.7B-v1.2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ hk-SOLAR-10.7B-v1.2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ hk-SOLAR-10.7B-v1.2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ hk-SOLAR-10.7B-v1.2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ hk-SOLAR-10.7B-v1.2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ hk-SOLAR-10.7B-v1.2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ hk-SOLAR-10.7B-v1.2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ hk-SOLAR-10.7B-v1.2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ hk-SOLAR-10.7B-v1.2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ hk-SOLAR-10.7B-v1.2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ hk-SOLAR-10.7B-v1.2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ language:
5
+ - ko
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: hkss/hk-SOLAR-10.7B-v1.2
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## hkss/hk-SOLAR-10.7B-v1.2 - GGUF
24
+
25
+ This repo contains GGUF format model files for [hkss/hk-SOLAR-10.7B-v1.2](https://huggingface.co/hkss/hk-SOLAR-10.7B-v1.2).
26
+
27
+ 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).
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+ <|im_start|>system
39
+ {system_prompt}<|im_end|>
40
+ <|im_start|>user
41
+ {prompt}<|im_end|>
42
+ <|im_start|>assistant
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [hk-SOLAR-10.7B-v1.2-Q2_K.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.2-GGUF/blob/main/hk-SOLAR-10.7B-v1.2-Q2_K.gguf) | Q2_K | 3.768 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [hk-SOLAR-10.7B-v1.2-Q3_K_S.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.2-GGUF/blob/main/hk-SOLAR-10.7B-v1.2-Q3_K_S.gguf) | Q3_K_S | 4.387 GB | very small, high quality loss |
51
+ | [hk-SOLAR-10.7B-v1.2-Q3_K_M.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.2-GGUF/blob/main/hk-SOLAR-10.7B-v1.2-Q3_K_M.gguf) | Q3_K_M | 4.882 GB | very small, high quality loss |
52
+ | [hk-SOLAR-10.7B-v1.2-Q3_K_L.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.2-GGUF/blob/main/hk-SOLAR-10.7B-v1.2-Q3_K_L.gguf) | Q3_K_L | 5.306 GB | small, substantial quality loss |
53
+ | [hk-SOLAR-10.7B-v1.2-Q4_0.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.2-GGUF/blob/main/hk-SOLAR-10.7B-v1.2-Q4_0.gguf) | Q4_0 | 5.703 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [hk-SOLAR-10.7B-v1.2-Q4_K_S.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.2-GGUF/blob/main/hk-SOLAR-10.7B-v1.2-Q4_K_S.gguf) | Q4_K_S | 5.746 GB | small, greater quality loss |
55
+ | [hk-SOLAR-10.7B-v1.2-Q4_K_M.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.2-GGUF/blob/main/hk-SOLAR-10.7B-v1.2-Q4_K_M.gguf) | Q4_K_M | 6.065 GB | medium, balanced quality - recommended |
56
+ | [hk-SOLAR-10.7B-v1.2-Q5_0.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.2-GGUF/blob/main/hk-SOLAR-10.7B-v1.2-Q5_0.gguf) | Q5_0 | 6.941 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [hk-SOLAR-10.7B-v1.2-Q5_K_S.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.2-GGUF/blob/main/hk-SOLAR-10.7B-v1.2-Q5_K_S.gguf) | Q5_K_S | 6.941 GB | large, low quality loss - recommended |
58
+ | [hk-SOLAR-10.7B-v1.2-Q5_K_M.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.2-GGUF/blob/main/hk-SOLAR-10.7B-v1.2-Q5_K_M.gguf) | Q5_K_M | 7.128 GB | large, very low quality loss - recommended |
59
+ | [hk-SOLAR-10.7B-v1.2-Q6_K.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.2-GGUF/blob/main/hk-SOLAR-10.7B-v1.2-Q6_K.gguf) | Q6_K | 8.257 GB | very large, extremely low quality loss |
60
+ | [hk-SOLAR-10.7B-v1.2-Q8_0.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.2-GGUF/blob/main/hk-SOLAR-10.7B-v1.2-Q8_0.gguf) | Q8_0 | 10.694 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/hk-SOLAR-10.7B-v1.2-GGUF --include "hk-SOLAR-10.7B-v1.2-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/hk-SOLAR-10.7B-v1.2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
hk-SOLAR-10.7B-v1.2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5a76b9d2145e2e110a867c72c79123a378aa3a60ccc8c9634ba3b3b8ac575db
3
+ size 4045598816
hk-SOLAR-10.7B-v1.2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7c611c91c3947b40f03edb733c5570e4d25812baa447b68d37cafe58327871f
3
+ size 5696843872
hk-SOLAR-10.7B-v1.2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:181c37cf2145c5d7830f813e7fb7a0a9a956f61a6415ec27405b9ecf3d1f69e1
3
+ size 5241761888
hk-SOLAR-10.7B-v1.2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f52bd4c3b45ccf1d7fa910a284e6257f129d8a91f807c80c20fd2ac6bb12b9fe
3
+ size 4710658144
hk-SOLAR-10.7B-v1.2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04d809608e964a112cabb6cd64d5d680d9eaece9585bd3f0ba0055dc0582ba80
3
+ size 6123352160
hk-SOLAR-10.7B-v1.2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc2a06208e72acd15584988b538d6e62bdd69bb742b6da0f67cf8bf52f7fed8e
3
+ size 6512636000
hk-SOLAR-10.7B-v1.2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48bb6ff399ece93aa9c874d6d59343210457c71d773e263a0894a5dd408b3357
3
+ size 6169489504
hk-SOLAR-10.7B-v1.2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0b1a66761e6ffa1acf3c24da533733bbc75b09363899e89d7ff0694e3fe3209
3
+ size 7452946528
hk-SOLAR-10.7B-v1.2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc9f7d9f8884b530b46937305f06955e4fbedca76bda07465474df3cf1483d3e
3
+ size 7653486688
hk-SOLAR-10.7B-v1.2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61048b2da2f088f9e4479ccc16055e3dc5a12276c8f90395037fa00a4868d558
3
+ size 7452946528
hk-SOLAR-10.7B-v1.2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ef8f4202210ad178f7c3fd05f8236060c07c93986bcba8901229d7be808fd1f
3
+ size 8865640544
hk-SOLAR-10.7B-v1.2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc438dad89d59bd71a1d36d798da7dcfa1dd7ff48051a888e5f2021f6067f8e6
3
+ size 11482361952