morriszms commited on
Commit
06ad00c
·
verified ·
1 Parent(s): 7c939a3

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
+ test-model-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ test-model-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ test-model-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ test-model-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ test-model-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ test-model-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ test-model-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ test-model-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ test-model-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ test-model-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ test-model-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ test-model-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - unsloth
5
+ - trl
6
+ - sft
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: iustinnn/test-model
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
+ ## iustinnn/test-model - GGUF
24
+
25
+ This repo contains GGUF format model files for [iustinnn/test-model](https://huggingface.co/iustinnn/test-model).
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
+
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [test-model-Q2_K.gguf](https://huggingface.co/tensorblock/test-model-GGUF/blob/main/test-model-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [test-model-Q3_K_S.gguf](https://huggingface.co/tensorblock/test-model-GGUF/blob/main/test-model-Q3_K_S.gguf) | Q3_K_S | 3.664 GB | very small, high quality loss |
47
+ | [test-model-Q3_K_M.gguf](https://huggingface.co/tensorblock/test-model-GGUF/blob/main/test-model-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
48
+ | [test-model-Q3_K_L.gguf](https://huggingface.co/tensorblock/test-model-GGUF/blob/main/test-model-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
49
+ | [test-model-Q4_0.gguf](https://huggingface.co/tensorblock/test-model-GGUF/blob/main/test-model-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [test-model-Q4_K_S.gguf](https://huggingface.co/tensorblock/test-model-GGUF/blob/main/test-model-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
51
+ | [test-model-Q4_K_M.gguf](https://huggingface.co/tensorblock/test-model-GGUF/blob/main/test-model-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
52
+ | [test-model-Q5_0.gguf](https://huggingface.co/tensorblock/test-model-GGUF/blob/main/test-model-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [test-model-Q5_K_S.gguf](https://huggingface.co/tensorblock/test-model-GGUF/blob/main/test-model-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
54
+ | [test-model-Q5_K_M.gguf](https://huggingface.co/tensorblock/test-model-GGUF/blob/main/test-model-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
55
+ | [test-model-Q6_K.gguf](https://huggingface.co/tensorblock/test-model-GGUF/blob/main/test-model-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
56
+ | [test-model-Q8_0.gguf](https://huggingface.co/tensorblock/test-model-GGUF/blob/main/test-model-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
57
+
58
+
59
+ ## Downloading instruction
60
+
61
+ ### Command line
62
+
63
+ Firstly, install Huggingface Client
64
+
65
+ ```shell
66
+ pip install -U "huggingface_hub[cli]"
67
+ ```
68
+
69
+ Then, downoad the individual model file the a local directory
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/test-model-GGUF --include "test-model-Q2_K.gguf" --local-dir MY_LOCAL_DIR
73
+ ```
74
+
75
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/test-model-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
test-model-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:799b31eef2d654ada726d9214e4424d45a9dfc50be192db6d0a2a1184b0aac33
3
+ size 3179131072
test-model-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0be692fadfff4277240c1df5aeb67e71af7405b55073db112456c8e49700d11
3
+ size 4321956032
test-model-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e30c3176979e2c33c7228772242a1d41ddfd7bd116f3666a26505e60d3c1c3ed
3
+ size 4018917568
test-model-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a76e6fad6964f449cefa1d61cdb4ee1988e3ab5219d644af00c4fe94bfd5d70
3
+ size 3664498880
test-model-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7518bbbe17afc5b80b23c2db47ac7d5371820568a018a9b21a86f9fee93d41d5
3
+ size 4661211328
test-model-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fca398f6901d6b9aa6d3f467e51c7469dc3627bfd12ae645bae9694d342df94
3
+ size 4920733888
test-model-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:793dea3f32e4a1e6239e9f97afc34dd702c8959e14ca8f84efcb67429dab2136
3
+ size 4692668608
test-model-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87e849d2fb3637ca22188da9bb8496f7f2db45260a8dd0eedbca0f09e87ac8f3
3
+ size 5599293632
test-model-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68b426cf4e2a093cde89e08dfad391e303afc07fa8214a0a135af0bb5c03921f
3
+ size 5732987072
test-model-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70c233d6b76b93f0ce53bd9eba5bcb5d037518a09377c5f6369b2560fd127596
3
+ size 5599293632
test-model-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35f730eebede1b1b930b59e3e0a8f52c6d52c3e482694ab33ca0f5882f4d0552
3
+ size 6596006080
test-model-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7462078273694bc0536ab04f6a881ce184c5ea6c2f44025fe4a7d976619e3be
3
+ size 8540770496