morriszms commited on
Commit
e9ddc01
1 Parent(s): 8b6abbe

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-chat3-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ ko-llm-llama-2-7b-chat3-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ ko-llm-llama-2-7b-chat3-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ ko-llm-llama-2-7b-chat3-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ ko-llm-llama-2-7b-chat3-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ ko-llm-llama-2-7b-chat3-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ ko-llm-llama-2-7b-chat3-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ ko-llm-llama-2-7b-chat3-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ ko-llm-llama-2-7b-chat3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ ko-llm-llama-2-7b-chat3-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ ko-llm-llama-2-7b-chat3-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ ko-llm-llama-2-7b-chat3-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-chat3
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-chat3 - GGUF
20
+
21
+ This repo contains GGUF format model files for [sronger/ko-llm-llama-2-7b-chat3](https://huggingface.co/sronger/ko-llm-llama-2-7b-chat3).
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-chat3-Q2_K.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat3-GGUF/tree/main/ko-llm-llama-2-7b-chat3-Q2_K.gguf) | Q2_K | 0.221 GB | smallest, significant quality loss - not recommended for most purposes |
36
+ | [ko-llm-llama-2-7b-chat3-Q3_K_S.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat3-GGUF/tree/main/ko-llm-llama-2-7b-chat3-Q3_K_S.gguf) | Q3_K_S | 0.259 GB | very small, high quality loss |
37
+ | [ko-llm-llama-2-7b-chat3-Q3_K_M.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat3-GGUF/tree/main/ko-llm-llama-2-7b-chat3-Q3_K_M.gguf) | Q3_K_M | 0.284 GB | very small, high quality loss |
38
+ | [ko-llm-llama-2-7b-chat3-Q3_K_L.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat3-GGUF/tree/main/ko-llm-llama-2-7b-chat3-Q3_K_L.gguf) | Q3_K_L | 0.306 GB | small, substantial quality loss |
39
+ | [ko-llm-llama-2-7b-chat3-Q4_0.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat3-GGUF/tree/main/ko-llm-llama-2-7b-chat3-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-chat3-Q4_K_S.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat3-GGUF/tree/main/ko-llm-llama-2-7b-chat3-Q4_K_S.gguf) | Q4_K_S | 0.335 GB | small, greater quality loss |
41
+ | [ko-llm-llama-2-7b-chat3-Q4_K_M.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat3-GGUF/tree/main/ko-llm-llama-2-7b-chat3-Q4_K_M.gguf) | Q4_K_M | 0.355 GB | medium, balanced quality - recommended |
42
+ | [ko-llm-llama-2-7b-chat3-Q5_0.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat3-GGUF/tree/main/ko-llm-llama-2-7b-chat3-Q5_0.gguf) | Q5_0 | 0.402 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
43
+ | [ko-llm-llama-2-7b-chat3-Q5_K_S.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat3-GGUF/tree/main/ko-llm-llama-2-7b-chat3-Q5_K_S.gguf) | Q5_K_S | 0.402 GB | large, low quality loss - recommended |
44
+ | [ko-llm-llama-2-7b-chat3-Q5_K_M.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat3-GGUF/tree/main/ko-llm-llama-2-7b-chat3-Q5_K_M.gguf) | Q5_K_M | 0.414 GB | large, very low quality loss - recommended |
45
+ | [ko-llm-llama-2-7b-chat3-Q6_K.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat3-GGUF/tree/main/ko-llm-llama-2-7b-chat3-Q6_K.gguf) | Q6_K | 0.476 GB | very large, extremely low quality loss |
46
+ | [ko-llm-llama-2-7b-chat3-Q8_0.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat3-GGUF/tree/main/ko-llm-llama-2-7b-chat3-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-chat3-GGUF --include "ko-llm-llama-2-7b-chat3-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-chat3-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
69
+ ```
ko-llm-llama-2-7b-chat3-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae892977fe608a43c542619cec80a9e8d760d616928bb780164f1a1d4bfbc231
3
+ size 237041152
ko-llm-llama-2-7b-chat3-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:435f5864c0be1c4800eb455d3a8ceb82cd3ad038b6cc5656240b6dfd71cb996e
3
+ size 328612384
ko-llm-llama-2-7b-chat3-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41c54047d90a87323428163dec51c04d2e4baea04c44c2454a7f1bd892b7e8b1
3
+ size 305445408
ko-llm-llama-2-7b-chat3-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f369e65a6a5acfd540b61e61a0f702e68c8e293df6f4252c502db37bb6e38d9
3
+ size 277789216
ko-llm-llama-2-7b-chat3-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47c08df7d3dfaa83ca9ce6b429c93cfc9a4c4790655de79ab2969837321ee90c
3
+ size 357256800
ko-llm-llama-2-7b-chat3-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ad1f8711f37ce5288e633a3549d513ddd53503b082046f2648f467b81080539
3
+ size 381587040
ko-llm-llama-2-7b-chat3-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6f0925baac05c178d81f29cec4492d607c22d1e19b57c06117f0abd416ab991
3
+ size 360205920
ko-llm-llama-2-7b-chat3-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b152c2f10e8458116dc0d12b635272370529f4138ec3ab3ca2744bba6f06c9ad
3
+ size 432049824
ko-llm-llama-2-7b-chat3-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bfc99ebdae94e9c8a7fcb1c92182a77f8cc5e61c64cdaa72a8376e913a625a0
3
+ size 444583584
ko-llm-llama-2-7b-chat3-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:223bb6719a6654fa129ef18c500ad69c868a8f76034ef1c7a9696ddb66eb6fcf
3
+ size 432049824
ko-llm-llama-2-7b-chat3-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ddec6503960490d93f237220a891185909e597266c8e256e22ed90f474e9f74
3
+ size 511517440
ko-llm-llama-2-7b-chat3-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:311b965e241383fbfb68e2225f492f31f14b23b382f67eed12cfd486d397a6a4
3
+ size 662174656