morriszms commited on
Commit
c9af1c4
1 Parent(s): ae57e00

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
+ ko-llm-llama-2-7b-chat2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ ko-llm-llama-2-7b-chat2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ ko-llm-llama-2-7b-chat2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ ko-llm-llama-2-7b-chat2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ ko-llm-llama-2-7b-chat2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ ko-llm-llama-2-7b-chat2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ ko-llm-llama-2-7b-chat2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ ko-llm-llama-2-7b-chat2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ ko-llm-llama-2-7b-chat2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ ko-llm-llama-2-7b-chat2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ ko-llm-llama-2-7b-chat2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ ko-llm-llama-2-7b-chat2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: sronger/ko-llm-llama-2-7b-chat2
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## sronger/ko-llm-llama-2-7b-chat2 - GGUF
20
+
21
+ This repo contains GGUF format model files for [sronger/ko-llm-llama-2-7b-chat2](https://huggingface.co/sronger/ko-llm-llama-2-7b-chat2).
22
+
23
+ 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).
24
+
25
+ ## Prompt template
26
+
27
+ ```
28
+
29
+ ```
30
+
31
+ ## Model file specification
32
+
33
+ | Filename | Quant type | File Size | Description |
34
+ | -------- | ---------- | --------- | ----------- |
35
+ | [ko-llm-llama-2-7b-chat2-Q2_K.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q2_K.gguf) | Q2_K | 0.221 GB | smallest, significant quality loss - not recommended for most purposes |
36
+ | [ko-llm-llama-2-7b-chat2-Q3_K_S.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q3_K_S.gguf) | Q3_K_S | 0.259 GB | very small, high quality loss |
37
+ | [ko-llm-llama-2-7b-chat2-Q3_K_M.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q3_K_M.gguf) | Q3_K_M | 0.284 GB | very small, high quality loss |
38
+ | [ko-llm-llama-2-7b-chat2-Q3_K_L.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q3_K_L.gguf) | Q3_K_L | 0.306 GB | small, substantial quality loss |
39
+ | [ko-llm-llama-2-7b-chat2-Q4_0.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q4_0.gguf) | Q4_0 | 0.333 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
40
+ | [ko-llm-llama-2-7b-chat2-Q4_K_S.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q4_K_S.gguf) | Q4_K_S | 0.335 GB | small, greater quality loss |
41
+ | [ko-llm-llama-2-7b-chat2-Q4_K_M.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q4_K_M.gguf) | Q4_K_M | 0.355 GB | medium, balanced quality - recommended |
42
+ | [ko-llm-llama-2-7b-chat2-Q5_0.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q5_0.gguf) | Q5_0 | 0.402 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
43
+ | [ko-llm-llama-2-7b-chat2-Q5_K_S.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q5_K_S.gguf) | Q5_K_S | 0.402 GB | large, low quality loss - recommended |
44
+ | [ko-llm-llama-2-7b-chat2-Q5_K_M.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q5_K_M.gguf) | Q5_K_M | 0.414 GB | large, very low quality loss - recommended |
45
+ | [ko-llm-llama-2-7b-chat2-Q6_K.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q6_K.gguf) | Q6_K | 0.476 GB | very large, extremely low quality loss |
46
+ | [ko-llm-llama-2-7b-chat2-Q8_0.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q8_0.gguf) | Q8_0 | 0.617 GB | very large, extremely low quality loss - not recommended |
47
+
48
+
49
+ ## Downloading instruction
50
+
51
+ ### Command line
52
+
53
+ Firstly, install Huggingface Client
54
+
55
+ ```shell
56
+ pip install -U "huggingface_hub[cli]"
57
+ ```
58
+
59
+ Then, downoad the individual model file the a local directory
60
+
61
+ ```shell
62
+ huggingface-cli download tensorblock/ko-llm-llama-2-7b-chat2-GGUF --include "ko-llm-llama-2-7b-chat2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
63
+ ```
64
+
65
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/ko-llm-llama-2-7b-chat2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
69
+ ```
ko-llm-llama-2-7b-chat2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c192c36ee575d60236235d76ffbc04a98607d3bc1093d132391adb2e3b567a0c
3
+ size 237041120
ko-llm-llama-2-7b-chat2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ca73927539c1bcc464fda0103b0ca5cbd6e9aa5ea5b01d10bb618a0c73cad96
3
+ size 328612352
ko-llm-llama-2-7b-chat2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9300b4d35e29782d76d0d3af438a05be15f49c7d9e0255957e937bdf2d5859da
3
+ size 305445376
ko-llm-llama-2-7b-chat2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fcd5d15d1cbea54411d2f9d56ed300c6d140b908a5a5d8649c2d56765819fdd
3
+ size 277789184
ko-llm-llama-2-7b-chat2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa59a09703c46bb0a5199b26493e2d62650cf2ba0594b4eb7c84cf0917179a24
3
+ size 357256768
ko-llm-llama-2-7b-chat2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84fee7e0cb2cb3d9f89f5d8d07730b6b875594461c51a9482c4cbc2182dc6248
3
+ size 381587008
ko-llm-llama-2-7b-chat2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7437aac4569824192d65990c8d8e3777eff52cd6a2869eada672d2ef44535b37
3
+ size 360205888
ko-llm-llama-2-7b-chat2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dcb9c38cdc3f32db741ff722246bea8d50d16145ed76daad824b954e16bfd11
3
+ size 432049792
ko-llm-llama-2-7b-chat2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b896fc74309b718a2054f989823ae109d2cd13baab287d4fe055c24cbadcf6c
3
+ size 444583552
ko-llm-llama-2-7b-chat2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c2446387d35a70d66fc3851e7308c85f914df8314256b3af129cb994c685e00
3
+ size 432049792
ko-llm-llama-2-7b-chat2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:922364376c0e20fe5094b341b0be351f9bfe04f3f46a08ce5b67d965e0bf549d
3
+ size 511517408
ko-llm-llama-2-7b-chat2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19c1bec8f8f3448ec2c04fca2c1edb16f5dd61264e07abe21b17b89b1ca5d65c
3
+ size 662174624