morriszms commited on
Commit
304292b
1 Parent(s): 49f9a3d

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-youtube-merged-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ hkcode-solar-youtube-merged-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ hkcode-solar-youtube-merged-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ hkcode-solar-youtube-merged-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ hkcode-solar-youtube-merged-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ hkcode-solar-youtube-merged-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ hkcode-solar-youtube-merged-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ hkcode-solar-youtube-merged-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ hkcode-solar-youtube-merged-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ hkcode-solar-youtube-merged-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ hkcode-solar-youtube-merged-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ hkcode-solar-youtube-merged-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - hyokwan/llama3data_hkcode
5
+ language:
6
+ - ko
7
+ library_name: transformers
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - hkcode
11
+ - hyokwan
12
+ - llama2
13
+ - solar
14
+ - merge
15
+ - merged
16
+ - moe
17
+ - TensorBlock
18
+ - GGUF
19
+ base_model: hyokwan/hkcode-solar-youtube-merged
20
+ ---
21
+
22
+ <div style="width: auto; margin-left: auto; margin-right: auto">
23
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
24
+ </div>
25
+ <div style="display: flex; justify-content: space-between; width: 100%;">
26
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
27
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
28
+ 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>
29
+ </p>
30
+ </div>
31
+ </div>
32
+
33
+ ## hyokwan/hkcode-solar-youtube-merged - GGUF
34
+
35
+ This repo contains GGUF format model files for [hyokwan/hkcode-solar-youtube-merged](https://huggingface.co/hyokwan/hkcode-solar-youtube-merged).
36
+
37
+ 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).
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+ ### System:
43
+ {system_prompt}
44
+
45
+ ### User:
46
+ {prompt}
47
+
48
+ ### Assistant:
49
+ ```
50
+
51
+ ## Model file specification
52
+
53
+ | Filename | Quant type | File Size | Description |
54
+ | -------- | ---------- | --------- | ----------- |
55
+ | [hkcode-solar-youtube-merged-Q2_K.gguf](https://huggingface.co/tensorblock/hkcode-solar-youtube-merged-GGUF/tree/main/hkcode-solar-youtube-merged-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
56
+ | [hkcode-solar-youtube-merged-Q3_K_S.gguf](https://huggingface.co/tensorblock/hkcode-solar-youtube-merged-GGUF/tree/main/hkcode-solar-youtube-merged-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
57
+ | [hkcode-solar-youtube-merged-Q3_K_M.gguf](https://huggingface.co/tensorblock/hkcode-solar-youtube-merged-GGUF/tree/main/hkcode-solar-youtube-merged-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
58
+ | [hkcode-solar-youtube-merged-Q3_K_L.gguf](https://huggingface.co/tensorblock/hkcode-solar-youtube-merged-GGUF/tree/main/hkcode-solar-youtube-merged-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
59
+ | [hkcode-solar-youtube-merged-Q4_0.gguf](https://huggingface.co/tensorblock/hkcode-solar-youtube-merged-GGUF/tree/main/hkcode-solar-youtube-merged-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
60
+ | [hkcode-solar-youtube-merged-Q4_K_S.gguf](https://huggingface.co/tensorblock/hkcode-solar-youtube-merged-GGUF/tree/main/hkcode-solar-youtube-merged-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
61
+ | [hkcode-solar-youtube-merged-Q4_K_M.gguf](https://huggingface.co/tensorblock/hkcode-solar-youtube-merged-GGUF/tree/main/hkcode-solar-youtube-merged-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
62
+ | [hkcode-solar-youtube-merged-Q5_0.gguf](https://huggingface.co/tensorblock/hkcode-solar-youtube-merged-GGUF/tree/main/hkcode-solar-youtube-merged-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
63
+ | [hkcode-solar-youtube-merged-Q5_K_S.gguf](https://huggingface.co/tensorblock/hkcode-solar-youtube-merged-GGUF/tree/main/hkcode-solar-youtube-merged-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
64
+ | [hkcode-solar-youtube-merged-Q5_K_M.gguf](https://huggingface.co/tensorblock/hkcode-solar-youtube-merged-GGUF/tree/main/hkcode-solar-youtube-merged-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
65
+ | [hkcode-solar-youtube-merged-Q6_K.gguf](https://huggingface.co/tensorblock/hkcode-solar-youtube-merged-GGUF/tree/main/hkcode-solar-youtube-merged-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
66
+ | [hkcode-solar-youtube-merged-Q8_0.gguf](https://huggingface.co/tensorblock/hkcode-solar-youtube-merged-GGUF/tree/main/hkcode-solar-youtube-merged-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
67
+
68
+
69
+ ## Downloading instruction
70
+
71
+ ### Command line
72
+
73
+ Firstly, install Huggingface Client
74
+
75
+ ```shell
76
+ pip install -U "huggingface_hub[cli]"
77
+ ```
78
+
79
+ Then, downoad the individual model file the a local directory
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/hkcode-solar-youtube-merged-GGUF --include "hkcode-solar-youtube-merged-Q2_K.gguf" --local-dir MY_LOCAL_DIR
83
+ ```
84
+
85
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
86
+
87
+ ```shell
88
+ huggingface-cli download tensorblock/hkcode-solar-youtube-merged-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
89
+ ```
hkcode-solar-youtube-merged-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84cc6c43d7d83d26c2c2c482748f3fb3dfafe404d89b54c570eee89dace2a788
3
+ size 4003233024
hkcode-solar-youtube-merged-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bbf7771129a087a8caee80017ab8c8cd53e200683e6a62bac400985b41a44e6
3
+ size 5650750720
hkcode-solar-youtube-merged-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a4ec1fe1cb96f9722162aecaadb86feb5f3b3c5792bf02618b9c7cc5cf6b1ff
3
+ size 5195668736
hkcode-solar-youtube-merged-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df1be977a0a57a59203eecf6733b5230f6dda290c1ba08e180008f31241a936d
3
+ size 4664564992
hkcode-solar-youtube-merged-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12f862177947088ed9cac866d4f889fea3c2ebb1c504a87ac53d29bae38184c4
3
+ size 6072384768
hkcode-solar-youtube-merged-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a76a4b77034c44c22b360239229ecd1983c683594e537482eee524d012a05bad
3
+ size 6461668608
hkcode-solar-youtube-merged-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c240fdc9b8491efccd8a88065d9bd2663afb84627e4e13820375c53abc3070ba
3
+ size 6118522112
hkcode-solar-youtube-merged-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66c34783c210452e973dccb58e96da6695f12910c0e2f3699f15c6c23ee98acd
3
+ size 7397391616
hkcode-solar-youtube-merged-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b79c3c1fcb210824ac43801965cdce37a2282299fc8de9851d7312bb92cbcf6
3
+ size 7597931776
hkcode-solar-youtube-merged-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d0bc1a7c38d81021c9faed6c8e2f5ac51c6e44c89b1e0507f0f2c80e21fae72
3
+ size 7397391616
hkcode-solar-youtube-merged-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78a6d9820ea03fde901d82f8afe57296a70c88eda7edd00c2686cd1e62d70bf7
3
+ size 8805211392
hkcode-solar-youtube-merged-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec27dcc4c02dcff1833f980d32194959728b757a7cedd96dbe7659d930f37426
3
+ size 11404156160