morriszms commited on
Commit
6e94cbb
1 Parent(s): 5a40318

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
+ inst-aihub-trans-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ inst-aihub-trans-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ inst-aihub-trans-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ inst-aihub-trans-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ inst-aihub-trans-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ inst-aihub-trans-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ inst-aihub-trans-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ inst-aihub-trans-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ inst-aihub-trans-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ inst-aihub-trans-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ inst-aihub-trans-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ inst-aihub-trans-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - ko
5
+ - en
6
+ base_model: richard-park/inst-aihub-trans
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## richard-park/inst-aihub-trans - GGUF
24
+
25
+ This repo contains GGUF format model files for [richard-park/inst-aihub-trans](https://huggingface.co/richard-park/inst-aihub-trans).
26
+
27
+ 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).
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
39
+
40
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
41
+
42
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [inst-aihub-trans-Q2_K.gguf](https://huggingface.co/tensorblock/inst-aihub-trans-GGUF/blob/main/inst-aihub-trans-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [inst-aihub-trans-Q3_K_S.gguf](https://huggingface.co/tensorblock/inst-aihub-trans-GGUF/blob/main/inst-aihub-trans-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
51
+ | [inst-aihub-trans-Q3_K_M.gguf](https://huggingface.co/tensorblock/inst-aihub-trans-GGUF/blob/main/inst-aihub-trans-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
52
+ | [inst-aihub-trans-Q3_K_L.gguf](https://huggingface.co/tensorblock/inst-aihub-trans-GGUF/blob/main/inst-aihub-trans-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
53
+ | [inst-aihub-trans-Q4_0.gguf](https://huggingface.co/tensorblock/inst-aihub-trans-GGUF/blob/main/inst-aihub-trans-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [inst-aihub-trans-Q4_K_S.gguf](https://huggingface.co/tensorblock/inst-aihub-trans-GGUF/blob/main/inst-aihub-trans-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
55
+ | [inst-aihub-trans-Q4_K_M.gguf](https://huggingface.co/tensorblock/inst-aihub-trans-GGUF/blob/main/inst-aihub-trans-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
56
+ | [inst-aihub-trans-Q5_0.gguf](https://huggingface.co/tensorblock/inst-aihub-trans-GGUF/blob/main/inst-aihub-trans-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [inst-aihub-trans-Q5_K_S.gguf](https://huggingface.co/tensorblock/inst-aihub-trans-GGUF/blob/main/inst-aihub-trans-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
58
+ | [inst-aihub-trans-Q5_K_M.gguf](https://huggingface.co/tensorblock/inst-aihub-trans-GGUF/blob/main/inst-aihub-trans-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
59
+ | [inst-aihub-trans-Q6_K.gguf](https://huggingface.co/tensorblock/inst-aihub-trans-GGUF/blob/main/inst-aihub-trans-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
60
+ | [inst-aihub-trans-Q8_0.gguf](https://huggingface.co/tensorblock/inst-aihub-trans-GGUF/blob/main/inst-aihub-trans-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/inst-aihub-trans-GGUF --include "inst-aihub-trans-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/inst-aihub-trans-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
inst-aihub-trans-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d6f8b672fa7c4d3c63726107a49538f0b2460ae1b4c5f7c70a014529691bac2
3
+ size 3179131392
inst-aihub-trans-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03c57f2bafada9dc708ce22fb6a9426f96ca2380f44ca1768fd480be93e9667a
3
+ size 4321956352
inst-aihub-trans-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58963f7b61bcf61179eab4612d4e03fc4a3968ead3070c8b8f5b83537415b79b
3
+ size 4018917888
inst-aihub-trans-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0589063eaa140e05186deed79c500ba232991e45654ca50c9ff3bdd32e2380dd
3
+ size 3664499200
inst-aihub-trans-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1b1fc0f7e0e1664bfe49661d46357ef1bae15093a1abd5563de3817020353e3
3
+ size 4661211648
inst-aihub-trans-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45a2c45f26ec0cb1caff3f84cfb515631ae7204bb42ac4c5d37ee08b96e31ad9
3
+ size 4920734208
inst-aihub-trans-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f18f1fcd48a804f4ef818a57e6fe7cd4b7f5bb4a3095d1b1a3d41a0912420b4
3
+ size 4692668928
inst-aihub-trans-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e01e3b3fed06984bf4104343b370d55a6bf25a4ecb15d8f204b75d72b155b0c9
3
+ size 5599293952
inst-aihub-trans-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7be0c89633d4a854a63d7b86cf88e97db4b8ff0310db7c27b8f9f1933e6a205
3
+ size 5732987392
inst-aihub-trans-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fea497f8bef606d15be715b0d987d5fb659956d1ea59cbe9c15acaa1d867de72
3
+ size 5599293952
inst-aihub-trans-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e04e3efbca927a460333177e5b116744b8b3b62bb8581112d7a8d20ef40f05a6
3
+ size 6596006400
inst-aihub-trans-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34d618d78e65d0482a0cb488f8300b1172b81ad621b20615683c49a36d9bdf24
3
+ size 8540770816