morriszms commited on
Commit
e87fba2
·
verified ·
1 Parent(s): b758559

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
+ llama2-chat-koalpaca-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-chat-koalpaca-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-chat-koalpaca-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-chat-koalpaca-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-chat-koalpaca-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-chat-koalpaca-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-chat-koalpaca-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-chat-koalpaca-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-chat-koalpaca-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-chat-koalpaca-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-chat-koalpaca-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-chat-koalpaca-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ datasets:
4
+ - beomi/KoAlpaca-v1.1a
5
+ language:
6
+ - ko
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: kodonho/llama2-chat-koalpaca
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## kodonho/llama2-chat-koalpaca - GGUF
25
+
26
+ This repo contains GGUF format model files for [kodonho/llama2-chat-koalpaca](https://huggingface.co/kodonho/llama2-chat-koalpaca).
27
+
28
+ 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).
29
+
30
+ ## Prompt template
31
+
32
+ ```
33
+ <s>[INST] <<SYS>>
34
+ {system_prompt}
35
+ <</SYS>>
36
+
37
+ {prompt} [/INST]
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [llama2-chat-koalpaca-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-chat-koalpaca-GGUF/tree/main/llama2-chat-koalpaca-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [llama2-chat-koalpaca-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-chat-koalpaca-GGUF/tree/main/llama2-chat-koalpaca-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
46
+ | [llama2-chat-koalpaca-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-chat-koalpaca-GGUF/tree/main/llama2-chat-koalpaca-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
47
+ | [llama2-chat-koalpaca-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-chat-koalpaca-GGUF/tree/main/llama2-chat-koalpaca-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
48
+ | [llama2-chat-koalpaca-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-chat-koalpaca-GGUF/tree/main/llama2-chat-koalpaca-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [llama2-chat-koalpaca-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-chat-koalpaca-GGUF/tree/main/llama2-chat-koalpaca-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
50
+ | [llama2-chat-koalpaca-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-chat-koalpaca-GGUF/tree/main/llama2-chat-koalpaca-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
51
+ | [llama2-chat-koalpaca-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-chat-koalpaca-GGUF/tree/main/llama2-chat-koalpaca-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [llama2-chat-koalpaca-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-chat-koalpaca-GGUF/tree/main/llama2-chat-koalpaca-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
53
+ | [llama2-chat-koalpaca-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-chat-koalpaca-GGUF/tree/main/llama2-chat-koalpaca-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
54
+ | [llama2-chat-koalpaca-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-chat-koalpaca-GGUF/tree/main/llama2-chat-koalpaca-Q6_K.gguf) | Q6_K | 5.149 GB | very large, extremely low quality loss |
55
+ | [llama2-chat-koalpaca-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-chat-koalpaca-GGUF/tree/main/llama2-chat-koalpaca-Q8_0.gguf) | Q8_0 | 6.669 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/llama2-chat-koalpaca-GGUF --include "llama2-chat-koalpaca-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/llama2-chat-koalpaca-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
llama2-chat-koalpaca-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a11a9e83cc0464ae25295666d43dffaa3f6538e18d9cc6bc672535f192c1d18
3
+ size 2532865120
llama2-chat-koalpaca-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:693e78c5df81fe0ffe4ffde8ce52edc0071cd8008f23d9cf659412d785bd3211
3
+ size 3597112416
llama2-chat-koalpaca-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:857350282b07fcb1384c807a0e41be05f03a35154572ae1c6804efb430449bfa
3
+ size 3298006112
llama2-chat-koalpaca-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62afac1749713e2e926b27e4dfe7858982c86037aaf9a5978398957f3635a662
3
+ size 2948306016
llama2-chat-koalpaca-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4716b24208c3c59800fb4f5907a5196818e439de1231cadaf20298826844e010
3
+ size 3825808480
llama2-chat-koalpaca-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cbb8ccfbc7304a06537fa84dbb4677aa248ca58f6481c5556866020e020a4a4
3
+ size 4081005664
llama2-chat-koalpaca-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bba6cc7836e84dec371172e5b64eddf95d4e331125593f22f1a838f880588fe1
3
+ size 3856741472
llama2-chat-koalpaca-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f713f4f4db28915bb595d22a19428dfbec3ee4e9aadd58fa7bfeb04ab2c1dd6
3
+ size 4651693152
llama2-chat-koalpaca-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d63b0fdf0074cc8e214992549cebf09c634b7f645e66a7df79803d2be44647b
3
+ size 4783158368
llama2-chat-koalpaca-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d149073cafbbe18ca5ef88f70b3f47b0598745d4899ef63b9f4422cb80da9322
3
+ size 4651693152
llama2-chat-koalpaca-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaab313532312a1c89208fdcd9a6dae5e9e2dbbb07c36f38e2b07db24707b4a8
3
+ size 5529195616
llama2-chat-koalpaca-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b99353481cb5534bc55f92823c2fc4c71ea42ba6d77e707bd7271757a4f8c98c
3
+ size 7161091168