morriszms commited on
Commit
9a2c1c6
·
verified ·
1 Parent(s): 20f1a4e

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
+ hankook_llama-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ hankook_llama-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ hankook_llama-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ hankook_llama-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ hankook_llama-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ hankook_llama-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ hankook_llama-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ hankook_llama-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ hankook_llama-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ hankook_llama-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ hankook_llama-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ hankook_llama-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: jinjinjinjinjinjin/hankook_llama
3
+ library_name: transformers
4
+ tags:
5
+ - mergekit
6
+ - merge
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
+ ## jinjinjinjinjinjin/hankook_llama - GGUF
23
+
24
+ This repo contains GGUF format model files for [jinjinjinjinjinjin/hankook_llama](https://huggingface.co/jinjinjinjinjinjin/hankook_llama).
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
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
38
+
39
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
40
+
41
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [hankook_llama-Q2_K.gguf](https://huggingface.co/tensorblock/hankook_llama-GGUF/blob/main/hankook_llama-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [hankook_llama-Q3_K_S.gguf](https://huggingface.co/tensorblock/hankook_llama-GGUF/blob/main/hankook_llama-Q3_K_S.gguf) | Q3_K_S | 3.664 GB | very small, high quality loss |
50
+ | [hankook_llama-Q3_K_M.gguf](https://huggingface.co/tensorblock/hankook_llama-GGUF/blob/main/hankook_llama-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
51
+ | [hankook_llama-Q3_K_L.gguf](https://huggingface.co/tensorblock/hankook_llama-GGUF/blob/main/hankook_llama-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
52
+ | [hankook_llama-Q4_0.gguf](https://huggingface.co/tensorblock/hankook_llama-GGUF/blob/main/hankook_llama-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [hankook_llama-Q4_K_S.gguf](https://huggingface.co/tensorblock/hankook_llama-GGUF/blob/main/hankook_llama-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
54
+ | [hankook_llama-Q4_K_M.gguf](https://huggingface.co/tensorblock/hankook_llama-GGUF/blob/main/hankook_llama-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
55
+ | [hankook_llama-Q5_0.gguf](https://huggingface.co/tensorblock/hankook_llama-GGUF/blob/main/hankook_llama-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [hankook_llama-Q5_K_S.gguf](https://huggingface.co/tensorblock/hankook_llama-GGUF/blob/main/hankook_llama-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
57
+ | [hankook_llama-Q5_K_M.gguf](https://huggingface.co/tensorblock/hankook_llama-GGUF/blob/main/hankook_llama-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
58
+ | [hankook_llama-Q6_K.gguf](https://huggingface.co/tensorblock/hankook_llama-GGUF/blob/main/hankook_llama-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
59
+ | [hankook_llama-Q8_0.gguf](https://huggingface.co/tensorblock/hankook_llama-GGUF/blob/main/hankook_llama-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
60
+
61
+
62
+ ## Downloading instruction
63
+
64
+ ### Command line
65
+
66
+ Firstly, install Huggingface Client
67
+
68
+ ```shell
69
+ pip install -U "huggingface_hub[cli]"
70
+ ```
71
+
72
+ Then, downoad the individual model file the a local directory
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/hankook_llama-GGUF --include "hankook_llama-Q2_K.gguf" --local-dir MY_LOCAL_DIR
76
+ ```
77
+
78
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/hankook_llama-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
hankook_llama-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5397b60de1346fcb5f9c5ce619768a8a84fef6dd2c5718f50af932857831e4d3
3
+ size 3179131584
hankook_llama-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31e559b8700b7557384e3a82472ef0d903a8ff55528d4a98938955279038ebb1
3
+ size 4321956544
hankook_llama-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab30ba0b8765811ab2e5ec90d22da7420966f30ebb56f1bfab42679429da56c0
3
+ size 4018918080
hankook_llama-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee5dd485ea0d786e25b8700a7de15378ab00c812274d4c81cf0d036ac295c3f3
3
+ size 3664499392
hankook_llama-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:266cc9f9d550ecca2d9426b3d0a1082a3d3374b5499688bc3a906c8a785fec5c
3
+ size 4661211840
hankook_llama-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7f1c8254158af78383cb8a32611404e9d371750e868958ece3d9caa53fbccbe
3
+ size 4920734400
hankook_llama-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11113be3f56385a95157ffdbdf2853891984562adb40187dac6997ed926d8ba0
3
+ size 4692669120
hankook_llama-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f8c692b5e78fbaa39f8bfe2b92a706a2e8798a1dd3e063a7d5fd77f5f2dcc14
3
+ size 5599294144
hankook_llama-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1273ece6ba1e5a943d4df008b6be2da857265a49dd9521dce8f1116d158ac3c3
3
+ size 5732987584
hankook_llama-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7933d868e3f8e92f764505435a4db75be7b1510ef5729323f95b28deef98057b
3
+ size 5599294144
hankook_llama-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8b74ac66122ff21581d28d6e81f32938a30b0bfe51c556d778bd8990770d78a
3
+ size 6596006592
hankook_llama-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03e4706fc9625a62f1c88cd99f0fa2cae23389eb57229dd0a358c890e0533829
3
+ size 8540771008