morriszms commited on
Commit
35cdc50
·
verified ·
1 Parent(s): 814acc1

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
+ llm-bench-upload-1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llm-bench-upload-1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llm-bench-upload-1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llm-bench-upload-1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llm-bench-upload-1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llm-bench-upload-1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llm-bench-upload-1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llm-bench-upload-1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llm-bench-upload-1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llm-bench-upload-1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llm-bench-upload-1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llm-bench-upload-1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: lwef/llm-bench-upload-1
3
+ language:
4
+ - en
5
+ license: apache-2.0
6
+ tags:
7
+ - transformers
8
+ - unsloth
9
+ - llama
10
+ - trl
11
+ - TensorBlock
12
+ - GGUF
13
+ ---
14
+
15
+ <div style="width: auto; margin-left: auto; margin-right: auto">
16
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
+ </div>
18
+ <div style="display: flex; justify-content: space-between; width: 100%;">
19
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
21
+ 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>
22
+ </p>
23
+ </div>
24
+ </div>
25
+
26
+ ## lwef/llm-bench-upload-1 - GGUF
27
+
28
+ This repo contains GGUF format model files for [lwef/llm-bench-upload-1](https://huggingface.co/lwef/llm-bench-upload-1).
29
+
30
+ 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).
31
+
32
+ <div style="text-align: left; margin: 20px 0;">
33
+ <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;">
34
+ Run them on the TensorBlock client using your local machine ↗
35
+ </a>
36
+ </div>
37
+
38
+ ## Prompt template
39
+
40
+ ```
41
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
42
+
43
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
44
+
45
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
46
+ ```
47
+
48
+ ## Model file specification
49
+
50
+ | Filename | Quant type | File Size | Description |
51
+ | -------- | ---------- | --------- | ----------- |
52
+ | [llm-bench-upload-1-Q2_K.gguf](https://huggingface.co/tensorblock/llm-bench-upload-1-GGUF/blob/main/llm-bench-upload-1-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
53
+ | [llm-bench-upload-1-Q3_K_S.gguf](https://huggingface.co/tensorblock/llm-bench-upload-1-GGUF/blob/main/llm-bench-upload-1-Q3_K_S.gguf) | Q3_K_S | 3.664 GB | very small, high quality loss |
54
+ | [llm-bench-upload-1-Q3_K_M.gguf](https://huggingface.co/tensorblock/llm-bench-upload-1-GGUF/blob/main/llm-bench-upload-1-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
55
+ | [llm-bench-upload-1-Q3_K_L.gguf](https://huggingface.co/tensorblock/llm-bench-upload-1-GGUF/blob/main/llm-bench-upload-1-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
56
+ | [llm-bench-upload-1-Q4_0.gguf](https://huggingface.co/tensorblock/llm-bench-upload-1-GGUF/blob/main/llm-bench-upload-1-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
+ | [llm-bench-upload-1-Q4_K_S.gguf](https://huggingface.co/tensorblock/llm-bench-upload-1-GGUF/blob/main/llm-bench-upload-1-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
58
+ | [llm-bench-upload-1-Q4_K_M.gguf](https://huggingface.co/tensorblock/llm-bench-upload-1-GGUF/blob/main/llm-bench-upload-1-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
59
+ | [llm-bench-upload-1-Q5_0.gguf](https://huggingface.co/tensorblock/llm-bench-upload-1-GGUF/blob/main/llm-bench-upload-1-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
+ | [llm-bench-upload-1-Q5_K_S.gguf](https://huggingface.co/tensorblock/llm-bench-upload-1-GGUF/blob/main/llm-bench-upload-1-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
61
+ | [llm-bench-upload-1-Q5_K_M.gguf](https://huggingface.co/tensorblock/llm-bench-upload-1-GGUF/blob/main/llm-bench-upload-1-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
62
+ | [llm-bench-upload-1-Q6_K.gguf](https://huggingface.co/tensorblock/llm-bench-upload-1-GGUF/blob/main/llm-bench-upload-1-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
63
+ | [llm-bench-upload-1-Q8_0.gguf](https://huggingface.co/tensorblock/llm-bench-upload-1-GGUF/blob/main/llm-bench-upload-1-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
64
+
65
+
66
+ ## Downloading instruction
67
+
68
+ ### Command line
69
+
70
+ Firstly, install Huggingface Client
71
+
72
+ ```shell
73
+ pip install -U "huggingface_hub[cli]"
74
+ ```
75
+
76
+ Then, downoad the individual model file the a local directory
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/llm-bench-upload-1-GGUF --include "llm-bench-upload-1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
80
+ ```
81
+
82
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/llm-bench-upload-1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
86
+ ```
llm-bench-upload-1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ead85ddc5451921a2f24a8b5c18c9e9a86d339909e9b6ba4a12e09af0333f3b2
3
+ size 3179131872
llm-bench-upload-1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7704684887d416effa5c79adc59d47d10d2b4d4c8ef13c23972df86c98469683
3
+ size 4321956832
llm-bench-upload-1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e61a001ed345fb613a93146d793494af3d7f168c846f0c45c74e2a6fcf2ec05
3
+ size 4018918368
llm-bench-upload-1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a4a17958cf1ef968ad1e6cf249327fde151755565c8cec2b793d8423b67bb83
3
+ size 3664499680
llm-bench-upload-1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b15e47ca0cdbc85c2fc40b3ff64ad9bf81e704f01f35b13d8c6671368034505d
3
+ size 4661212128
llm-bench-upload-1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2681d3e1b015c1286168231b1d61f703eca69c5ede55333b94ec65340225a4c4
3
+ size 4920734688
llm-bench-upload-1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8150acd24ef71b8c6e40a7b475c11a0c13d946620fee9db8b59ec0abd797928d
3
+ size 4692669408
llm-bench-upload-1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eda3ef018b87f5d342037d2bc2e798f63148e6fc491f56e95f3d370f4579d7ce
3
+ size 5599294432
llm-bench-upload-1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11c8a66fb038e5217374a4bd7aca766770c2e8fefa3033e08e9eac40757aa067
3
+ size 5732987872
llm-bench-upload-1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3059f289d3a9bcbb99f46c3c03b94ab9fe45ab6f598c4a91ad9a29d1ea0f8008
3
+ size 5599294432
llm-bench-upload-1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5c4e40268631608c89c6b992087325d7f6536211323f5c96427e89f45249de2
3
+ size 6596006880
llm-bench-upload-1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a97a76dd83f5a08e2980c1ea05519adbc6af48f72339167c7bb5fc8eb4fe3264
3
+ size 8540771296