morriszms commited on
Commit
fedc72a
·
verified ·
1 Parent(s): 53ad8c3

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
+ weak-KoRAE-13b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ weak-KoRAE-13b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ weak-KoRAE-13b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ weak-KoRAE-13b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ weak-KoRAE-13b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ weak-KoRAE-13b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ weak-KoRAE-13b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ weak-KoRAE-13b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ weak-KoRAE-13b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ weak-KoRAE-13b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ weak-KoRAE-13b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ weak-KoRAE-13b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ datasets:
4
+ - Cartinoe5930/KoRAE_filtered_12k
5
+ language:
6
+ - ko
7
+ library_name: transformers
8
+ base_model: Cartinoe5930/weak-KoRAE-13b
9
+ tags:
10
+ - TensorBlock
11
+ - GGUF
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## Cartinoe5930/weak-KoRAE-13b - GGUF
26
+
27
+ This repo contains GGUF format model files for [Cartinoe5930/weak-KoRAE-13b](https://huggingface.co/Cartinoe5930/weak-KoRAE-13b).
28
+
29
+ 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).
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+ ### System:
35
+ {system_prompt}</s>
36
+
37
+ ### User:
38
+ {prompt}</s>
39
+
40
+ ### Assistant:
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [weak-KoRAE-13b-Q2_K.gguf](https://huggingface.co/tensorblock/weak-KoRAE-13b-GGUF/tree/main/weak-KoRAE-13b-Q2_K.gguf) | Q2_K | 4.600 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [weak-KoRAE-13b-Q3_K_S.gguf](https://huggingface.co/tensorblock/weak-KoRAE-13b-GGUF/tree/main/weak-KoRAE-13b-Q3_K_S.gguf) | Q3_K_S | 5.356 GB | very small, high quality loss |
49
+ | [weak-KoRAE-13b-Q3_K_M.gguf](https://huggingface.co/tensorblock/weak-KoRAE-13b-GGUF/tree/main/weak-KoRAE-13b-Q3_K_M.gguf) | Q3_K_M | 5.988 GB | very small, high quality loss |
50
+ | [weak-KoRAE-13b-Q3_K_L.gguf](https://huggingface.co/tensorblock/weak-KoRAE-13b-GGUF/tree/main/weak-KoRAE-13b-Q3_K_L.gguf) | Q3_K_L | 6.539 GB | small, substantial quality loss |
51
+ | [weak-KoRAE-13b-Q4_0.gguf](https://huggingface.co/tensorblock/weak-KoRAE-13b-GGUF/tree/main/weak-KoRAE-13b-Q4_0.gguf) | Q4_0 | 6.955 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [weak-KoRAE-13b-Q4_K_S.gguf](https://huggingface.co/tensorblock/weak-KoRAE-13b-GGUF/tree/main/weak-KoRAE-13b-Q4_K_S.gguf) | Q4_K_S | 7.008 GB | small, greater quality loss |
53
+ | [weak-KoRAE-13b-Q4_K_M.gguf](https://huggingface.co/tensorblock/weak-KoRAE-13b-GGUF/tree/main/weak-KoRAE-13b-Q4_K_M.gguf) | Q4_K_M | 7.421 GB | medium, balanced quality - recommended |
54
+ | [weak-KoRAE-13b-Q5_0.gguf](https://huggingface.co/tensorblock/weak-KoRAE-13b-GGUF/tree/main/weak-KoRAE-13b-Q5_0.gguf) | Q5_0 | 8.459 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [weak-KoRAE-13b-Q5_K_S.gguf](https://huggingface.co/tensorblock/weak-KoRAE-13b-GGUF/tree/main/weak-KoRAE-13b-Q5_K_S.gguf) | Q5_K_S | 8.459 GB | large, low quality loss - recommended |
56
+ | [weak-KoRAE-13b-Q5_K_M.gguf](https://huggingface.co/tensorblock/weak-KoRAE-13b-GGUF/tree/main/weak-KoRAE-13b-Q5_K_M.gguf) | Q5_K_M | 8.699 GB | large, very low quality loss - recommended |
57
+ | [weak-KoRAE-13b-Q6_K.gguf](https://huggingface.co/tensorblock/weak-KoRAE-13b-GGUF/tree/main/weak-KoRAE-13b-Q6_K.gguf) | Q6_K | 10.058 GB | very large, extremely low quality loss |
58
+ | [weak-KoRAE-13b-Q8_0.gguf](https://huggingface.co/tensorblock/weak-KoRAE-13b-GGUF/tree/main/weak-KoRAE-13b-Q8_0.gguf) | Q8_0 | 13.027 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/weak-KoRAE-13b-GGUF --include "weak-KoRAE-13b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/weak-KoRAE-13b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
weak-KoRAE-13b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5364ac1cfafc970a033f8b060d191c0be1c30e0a7edc0a77aea13dd021806d8
3
+ size 4938918560
weak-KoRAE-13b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:645f559cc92e30d2553ca7f216b613e9aed18465292bc6b743d3315dbe5063ea
3
+ size 7021662880
weak-KoRAE-13b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4b8ba10c0f3214fe28d4a57c54d529224fb8e8ce818641deb5149b430530c4d
3
+ size 6429872800
weak-KoRAE-13b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af4da4edb01ed46fcbb1158fa297dd5262fe05877bc4e4e139969843445c2965
3
+ size 5751083680
weak-KoRAE-13b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89002987c1d754f99fa2a6ed989aa62f22bfa50bcc5c6a3a85c7f0b31c385327
3
+ size 7467686560
weak-KoRAE-13b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38d6c07d49aeab1022d1013dc42fc80f7554e1bc17173f01d5dbfc8cc3fb4fca
3
+ size 7967808160
weak-KoRAE-13b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66565cf28b51dbc79a0f97fcac40b3f167a5fa67b71b1cfe5e75c8a30c40dff2
3
+ size 7525030560
weak-KoRAE-13b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:252cedadb887b2e882a22fc5e8956218f299f82c1b3725f1641c352b07cb1401
3
+ size 9083312800
weak-KoRAE-13b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77173b2b548940205a0a1c6d77c5792499e166d1520e836d990a25a045833c60
3
+ size 9340951200
weak-KoRAE-13b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79d7f84d823f917e88f60b2a7ada8afb6d4975b90f01d7a1aced6817d0518d3f
3
+ size 9083312800
weak-KoRAE-13b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ea694bc5202c6201e14e986aa134cf67231903e640ee4e0548f5f6439d7d7f4
3
+ size 10799915680
weak-KoRAE-13b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40902ea492244d7f54ddb6a0b5599fa9623ba6660843751676de7759e934ec06
3
+ size 13987648160