morriszms commited on
Commit
4a3dbb3
·
verified ·
1 Parent(s): 141a2ee

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
+ original-KoRAE-13b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ original-KoRAE-13b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ original-KoRAE-13b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ original-KoRAE-13b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ original-KoRAE-13b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ original-KoRAE-13b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ original-KoRAE-13b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ original-KoRAE-13b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ original-KoRAE-13b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ original-KoRAE-13b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ original-KoRAE-13b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ original-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_original
5
+ language:
6
+ - ko
7
+ library_name: transformers
8
+ base_model: Cartinoe5930/original-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/original-KoRAE-13b - GGUF
26
+
27
+ This repo contains GGUF format model files for [Cartinoe5930/original-KoRAE-13b](https://huggingface.co/Cartinoe5930/original-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
+ | [original-KoRAE-13b-Q2_K.gguf](https://huggingface.co/tensorblock/original-KoRAE-13b-GGUF/tree/main/original-KoRAE-13b-Q2_K.gguf) | Q2_K | 4.600 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [original-KoRAE-13b-Q3_K_S.gguf](https://huggingface.co/tensorblock/original-KoRAE-13b-GGUF/tree/main/original-KoRAE-13b-Q3_K_S.gguf) | Q3_K_S | 5.356 GB | very small, high quality loss |
49
+ | [original-KoRAE-13b-Q3_K_M.gguf](https://huggingface.co/tensorblock/original-KoRAE-13b-GGUF/tree/main/original-KoRAE-13b-Q3_K_M.gguf) | Q3_K_M | 5.988 GB | very small, high quality loss |
50
+ | [original-KoRAE-13b-Q3_K_L.gguf](https://huggingface.co/tensorblock/original-KoRAE-13b-GGUF/tree/main/original-KoRAE-13b-Q3_K_L.gguf) | Q3_K_L | 6.539 GB | small, substantial quality loss |
51
+ | [original-KoRAE-13b-Q4_0.gguf](https://huggingface.co/tensorblock/original-KoRAE-13b-GGUF/tree/main/original-KoRAE-13b-Q4_0.gguf) | Q4_0 | 6.955 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [original-KoRAE-13b-Q4_K_S.gguf](https://huggingface.co/tensorblock/original-KoRAE-13b-GGUF/tree/main/original-KoRAE-13b-Q4_K_S.gguf) | Q4_K_S | 7.008 GB | small, greater quality loss |
53
+ | [original-KoRAE-13b-Q4_K_M.gguf](https://huggingface.co/tensorblock/original-KoRAE-13b-GGUF/tree/main/original-KoRAE-13b-Q4_K_M.gguf) | Q4_K_M | 7.421 GB | medium, balanced quality - recommended |
54
+ | [original-KoRAE-13b-Q5_0.gguf](https://huggingface.co/tensorblock/original-KoRAE-13b-GGUF/tree/main/original-KoRAE-13b-Q5_0.gguf) | Q5_0 | 8.459 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [original-KoRAE-13b-Q5_K_S.gguf](https://huggingface.co/tensorblock/original-KoRAE-13b-GGUF/tree/main/original-KoRAE-13b-Q5_K_S.gguf) | Q5_K_S | 8.459 GB | large, low quality loss - recommended |
56
+ | [original-KoRAE-13b-Q5_K_M.gguf](https://huggingface.co/tensorblock/original-KoRAE-13b-GGUF/tree/main/original-KoRAE-13b-Q5_K_M.gguf) | Q5_K_M | 8.699 GB | large, very low quality loss - recommended |
57
+ | [original-KoRAE-13b-Q6_K.gguf](https://huggingface.co/tensorblock/original-KoRAE-13b-GGUF/tree/main/original-KoRAE-13b-Q6_K.gguf) | Q6_K | 10.058 GB | very large, extremely low quality loss |
58
+ | [original-KoRAE-13b-Q8_0.gguf](https://huggingface.co/tensorblock/original-KoRAE-13b-GGUF/tree/main/original-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/original-KoRAE-13b-GGUF --include "original-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/original-KoRAE-13b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
original-KoRAE-13b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dd5af923accf7d02a14f136389650a06f36d8d89e06b3c69952e7245a3c5226
3
+ size 4938918528
original-KoRAE-13b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be4c7762d488697be5ff91e1346ee6bcae40dfd9c05d8282047e66b513089285
3
+ size 7021662848
original-KoRAE-13b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01a1c6456be01dd818d2f7e0b0ad8033f08eb68fbbcb5ff9318d71b21d302a0e
3
+ size 6429872768
original-KoRAE-13b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e7bbfcbe623a9df816de17ffd90dbde067d269466762067ab42117bc0daac61
3
+ size 5751083648
original-KoRAE-13b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85862f8c93818d33a65664fdf76b08d2c71e100142d7836716e1c8e601681894
3
+ size 7467686528
original-KoRAE-13b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65f990b7cad73d94c97b2a37aa7943a944f261df5a8052accb2be0b76cd8850d
3
+ size 7967808128
original-KoRAE-13b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6c977437e2cb1fbdf87bd409ea44410c85f77b1a29f2c118674dca9ed702dc4
3
+ size 7525030528
original-KoRAE-13b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d30d8a4fe73f322a55cd4b7030212abf0134751061a06e93385948023271655
3
+ size 9083312768
original-KoRAE-13b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99ba354778e680358fe137bde418a93a875399efc1fa439df448a953b1ea7962
3
+ size 9340951168
original-KoRAE-13b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e835c5ab81cc4f88fcf6806352cd92226de28c0d913d3091932c1d8175a8991
3
+ size 9083312768
original-KoRAE-13b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58d9b139518ee517529fdb94b3ce5f34a094d98c176d9c642b5bb048887d609e
3
+ size 10799915648
original-KoRAE-13b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:180d3b3043094b914bfc5164d0c277aa54c5bd94a287a553fb8ad8478153205a
3
+ size 13987648128