morriszms commited on
Commit
028345d
1 Parent(s): 8044e0b

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
+ illuni-llama-2-ko-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ illuni-llama-2-ko-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ illuni-llama-2-ko-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ illuni-llama-2-ko-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ illuni-llama-2-ko-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ illuni-llama-2-ko-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ illuni-llama-2-ko-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ illuni-llama-2-ko-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ illuni-llama-2-ko-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ illuni-llama-2-ko-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ illuni-llama-2-ko-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ illuni-llama-2-ko-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ base_model: illuni/illuni-llama-2-ko-7b
5
+ license: mit
6
+ pipeline_tag: question-answering
7
+ tags:
8
+ - instruct
9
+ - instruction
10
+ - llama-2
11
+ - TensorBlock
12
+ - GGUF
13
+ ---
14
+
15
+ <div style="width: auto; margin-left: auto; margin-right: auto">
16
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
+ </div>
18
+ <div style="display: flex; justify-content: space-between; width: 100%;">
19
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
21
+ 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>
22
+ </p>
23
+ </div>
24
+ </div>
25
+
26
+ ## illuni/illuni-llama-2-ko-7b - GGUF
27
+
28
+ This repo contains GGUF format model files for [illuni/illuni-llama-2-ko-7b](https://huggingface.co/illuni/illuni-llama-2-ko-7b).
29
+
30
+ 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).
31
+
32
+ <div style="text-align: left; margin: 20px 0;">
33
+ <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;">
34
+ Run them on the TensorBlock client using your local machine ↗
35
+ </a>
36
+ </div>
37
+
38
+ ## Prompt template
39
+
40
+ ```
41
+
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [illuni-llama-2-ko-7b-Q2_K.gguf](https://huggingface.co/tensorblock/illuni-llama-2-ko-7b-GGUF/blob/main/illuni-llama-2-ko-7b-Q2_K.gguf) | Q2_K | 2.422 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [illuni-llama-2-ko-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/illuni-llama-2-ko-7b-GGUF/blob/main/illuni-llama-2-ko-7b-Q3_K_S.gguf) | Q3_K_S | 2.815 GB | very small, high quality loss |
50
+ | [illuni-llama-2-ko-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/illuni-llama-2-ko-7b-GGUF/blob/main/illuni-llama-2-ko-7b-Q3_K_M.gguf) | Q3_K_M | 3.140 GB | very small, high quality loss |
51
+ | [illuni-llama-2-ko-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/illuni-llama-2-ko-7b-GGUF/blob/main/illuni-llama-2-ko-7b-Q3_K_L.gguf) | Q3_K_L | 3.419 GB | small, substantial quality loss |
52
+ | [illuni-llama-2-ko-7b-Q4_0.gguf](https://huggingface.co/tensorblock/illuni-llama-2-ko-7b-GGUF/blob/main/illuni-llama-2-ko-7b-Q4_0.gguf) | Q4_0 | 3.639 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [illuni-llama-2-ko-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/illuni-llama-2-ko-7b-GGUF/blob/main/illuni-llama-2-ko-7b-Q4_K_S.gguf) | Q4_K_S | 3.668 GB | small, greater quality loss |
54
+ | [illuni-llama-2-ko-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/illuni-llama-2-ko-7b-GGUF/blob/main/illuni-llama-2-ko-7b-Q4_K_M.gguf) | Q4_K_M | 3.877 GB | medium, balanced quality - recommended |
55
+ | [illuni-llama-2-ko-7b-Q5_0.gguf](https://huggingface.co/tensorblock/illuni-llama-2-ko-7b-GGUF/blob/main/illuni-llama-2-ko-7b-Q5_0.gguf) | Q5_0 | 4.415 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [illuni-llama-2-ko-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/illuni-llama-2-ko-7b-GGUF/blob/main/illuni-llama-2-ko-7b-Q5_K_S.gguf) | Q5_K_S | 4.415 GB | large, low quality loss - recommended |
57
+ | [illuni-llama-2-ko-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/illuni-llama-2-ko-7b-GGUF/blob/main/illuni-llama-2-ko-7b-Q5_K_M.gguf) | Q5_K_M | 4.537 GB | large, very low quality loss - recommended |
58
+ | [illuni-llama-2-ko-7b-Q6_K.gguf](https://huggingface.co/tensorblock/illuni-llama-2-ko-7b-GGUF/blob/main/illuni-llama-2-ko-7b-Q6_K.gguf) | Q6_K | 5.240 GB | very large, extremely low quality loss |
59
+ | [illuni-llama-2-ko-7b-Q8_0.gguf](https://huggingface.co/tensorblock/illuni-llama-2-ko-7b-GGUF/blob/main/illuni-llama-2-ko-7b-Q8_0.gguf) | Q8_0 | 6.786 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/illuni-llama-2-ko-7b-GGUF --include "illuni-llama-2-ko-7b-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/illuni-llama-2-ko-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
illuni-llama-2-ko-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2620526f0c7196979636d10985db591647c4209d8c34275de2deb6fc5eacf9df
3
+ size 2600653120
illuni-llama-2-ko-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc5775cac7473c4ade871081458a9def94ff14af2894e2bc08a4073819dec566
3
+ size 3670864192
illuni-llama-2-ko-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa1a6966f12b29849c24e64a6639a6af6136d7ed1771e4d0e26b0e305b2a38ad
3
+ size 3371757888
illuni-llama-2-ko-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa6751524bf1ef4de3be77787f9bb4a7b584f9a6deb7df9d60c773a85ad1249f
3
+ size 3022057792
illuni-llama-2-ko-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27393a1ffd5e175bc2ce55afa8419df516904ae24c607f3a670723721dff97e4
3
+ size 3907359040
illuni-llama-2-ko-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b32c26990a76712f9f0b76848d208c49e04d569bfe94656bcba105449094b87d
3
+ size 4162556224
illuni-llama-2-ko-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32b994f6a2ef72fac1316e4c51b33ebe4938be064db7a7c21a7da1a36f6eb43d
3
+ size 3938292032
illuni-llama-2-ko-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ad69605447ccc788d75c9b0ed1fb4b8012f11d7a6ad34a75f26f8ed76c34f0e
3
+ size 4740583744
illuni-llama-2-ko-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c5ef5c9b0222f2ed8a862f04817765a14451080dc112f739b900923e277d589
3
+ size 4872048960
illuni-llama-2-ko-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:933d98cab4738fbbef45f4630c2d42e6e526c10c28f6e0d4b38faf67f8efbe63
3
+ size 4740583744
illuni-llama-2-ko-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7de934cc341116e10f11f964a44f8f2d4c9fb3e3b3ae5cbd8186e34fc56d447
3
+ size 5625884992
illuni-llama-2-ko-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c0abd6e2d92d7b213fefc822f9082abbe8a2d0f8933cb6c90c13449cbb7d88e
3
+ size 7286223168