morriszms commited on
Commit
60974dc
·
verified ·
1 Parent(s): b1e24d7

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
+ kosolar-hermes-test-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ kosolar-hermes-test-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ kosolar-hermes-test-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ kosolar-hermes-test-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ kosolar-hermes-test-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ kosolar-hermes-test-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ kosolar-hermes-test-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ kosolar-hermes-test-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ kosolar-hermes-test-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ kosolar-hermes-test-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ kosolar-hermes-test-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ kosolar-hermes-test-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ base_model: DKYoon/kosolar-hermes-test
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
+ ## DKYoon/kosolar-hermes-test - GGUF
22
+
23
+ This repo contains GGUF format model files for [DKYoon/kosolar-hermes-test](https://huggingface.co/DKYoon/kosolar-hermes-test).
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
+ ## Prompt template
28
+
29
+ ```
30
+ <|im_start|>system
31
+ {system_prompt}<|im_end|>
32
+ <|im_start|>user
33
+ {prompt}<|im_end|>
34
+ <|im_start|>assistant
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [kosolar-hermes-test-Q2_K.gguf](https://huggingface.co/tensorblock/kosolar-hermes-test-GGUF/tree/main/kosolar-hermes-test-Q2_K.gguf) | Q2_K | 3.768 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [kosolar-hermes-test-Q3_K_S.gguf](https://huggingface.co/tensorblock/kosolar-hermes-test-GGUF/tree/main/kosolar-hermes-test-Q3_K_S.gguf) | Q3_K_S | 4.387 GB | very small, high quality loss |
43
+ | [kosolar-hermes-test-Q3_K_M.gguf](https://huggingface.co/tensorblock/kosolar-hermes-test-GGUF/tree/main/kosolar-hermes-test-Q3_K_M.gguf) | Q3_K_M | 4.882 GB | very small, high quality loss |
44
+ | [kosolar-hermes-test-Q3_K_L.gguf](https://huggingface.co/tensorblock/kosolar-hermes-test-GGUF/tree/main/kosolar-hermes-test-Q3_K_L.gguf) | Q3_K_L | 5.306 GB | small, substantial quality loss |
45
+ | [kosolar-hermes-test-Q4_0.gguf](https://huggingface.co/tensorblock/kosolar-hermes-test-GGUF/tree/main/kosolar-hermes-test-Q4_0.gguf) | Q4_0 | 5.703 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [kosolar-hermes-test-Q4_K_S.gguf](https://huggingface.co/tensorblock/kosolar-hermes-test-GGUF/tree/main/kosolar-hermes-test-Q4_K_S.gguf) | Q4_K_S | 5.746 GB | small, greater quality loss |
47
+ | [kosolar-hermes-test-Q4_K_M.gguf](https://huggingface.co/tensorblock/kosolar-hermes-test-GGUF/tree/main/kosolar-hermes-test-Q4_K_M.gguf) | Q4_K_M | 6.065 GB | medium, balanced quality - recommended |
48
+ | [kosolar-hermes-test-Q5_0.gguf](https://huggingface.co/tensorblock/kosolar-hermes-test-GGUF/tree/main/kosolar-hermes-test-Q5_0.gguf) | Q5_0 | 6.941 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [kosolar-hermes-test-Q5_K_S.gguf](https://huggingface.co/tensorblock/kosolar-hermes-test-GGUF/tree/main/kosolar-hermes-test-Q5_K_S.gguf) | Q5_K_S | 6.941 GB | large, low quality loss - recommended |
50
+ | [kosolar-hermes-test-Q5_K_M.gguf](https://huggingface.co/tensorblock/kosolar-hermes-test-GGUF/tree/main/kosolar-hermes-test-Q5_K_M.gguf) | Q5_K_M | 7.128 GB | large, very low quality loss - recommended |
51
+ | [kosolar-hermes-test-Q6_K.gguf](https://huggingface.co/tensorblock/kosolar-hermes-test-GGUF/tree/main/kosolar-hermes-test-Q6_K.gguf) | Q6_K | 8.257 GB | very large, extremely low quality loss |
52
+ | [kosolar-hermes-test-Q8_0.gguf](https://huggingface.co/tensorblock/kosolar-hermes-test-GGUF/tree/main/kosolar-hermes-test-Q8_0.gguf) | Q8_0 | 10.694 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/kosolar-hermes-test-GGUF --include "kosolar-hermes-test-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/kosolar-hermes-test-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
kosolar-hermes-test-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80497afa3ddd621c83ef0bf94b4d847986a479b005bf7afdd63069f8c83ee13d
3
+ size 4045598624
kosolar-hermes-test-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be882d86014852b8e2b642e6a72c0c0e164d84c4bd709ebc2e300647ec8bef41
3
+ size 5696843680
kosolar-hermes-test-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff11b56595e3456cc8710cd5af01f859d51f672da9ff7d6de8d3fa65e5393b54
3
+ size 5241761696
kosolar-hermes-test-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:577d18ae8189e4585fb1bc8ecb365dd1b91ac1ad3a7014c918d1fe48b9e236d9
3
+ size 4710657952
kosolar-hermes-test-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f93bd399b9c4bca6f03bac667255ec4e2342a3991aaf48e49722b78288c103bc
3
+ size 6123351968
kosolar-hermes-test-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea286228cab731da2022b94259dfe9ef9cb2c0dc3bf60f5065171e6794f12b8e
3
+ size 6512635808
kosolar-hermes-test-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c0d7a6ab88d3112c187b1002c01de9703b10fefe349356dfe6ff57564171782
3
+ size 6169489312
kosolar-hermes-test-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85a06814b0437b552c499f4697ceaa09eacf72ba5d914dcc4e7547d715066801
3
+ size 7452946336
kosolar-hermes-test-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fa955cdee1340b8055bfb153e209302f7811b4ff3eaf25f030d048fa92bfa2b
3
+ size 7653486496
kosolar-hermes-test-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c41add7348fd0183637ceb6f7f97d8e2f1e3a58fc31ebb0a7307154984e01dae
3
+ size 7452946336
kosolar-hermes-test-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44e63c80481b542762ffaa2089c235364a83153552d6719650c7e3b3d213587f
3
+ size 8865640352
kosolar-hermes-test-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ee3b27ea9f88954c3006f921c9bee7b12fe23de8d0d3a17a0c3a0ed9a10a785
3
+ size 11482361760