morriszms commited on
Commit
02cd6fa
1 Parent(s): 6d24a1c

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
+ hkcode_solar_10.7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ hkcode_solar_10.7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ hkcode_solar_10.7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ hkcode_solar_10.7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ hkcode_solar_10.7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ hkcode_solar_10.7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ hkcode_solar_10.7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ hkcode_solar_10.7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ hkcode_solar_10.7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ hkcode_solar_10.7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ hkcode_solar_10.7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ hkcode_solar_10.7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - hyokwan/llama3data_hkcode
5
+ language:
6
+ - ko
7
+ - en
8
+ metrics:
9
+ - accuracy
10
+ library_name: transformers
11
+ pipeline_tag: text-generation
12
+ tags:
13
+ - finance
14
+ - fintech
15
+ - education
16
+ - TensorBlock
17
+ - GGUF
18
+ base_model: hyokwan/hkcode_solar_10.7b
19
+ ---
20
+
21
+ <div style="width: auto; margin-left: auto; margin-right: auto">
22
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
23
+ </div>
24
+ <div style="display: flex; justify-content: space-between; width: 100%;">
25
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
26
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
27
+ 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>
28
+ </p>
29
+ </div>
30
+ </div>
31
+
32
+ ## hyokwan/hkcode_solar_10.7b - GGUF
33
+
34
+ This repo contains GGUF format model files for [hyokwan/hkcode_solar_10.7b](https://huggingface.co/hyokwan/hkcode_solar_10.7b).
35
+
36
+ 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).
37
+
38
+ <div style="text-align: left; margin: 20px 0;">
39
+ <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;">
40
+ Run them on the TensorBlock client using your local machine ↗
41
+ </a>
42
+ </div>
43
+
44
+ ## Prompt template
45
+
46
+ ```
47
+
48
+ ```
49
+
50
+ ## Model file specification
51
+
52
+ | Filename | Quant type | File Size | Description |
53
+ | -------- | ---------- | --------- | ----------- |
54
+ | [hkcode_solar_10.7b-Q2_K.gguf](https://huggingface.co/tensorblock/hkcode_solar_10.7b-GGUF/blob/main/hkcode_solar_10.7b-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [hkcode_solar_10.7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/hkcode_solar_10.7b-GGUF/blob/main/hkcode_solar_10.7b-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
56
+ | [hkcode_solar_10.7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/hkcode_solar_10.7b-GGUF/blob/main/hkcode_solar_10.7b-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
57
+ | [hkcode_solar_10.7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/hkcode_solar_10.7b-GGUF/blob/main/hkcode_solar_10.7b-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
58
+ | [hkcode_solar_10.7b-Q4_0.gguf](https://huggingface.co/tensorblock/hkcode_solar_10.7b-GGUF/blob/main/hkcode_solar_10.7b-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [hkcode_solar_10.7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/hkcode_solar_10.7b-GGUF/blob/main/hkcode_solar_10.7b-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
60
+ | [hkcode_solar_10.7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/hkcode_solar_10.7b-GGUF/blob/main/hkcode_solar_10.7b-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
61
+ | [hkcode_solar_10.7b-Q5_0.gguf](https://huggingface.co/tensorblock/hkcode_solar_10.7b-GGUF/blob/main/hkcode_solar_10.7b-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [hkcode_solar_10.7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/hkcode_solar_10.7b-GGUF/blob/main/hkcode_solar_10.7b-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
63
+ | [hkcode_solar_10.7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/hkcode_solar_10.7b-GGUF/blob/main/hkcode_solar_10.7b-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
64
+ | [hkcode_solar_10.7b-Q6_K.gguf](https://huggingface.co/tensorblock/hkcode_solar_10.7b-GGUF/blob/main/hkcode_solar_10.7b-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
65
+ | [hkcode_solar_10.7b-Q8_0.gguf](https://huggingface.co/tensorblock/hkcode_solar_10.7b-GGUF/blob/main/hkcode_solar_10.7b-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
66
+
67
+
68
+ ## Downloading instruction
69
+
70
+ ### Command line
71
+
72
+ Firstly, install Huggingface Client
73
+
74
+ ```shell
75
+ pip install -U "huggingface_hub[cli]"
76
+ ```
77
+
78
+ Then, downoad the individual model file the a local directory
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/hkcode_solar_10.7b-GGUF --include "hkcode_solar_10.7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
82
+ ```
83
+
84
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/hkcode_solar_10.7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
hkcode_solar_10.7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05800a5a8192188a6678babc939cdf7d2e9e3844dacfdafb3086b49fc4f34920
3
+ size 4003232480
hkcode_solar_10.7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8801431a1e553fd756b8b52c304d25335e784057a5fe68cb3d1613c185afc83a
3
+ size 5650750176
hkcode_solar_10.7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:839572f1b25c6d641dd16fb3c3e0ed9cdcd6575c8dba468af09fe7558299665b
3
+ size 5195668192
hkcode_solar_10.7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52e7ffacfaaa83ea67f22846661b646e861a3c2e652516ad8dbe225eefb35947
3
+ size 4664564448
hkcode_solar_10.7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f97bbf63246e13bcbe2077c64a690d5f30de0ec4ef5b34ed4a4923fc42154f60
3
+ size 6072384224
hkcode_solar_10.7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa3d0294b1b9f3888e9475dbb90f7d587ec18122c65c63f734ecf43edfdf4a0a
3
+ size 6461668064
hkcode_solar_10.7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d05012d52f4b6b965c650dba8b03046e0fdeb231945aa80d2cabd77ab5faa793
3
+ size 6118521568
hkcode_solar_10.7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17c760caebe2d3da3e1aca860b805f8930b6ca8c995d3e22286eb3f1535c1edc
3
+ size 7397391072
hkcode_solar_10.7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5b8472dc1cf76849910c8f7479ecbcf41d1c7083d9f2d56fe2bab0066b97527
3
+ size 7597931232
hkcode_solar_10.7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0020a21a0b012112773fbebcc8176b3c6c296a03ec1ac17577617de8ae4ba64b
3
+ size 7397391072
hkcode_solar_10.7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9d1d430b4b2e795558999ae81cafc5281d75f5ee0b5f764c5a91db9405fa77e
3
+ size 8805210848
hkcode_solar_10.7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b9b873c2dd9381afed4f9c9cef595ccb1ce46aa6bfa5b43661becc0e68985c7
3
+ size 11404155616