morriszms commited on
Commit
af2e16c
1 Parent(s): d6ef053

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
+ llama-2-ko-7b-emb-dev-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama-2-ko-7b-emb-dev-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama-2-ko-7b-emb-dev-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama-2-ko-7b-emb-dev-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama-2-ko-7b-emb-dev-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama-2-ko-7b-emb-dev-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama-2-ko-7b-emb-dev-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama-2-ko-7b-emb-dev-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama-2-ko-7b-emb-dev-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama-2-ko-7b-emb-dev-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama-2-ko-7b-emb-dev-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama-2-ko-7b-emb-dev-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: beomi/llama-2-ko-7b-emb-dev
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## beomi/llama-2-ko-7b-emb-dev - GGUF
21
+
22
+ This repo contains GGUF format model files for [beomi/llama-2-ko-7b-emb-dev](https://huggingface.co/beomi/llama-2-ko-7b-emb-dev).
23
+
24
+ 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).
25
+
26
+ ## Prompt template
27
+
28
+ ```
29
+
30
+ ```
31
+
32
+ ## Model file specification
33
+
34
+ | Filename | Quant type | File Size | Description |
35
+ | -------- | ---------- | --------- | ----------- |
36
+ | [llama-2-ko-7b-emb-dev-Q2_K.gguf](https://huggingface.co/tensorblock/llama-2-ko-7b-emb-dev-GGUF/tree/main/llama-2-ko-7b-emb-dev-Q2_K.gguf) | Q2_K | 2.422 GB | smallest, significant quality loss - not recommended for most purposes |
37
+ | [llama-2-ko-7b-emb-dev-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama-2-ko-7b-emb-dev-GGUF/tree/main/llama-2-ko-7b-emb-dev-Q3_K_S.gguf) | Q3_K_S | 2.815 GB | very small, high quality loss |
38
+ | [llama-2-ko-7b-emb-dev-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama-2-ko-7b-emb-dev-GGUF/tree/main/llama-2-ko-7b-emb-dev-Q3_K_M.gguf) | Q3_K_M | 3.140 GB | very small, high quality loss |
39
+ | [llama-2-ko-7b-emb-dev-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama-2-ko-7b-emb-dev-GGUF/tree/main/llama-2-ko-7b-emb-dev-Q3_K_L.gguf) | Q3_K_L | 3.419 GB | small, substantial quality loss |
40
+ | [llama-2-ko-7b-emb-dev-Q4_0.gguf](https://huggingface.co/tensorblock/llama-2-ko-7b-emb-dev-GGUF/tree/main/llama-2-ko-7b-emb-dev-Q4_0.gguf) | Q4_0 | 3.639 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
+ | [llama-2-ko-7b-emb-dev-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama-2-ko-7b-emb-dev-GGUF/tree/main/llama-2-ko-7b-emb-dev-Q4_K_S.gguf) | Q4_K_S | 3.668 GB | small, greater quality loss |
42
+ | [llama-2-ko-7b-emb-dev-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama-2-ko-7b-emb-dev-GGUF/tree/main/llama-2-ko-7b-emb-dev-Q4_K_M.gguf) | Q4_K_M | 3.877 GB | medium, balanced quality - recommended |
43
+ | [llama-2-ko-7b-emb-dev-Q5_0.gguf](https://huggingface.co/tensorblock/llama-2-ko-7b-emb-dev-GGUF/tree/main/llama-2-ko-7b-emb-dev-Q5_0.gguf) | Q5_0 | 4.415 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
+ | [llama-2-ko-7b-emb-dev-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama-2-ko-7b-emb-dev-GGUF/tree/main/llama-2-ko-7b-emb-dev-Q5_K_S.gguf) | Q5_K_S | 4.415 GB | large, low quality loss - recommended |
45
+ | [llama-2-ko-7b-emb-dev-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama-2-ko-7b-emb-dev-GGUF/tree/main/llama-2-ko-7b-emb-dev-Q5_K_M.gguf) | Q5_K_M | 4.537 GB | large, very low quality loss - recommended |
46
+ | [llama-2-ko-7b-emb-dev-Q6_K.gguf](https://huggingface.co/tensorblock/llama-2-ko-7b-emb-dev-GGUF/tree/main/llama-2-ko-7b-emb-dev-Q6_K.gguf) | Q6_K | 5.240 GB | very large, extremely low quality loss |
47
+ | [llama-2-ko-7b-emb-dev-Q8_0.gguf](https://huggingface.co/tensorblock/llama-2-ko-7b-emb-dev-GGUF/tree/main/llama-2-ko-7b-emb-dev-Q8_0.gguf) | Q8_0 | 6.786 GB | very large, extremely low quality loss - not recommended |
48
+
49
+
50
+ ## Downloading instruction
51
+
52
+ ### Command line
53
+
54
+ Firstly, install Huggingface Client
55
+
56
+ ```shell
57
+ pip install -U "huggingface_hub[cli]"
58
+ ```
59
+
60
+ Then, downoad the individual model file the a local directory
61
+
62
+ ```shell
63
+ huggingface-cli download tensorblock/llama-2-ko-7b-emb-dev-GGUF --include "llama-2-ko-7b-emb-dev-Q2_K.gguf" --local-dir MY_LOCAL_DIR
64
+ ```
65
+
66
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/llama-2-ko-7b-emb-dev-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
70
+ ```
llama-2-ko-7b-emb-dev-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:607bd650f707e3a0538662fe11138b376bd4e08a94554c78820f83f3888418f9
3
+ size 2600652672
llama-2-ko-7b-emb-dev-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e00a726f0f7821e516ce9eea3a94ea992ebc9ae26576b34e1170fc77899b9830
3
+ size 3670863744
llama-2-ko-7b-emb-dev-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60916c068700bee7bce4d0e70b13495676df9aa42f165c01863a490cc3c021d6
3
+ size 3371757440
llama-2-ko-7b-emb-dev-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14887c482c21981d67b2e82aa78c6e3796e8078dff08b34925a7485a2cdd1b52
3
+ size 3022057344
llama-2-ko-7b-emb-dev-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b18cbe930aacdf732ab8ce9db83b61512ef1596f781c1ba7f74b9865d963615
3
+ size 3907358592
llama-2-ko-7b-emb-dev-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f27fd98f8ebca8cf7a9d4472092593aced0588db7822a81a966e92a9c5f0bd8
3
+ size 4162555776
llama-2-ko-7b-emb-dev-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06e9b1d17627937664363e23f8e077906bb514feb7e521396d732be8e4dabcb0
3
+ size 3938291584
llama-2-ko-7b-emb-dev-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50f11cf066d08df45c26c2f5512ce556f4e4cc8f053c1c36f668ba1ac984f7b1
3
+ size 4740583296
llama-2-ko-7b-emb-dev-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91d976eef8254ae5d1f791271067ffd26ed9f1001b6d0c10697dfbccd7bacf29
3
+ size 4872048512
llama-2-ko-7b-emb-dev-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e43ecf38884ee0c42ec3a2882f6d515ce5f69b77b6b8366d61bcd3c827f0460
3
+ size 4740583296
llama-2-ko-7b-emb-dev-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:251e74ccd9cc1106afd6d9d52f55d2c10a57d01463a00963480024559924f8cc
3
+ size 5625884544
llama-2-ko-7b-emb-dev-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ea83f952bb213dfd46024c45dcd5e5fa59fd4436b8e4f30a0d880aa65010961
3
+ size 7286222720