morriszms commited on
Commit
981d78d
·
verified ·
1 Parent(s): 89b80db

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
+ mytest-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mytest-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mytest-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mytest-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mytest-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mytest-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mytest-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mytest-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mytest-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mytest-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mytest-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mytest-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
+ library_name: transformers
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: khKim/mytest
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
+ ## khKim/mytest - GGUF
24
+
25
+ This repo contains GGUF format model files for [khKim/mytest](https://huggingface.co/khKim/mytest).
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
+ | [mytest-Q2_K.gguf](https://huggingface.co/tensorblock/mytest-GGUF/blob/main/mytest-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [mytest-Q3_K_S.gguf](https://huggingface.co/tensorblock/mytest-GGUF/blob/main/mytest-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
51
+ | [mytest-Q3_K_M.gguf](https://huggingface.co/tensorblock/mytest-GGUF/blob/main/mytest-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
52
+ | [mytest-Q3_K_L.gguf](https://huggingface.co/tensorblock/mytest-GGUF/blob/main/mytest-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
53
+ | [mytest-Q4_0.gguf](https://huggingface.co/tensorblock/mytest-GGUF/blob/main/mytest-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [mytest-Q4_K_S.gguf](https://huggingface.co/tensorblock/mytest-GGUF/blob/main/mytest-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
55
+ | [mytest-Q4_K_M.gguf](https://huggingface.co/tensorblock/mytest-GGUF/blob/main/mytest-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
56
+ | [mytest-Q5_0.gguf](https://huggingface.co/tensorblock/mytest-GGUF/blob/main/mytest-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [mytest-Q5_K_S.gguf](https://huggingface.co/tensorblock/mytest-GGUF/blob/main/mytest-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
58
+ | [mytest-Q5_K_M.gguf](https://huggingface.co/tensorblock/mytest-GGUF/blob/main/mytest-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
59
+ | [mytest-Q6_K.gguf](https://huggingface.co/tensorblock/mytest-GGUF/blob/main/mytest-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
60
+ | [mytest-Q8_0.gguf](https://huggingface.co/tensorblock/mytest-GGUF/blob/main/mytest-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/mytest-GGUF --include "mytest-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/mytest-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
mytest-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00fdb9e713ee27ea04a27932cf7951221fc46d1a9c0497ecb1b870dc59ccad31
3
+ size 3179131488
mytest-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34594fd8a22bf6c0e9274534acd19b9038a801fa3f238b305512b40b5c68b7b7
3
+ size 4321956448
mytest-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54af7e598818340fe89eff86cf3934f14f3ca9fe677621fe0f62ad739ee5e3c8
3
+ size 4018917984
mytest-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb3c28ebc56c493fbd424eea2dffb8def1eb2c7fe35121db06f74693530c6af5
3
+ size 3664499296
mytest-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80ea0c5dd2fb2614728dc4bab4e9bf05f58cdff3b8f2b05d576c4ae599074313
3
+ size 4661211744
mytest-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45a51605daad361614e0fbebb0e96dc2ce158ff751b8eaa4ac511146a67e272e
3
+ size 4920734304
mytest-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8db67249723c61c6a1cbd4e936c79658bad06e43378dd20c334f27a60452f206
3
+ size 4692669024
mytest-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea14bd454dda10c63811f4cdfa2976f21fb4f8bae191751c6659bf08ad8fcff0
3
+ size 5599294048
mytest-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3463adcb86591dd8ba6de889019cd341550a0eac6722bd82afd49b814a9dea6b
3
+ size 5732987488
mytest-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2243f849d27230c4eec48d42e9de802640263c08800a410d246c45444721f57
3
+ size 5599294048
mytest-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:684f001250bf6835f9c0069f654e369507a97c053e51c093732f3e748ebf8aa8
3
+ size 6596006496
mytest-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4b9f786a7fca3fc73800ebeca15d6df3f4a5bafdc86ba860a046073b19a3782
3
+ size 8540770912