morriszms commited on
Commit
b8a747d
·
verified ·
1 Parent(s): e1b526b

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-en-llama2-13b-mixed-v3-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ ko-en-llama2-13b-mixed-v3-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ ko-en-llama2-13b-mixed-v3-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ ko-en-llama2-13b-mixed-v3-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ ko-en-llama2-13b-mixed-v3-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ ko-en-llama2-13b-mixed-v3-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ ko-en-llama2-13b-mixed-v3-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ ko-en-llama2-13b-mixed-v3-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ ko-en-llama2-13b-mixed-v3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ ko-en-llama2-13b-mixed-v3-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ ko-en-llama2-13b-mixed-v3-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ ko-en-llama2-13b-mixed-v3-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-2.0
3
+ language:
4
+ - ko
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: GAI-LLM/ko-en-llama2-13b-mixed-v3
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
+ ## GAI-LLM/ko-en-llama2-13b-mixed-v3 - GGUF
25
+
26
+ This repo contains GGUF format model files for [GAI-LLM/ko-en-llama2-13b-mixed-v3](https://huggingface.co/GAI-LLM/ko-en-llama2-13b-mixed-v3).
27
+
28
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <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;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [ko-en-llama2-13b-mixed-v3-Q2_K.gguf](https://huggingface.co/tensorblock/ko-en-llama2-13b-mixed-v3-GGUF/blob/main/ko-en-llama2-13b-mixed-v3-Q2_K.gguf) | Q2_K | 4.854 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [ko-en-llama2-13b-mixed-v3-Q3_K_S.gguf](https://huggingface.co/tensorblock/ko-en-llama2-13b-mixed-v3-GGUF/blob/main/ko-en-llama2-13b-mixed-v3-Q3_K_S.gguf) | Q3_K_S | 5.659 GB | very small, high quality loss |
48
+ | [ko-en-llama2-13b-mixed-v3-Q3_K_M.gguf](https://huggingface.co/tensorblock/ko-en-llama2-13b-mixed-v3-GGUF/blob/main/ko-en-llama2-13b-mixed-v3-Q3_K_M.gguf) | Q3_K_M | 6.338 GB | very small, high quality loss |
49
+ | [ko-en-llama2-13b-mixed-v3-Q3_K_L.gguf](https://huggingface.co/tensorblock/ko-en-llama2-13b-mixed-v3-GGUF/blob/main/ko-en-llama2-13b-mixed-v3-Q3_K_L.gguf) | Q3_K_L | 6.930 GB | small, substantial quality loss |
50
+ | [ko-en-llama2-13b-mixed-v3-Q4_0.gguf](https://huggingface.co/tensorblock/ko-en-llama2-13b-mixed-v3-GGUF/blob/main/ko-en-llama2-13b-mixed-v3-Q4_0.gguf) | Q4_0 | 7.366 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [ko-en-llama2-13b-mixed-v3-Q4_K_S.gguf](https://huggingface.co/tensorblock/ko-en-llama2-13b-mixed-v3-GGUF/blob/main/ko-en-llama2-13b-mixed-v3-Q4_K_S.gguf) | Q4_K_S | 7.423 GB | small, greater quality loss |
52
+ | [ko-en-llama2-13b-mixed-v3-Q4_K_M.gguf](https://huggingface.co/tensorblock/ko-en-llama2-13b-mixed-v3-GGUF/blob/main/ko-en-llama2-13b-mixed-v3-Q4_K_M.gguf) | Q4_K_M | 7.866 GB | medium, balanced quality - recommended |
53
+ | [ko-en-llama2-13b-mixed-v3-Q5_0.gguf](https://huggingface.co/tensorblock/ko-en-llama2-13b-mixed-v3-GGUF/blob/main/ko-en-llama2-13b-mixed-v3-Q5_0.gguf) | Q5_0 | 8.972 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [ko-en-llama2-13b-mixed-v3-Q5_K_S.gguf](https://huggingface.co/tensorblock/ko-en-llama2-13b-mixed-v3-GGUF/blob/main/ko-en-llama2-13b-mixed-v3-Q5_K_S.gguf) | Q5_K_S | 8.972 GB | large, low quality loss - recommended |
55
+ | [ko-en-llama2-13b-mixed-v3-Q5_K_M.gguf](https://huggingface.co/tensorblock/ko-en-llama2-13b-mixed-v3-GGUF/blob/main/ko-en-llama2-13b-mixed-v3-Q5_K_M.gguf) | Q5_K_M | 9.230 GB | large, very low quality loss - recommended |
56
+ | [ko-en-llama2-13b-mixed-v3-Q6_K.gguf](https://huggingface.co/tensorblock/ko-en-llama2-13b-mixed-v3-GGUF/blob/main/ko-en-llama2-13b-mixed-v3-Q6_K.gguf) | Q6_K | 10.679 GB | very large, extremely low quality loss |
57
+ | [ko-en-llama2-13b-mixed-v3-Q8_0.gguf](https://huggingface.co/tensorblock/ko-en-llama2-13b-mixed-v3-GGUF/blob/main/ko-en-llama2-13b-mixed-v3-Q8_0.gguf) | Q8_0 | 13.831 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/ko-en-llama2-13b-mixed-v3-GGUF --include "ko-en-llama2-13b-mixed-v3-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/ko-en-llama2-13b-mixed-v3-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
ko-en-llama2-13b-mixed-v3-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e2974e4ca9696ebe8d19878bdc39a6ca8cdd8ae21e156f310dabd68c56ed9c9
3
+ size 4854270432
ko-en-llama2-13b-mixed-v3-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a4fe800ec6e3878138c4ef427163c6c9fafc1cbfe311cd8e06dfdbfe3241793
3
+ size 6929560032
ko-en-llama2-13b-mixed-v3-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe79a1872788509eb2383b7ddaed959c99ba77c12dac0c187527e6c230b5d4bd
3
+ size 6337769952
ko-en-llama2-13b-mixed-v3-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf4295e0df1b9a77c4962252cc460b18c2738886da75bd42885f76fe9e722d9c
3
+ size 5658980832
ko-en-llama2-13b-mixed-v3-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c01f7953eed25fab624f8cfdd5bb03248cb96e65695f3cd967bdc208acbb8fb
3
+ size 7365835232
ko-en-llama2-13b-mixed-v3-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd6fbbbe50822ff5d04e783328ea71f77b734abd85ec7de59730fb5a87099f04
3
+ size 7865956832
ko-en-llama2-13b-mixed-v3-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec5444a0cc994ad5529142e78a9c5f1c8d28c7e0c6fb58acc56dfb70846787fe
3
+ size 7423179232
ko-en-llama2-13b-mixed-v3-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b078de205b05725e6105894feb930dcce8674704b80c17ab8e259175b66d51f
3
+ size 8972286432
ko-en-llama2-13b-mixed-v3-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae67876e9492a4413fef6f46f468efe4599cec9a7deeebfebd43b5d7ed05ab47
3
+ size 9229924832
ko-en-llama2-13b-mixed-v3-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:124d7a7b631747c595f1978775f9188169f1967f60adaff2a01f3f7f95eebe58
3
+ size 8972286432
ko-en-llama2-13b-mixed-v3-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5adb8abbde5350e1ab992e9e06203e1fc4411e67097f6e229ed7bbe1bf3281c
3
+ size 10679140832
ko-en-llama2-13b-mixed-v3-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29e77393bd5d57b1ca89be3b774b73ea3b6bbf6582eeeaf0f0e618dab09941ac
3
+ size 13831320032