morriszms commited on
Commit
23cdd4f
·
verified ·
1 Parent(s): 0f51f03

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
+ kosolra-kullm-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ kosolra-kullm-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ kosolra-kullm-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ kosolra-kullm-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ kosolra-kullm-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ kosolra-kullm-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ kosolra-kullm-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ kosolra-kullm-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ kosolra-kullm-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ kosolra-kullm-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ kosolra-kullm-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ kosolra-kullm-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - nlpai-lab/kullm-v2
5
+ base_model: realPCH/kosolra-kullm
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## realPCH/kosolra-kullm - GGUF
23
+
24
+ This repo contains GGUF format model files for [realPCH/kosolra-kullm](https://huggingface.co/realPCH/kosolra-kullm).
25
+
26
+ 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).
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <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;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [kosolra-kullm-Q2_K.gguf](https://huggingface.co/tensorblock/kosolra-kullm-GGUF/blob/main/kosolra-kullm-Q2_K.gguf) | Q2_K | 3.799 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [kosolra-kullm-Q3_K_S.gguf](https://huggingface.co/tensorblock/kosolra-kullm-GGUF/blob/main/kosolra-kullm-Q3_K_S.gguf) | Q3_K_S | 4.421 GB | very small, high quality loss |
46
+ | [kosolra-kullm-Q3_K_M.gguf](https://huggingface.co/tensorblock/kosolra-kullm-GGUF/blob/main/kosolra-kullm-Q3_K_M.gguf) | Q3_K_M | 4.915 GB | very small, high quality loss |
47
+ | [kosolra-kullm-Q3_K_L.gguf](https://huggingface.co/tensorblock/kosolra-kullm-GGUF/blob/main/kosolra-kullm-Q3_K_L.gguf) | Q3_K_L | 5.339 GB | small, substantial quality loss |
48
+ | [kosolra-kullm-Q4_0.gguf](https://huggingface.co/tensorblock/kosolra-kullm-GGUF/blob/main/kosolra-kullm-Q4_0.gguf) | Q4_0 | 5.740 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [kosolra-kullm-Q4_K_S.gguf](https://huggingface.co/tensorblock/kosolra-kullm-GGUF/blob/main/kosolra-kullm-Q4_K_S.gguf) | Q4_K_S | 5.783 GB | small, greater quality loss |
50
+ | [kosolra-kullm-Q4_K_M.gguf](https://huggingface.co/tensorblock/kosolra-kullm-GGUF/blob/main/kosolra-kullm-Q4_K_M.gguf) | Q4_K_M | 6.103 GB | medium, balanced quality - recommended |
51
+ | [kosolra-kullm-Q5_0.gguf](https://huggingface.co/tensorblock/kosolra-kullm-GGUF/blob/main/kosolra-kullm-Q5_0.gguf) | Q5_0 | 6.982 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [kosolra-kullm-Q5_K_S.gguf](https://huggingface.co/tensorblock/kosolra-kullm-GGUF/blob/main/kosolra-kullm-Q5_K_S.gguf) | Q5_K_S | 6.982 GB | large, low quality loss - recommended |
53
+ | [kosolra-kullm-Q5_K_M.gguf](https://huggingface.co/tensorblock/kosolra-kullm-GGUF/blob/main/kosolra-kullm-Q5_K_M.gguf) | Q5_K_M | 7.169 GB | large, very low quality loss - recommended |
54
+ | [kosolra-kullm-Q6_K.gguf](https://huggingface.co/tensorblock/kosolra-kullm-GGUF/blob/main/kosolra-kullm-Q6_K.gguf) | Q6_K | 8.301 GB | very large, extremely low quality loss |
55
+ | [kosolra-kullm-Q8_0.gguf](https://huggingface.co/tensorblock/kosolra-kullm-GGUF/blob/main/kosolra-kullm-Q8_0.gguf) | Q8_0 | 10.751 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/kosolra-kullm-GGUF --include "kosolra-kullm-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/kosolra-kullm-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
kosolra-kullm-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45399c10558edc2c2caa15be8c1636053634a73bfd90553528fcb1ebfe32a736
3
+ size 4078871808
kosolra-kullm-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f959de2ef846c26b7c211bb5e8c6dc726633b212e33ddcb03b01c433f16311f
3
+ size 5733045504
kosolra-kullm-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24e2cb2cbe05c970eab3da2b42bb0a9d6ccfc162798b8dc68cf73e1b6ded1492
3
+ size 5277963520
kosolra-kullm-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0acbde5b95acc713ac0138e63aed3cb2c83c0574bb52a782561b21180dcfaeed
3
+ size 4746859776
kosolra-kullm-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:005603b5c0a3d16975f4baa8e683c2ed6eaa4f013ba99b07cede683e97837e37
3
+ size 6163383552
kosolra-kullm-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce4b1a04385708aeefe1a72be249bef56838346977e47046f0013dd2b57be142
3
+ size 6552667392
kosolra-kullm-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:232683ddd189e12de0f198664e84d73a7f7151bae05df6e0041f34e945ee2a7d
3
+ size 6209520896
kosolra-kullm-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88f1975e62f06e8c990b08d95c4762f5b00ea850040829b5c950291b60aa2d09
3
+ size 7496582400
kosolra-kullm-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfb14d569225f0ae623bbd13f4672220022bcf7db3ee8b2fd6ce8ceae3cbae71
3
+ size 7697122560
kosolra-kullm-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36a1fdf22d921b8a3061bd2770a73271d1402a2388bb42f3f02fbbeb3b6be124
3
+ size 7496582400
kosolra-kullm-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f230c37f5a14608b9c593817d3825099d12a81b105f42599c94def6458df0871
3
+ size 8913106176
kosolra-kullm-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:588954701983cee08f81fa1ffc3b0dbec3b268f11c8e2b8bf0bc1a9cd81a5882
3
+ size 11543794944