morriszms commited on
Commit
4635dd2
1 Parent(s): e4b9c06

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
+ urllm-ko-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ urllm-ko-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ urllm-ko-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ urllm-ko-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ urllm-ko-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ urllm-ko-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ urllm-ko-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ urllm-ko-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ urllm-ko-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ urllm-ko-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ urllm-ko-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ urllm-ko-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - ko
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - meta
8
+ - llama-2
9
+ - llama-2-ko
10
+ - TensorBlock
11
+ - GGUF
12
+ base_model: URP/urllm-ko-7b
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
+ ## URP/urllm-ko-7b - GGUF
27
+
28
+ This repo contains GGUF format model files for [URP/urllm-ko-7b](https://huggingface.co/URP/urllm-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
+ | [urllm-ko-7b-Q2_K.gguf](https://huggingface.co/tensorblock/urllm-ko-7b-GGUF/blob/main/urllm-ko-7b-Q2_K.gguf) | Q2_K | 2.444 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [urllm-ko-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/urllm-ko-7b-GGUF/blob/main/urllm-ko-7b-Q3_K_S.gguf) | Q3_K_S | 2.839 GB | very small, high quality loss |
50
+ | [urllm-ko-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/urllm-ko-7b-GGUF/blob/main/urllm-ko-7b-Q3_K_M.gguf) | Q3_K_M | 3.164 GB | very small, high quality loss |
51
+ | [urllm-ko-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/urllm-ko-7b-GGUF/blob/main/urllm-ko-7b-Q3_K_L.gguf) | Q3_K_L | 3.443 GB | small, substantial quality loss |
52
+ | [urllm-ko-7b-Q4_0.gguf](https://huggingface.co/tensorblock/urllm-ko-7b-GGUF/blob/main/urllm-ko-7b-Q4_0.gguf) | Q4_0 | 3.666 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [urllm-ko-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/urllm-ko-7b-GGUF/blob/main/urllm-ko-7b-Q4_K_S.gguf) | Q4_K_S | 3.695 GB | small, greater quality loss |
54
+ | [urllm-ko-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/urllm-ko-7b-GGUF/blob/main/urllm-ko-7b-Q4_K_M.gguf) | Q4_K_M | 3.903 GB | medium, balanced quality - recommended |
55
+ | [urllm-ko-7b-Q5_0.gguf](https://huggingface.co/tensorblock/urllm-ko-7b-GGUF/blob/main/urllm-ko-7b-Q5_0.gguf) | Q5_0 | 4.444 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [urllm-ko-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/urllm-ko-7b-GGUF/blob/main/urllm-ko-7b-Q5_K_S.gguf) | Q5_K_S | 4.444 GB | large, low quality loss - recommended |
57
+ | [urllm-ko-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/urllm-ko-7b-GGUF/blob/main/urllm-ko-7b-Q5_K_M.gguf) | Q5_K_M | 4.567 GB | large, very low quality loss - recommended |
58
+ | [urllm-ko-7b-Q6_K.gguf](https://huggingface.co/tensorblock/urllm-ko-7b-GGUF/blob/main/urllm-ko-7b-Q6_K.gguf) | Q6_K | 5.271 GB | very large, extremely low quality loss |
59
+ | [urllm-ko-7b-Q8_0.gguf](https://huggingface.co/tensorblock/urllm-ko-7b-GGUF/blob/main/urllm-ko-7b-Q8_0.gguf) | Q8_0 | 6.827 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/urllm-ko-7b-GGUF --include "urllm-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/urllm-ko-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
urllm-ko-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b2a89a37edfb53f17fcde84959f82e0b8311bb15a707f2e2dee7542d77c9701
3
+ size 2624553408
urllm-ko-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a87ec2fabf19f451002eead22f0ff281aa57fc5cc6c3cf9757cfd0ff2d7770d6
3
+ size 3696864864
urllm-ko-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9ca868bcca498856ef1f85cb9f73df77dbcba8c9e3aef975de239c8bd12815a
3
+ size 3397758560
urllm-ko-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeecbf8c737675b8c5d38010bccc8ee175f34c2075b0f541fd1792f44b6a02d8
3
+ size 3048058464
urllm-ko-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42353195c52b1ffd703f983a791b160860bdaab3e3cde7c4af41be5ded841213
3
+ size 3936106368
urllm-ko-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c67954abb5275c26c98f2cbf385d5725f8e64231eb0d76a4b27962da543d6d26
3
+ size 4191303552
urllm-ko-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2aeaba03378d16569115c9a35e387cd04f984fed5268e4548092a5bb7bdca48
3
+ size 3967039360
urllm-ko-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0633b12e85d7139c6ee8cd7ae249acd9889797fa1e9564a15928bbcc593ce9ca
3
+ size 4771916160
urllm-ko-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97964abddf1ca3b51ecd0a1f0d569bffb134c54c6be39b5ac8cf4dd95d4ce1a7
3
+ size 4903381376
urllm-ko-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78f64a9947c9681f68c7c2dc5642bc63cb3727b9dd29568251ab2b89c274b98c
3
+ size 4771916160
urllm-ko-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:796acb4367e5457d585187cecc0d69796208ae40e774794f2fb1926cfe91dba6
3
+ size 5659964064
urllm-ko-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07513078997f856a6096c423103ed1adaf09ec13252cac1f1ac98f60d2edc349
3
+ size 7330319456