morriszms commited on
Commit
1543266
·
verified ·
1 Parent(s): bbc3490

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
+ bling-tiny-llama-v0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ bling-tiny-llama-v0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ bling-tiny-llama-v0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ bling-tiny-llama-v0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ bling-tiny-llama-v0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ bling-tiny-llama-v0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ bling-tiny-llama-v0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ bling-tiny-llama-v0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ bling-tiny-llama-v0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ bling-tiny-llama-v0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ bling-tiny-llama-v0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ bling-tiny-llama-v0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ inference: false
4
+ base_model: llmware/bling-tiny-llama-v0
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ 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>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## llmware/bling-tiny-llama-v0 - GGUF
22
+
23
+ This repo contains GGUF format model files for [llmware/bling-tiny-llama-v0](https://huggingface.co/llmware/bling-tiny-llama-v0).
24
+
25
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <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;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [bling-tiny-llama-v0-Q2_K.gguf](https://huggingface.co/tensorblock/bling-tiny-llama-v0-GGUF/blob/main/bling-tiny-llama-v0-Q2_K.gguf) | Q2_K | 0.432 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [bling-tiny-llama-v0-Q3_K_S.gguf](https://huggingface.co/tensorblock/bling-tiny-llama-v0-GGUF/blob/main/bling-tiny-llama-v0-Q3_K_S.gguf) | Q3_K_S | 0.499 GB | very small, high quality loss |
45
+ | [bling-tiny-llama-v0-Q3_K_M.gguf](https://huggingface.co/tensorblock/bling-tiny-llama-v0-GGUF/blob/main/bling-tiny-llama-v0-Q3_K_M.gguf) | Q3_K_M | 0.548 GB | very small, high quality loss |
46
+ | [bling-tiny-llama-v0-Q3_K_L.gguf](https://huggingface.co/tensorblock/bling-tiny-llama-v0-GGUF/blob/main/bling-tiny-llama-v0-Q3_K_L.gguf) | Q3_K_L | 0.592 GB | small, substantial quality loss |
47
+ | [bling-tiny-llama-v0-Q4_0.gguf](https://huggingface.co/tensorblock/bling-tiny-llama-v0-GGUF/blob/main/bling-tiny-llama-v0-Q4_0.gguf) | Q4_0 | 0.637 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [bling-tiny-llama-v0-Q4_K_S.gguf](https://huggingface.co/tensorblock/bling-tiny-llama-v0-GGUF/blob/main/bling-tiny-llama-v0-Q4_K_S.gguf) | Q4_K_S | 0.640 GB | small, greater quality loss |
49
+ | [bling-tiny-llama-v0-Q4_K_M.gguf](https://huggingface.co/tensorblock/bling-tiny-llama-v0-GGUF/blob/main/bling-tiny-llama-v0-Q4_K_M.gguf) | Q4_K_M | 0.668 GB | medium, balanced quality - recommended |
50
+ | [bling-tiny-llama-v0-Q5_0.gguf](https://huggingface.co/tensorblock/bling-tiny-llama-v0-GGUF/blob/main/bling-tiny-llama-v0-Q5_0.gguf) | Q5_0 | 0.766 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [bling-tiny-llama-v0-Q5_K_S.gguf](https://huggingface.co/tensorblock/bling-tiny-llama-v0-GGUF/blob/main/bling-tiny-llama-v0-Q5_K_S.gguf) | Q5_K_S | 0.766 GB | large, low quality loss - recommended |
52
+ | [bling-tiny-llama-v0-Q5_K_M.gguf](https://huggingface.co/tensorblock/bling-tiny-llama-v0-GGUF/blob/main/bling-tiny-llama-v0-Q5_K_M.gguf) | Q5_K_M | 0.782 GB | large, very low quality loss - recommended |
53
+ | [bling-tiny-llama-v0-Q6_K.gguf](https://huggingface.co/tensorblock/bling-tiny-llama-v0-GGUF/blob/main/bling-tiny-llama-v0-Q6_K.gguf) | Q6_K | 0.903 GB | very large, extremely low quality loss |
54
+ | [bling-tiny-llama-v0-Q8_0.gguf](https://huggingface.co/tensorblock/bling-tiny-llama-v0-GGUF/blob/main/bling-tiny-llama-v0-Q8_0.gguf) | Q8_0 | 1.170 GB | very large, extremely low quality loss - not recommended |
55
+
56
+
57
+ ## Downloading instruction
58
+
59
+ ### Command line
60
+
61
+ Firstly, install Huggingface Client
62
+
63
+ ```shell
64
+ pip install -U "huggingface_hub[cli]"
65
+ ```
66
+
67
+ Then, downoad the individual model file the a local directory
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/bling-tiny-llama-v0-GGUF --include "bling-tiny-llama-v0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
71
+ ```
72
+
73
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/bling-tiny-llama-v0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
bling-tiny-llama-v0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9c99f8744b4f8988ab75d4aa8a02384238c885631850ca203e8c0bd779e8101
3
+ size 432131040
bling-tiny-llama-v0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbc444f27d8ffd6ffbd5da8a75cff7296b40e38aa5b762e08e521a50f6f2b5fa
3
+ size 591526880
bling-tiny-llama-v0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd0cd58db0bf52f393a95861743f484cb7157647b6e252a2759d3a247d66adcd
3
+ size 548404192
bling-tiny-llama-v0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a6e2b90de1c8d87ad9bd572200f53755e90856fb2319f35713101a585ebd3bf
3
+ size 499342304
bling-tiny-llama-v0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1cfec9450ef49e174a02dc260476a3901e6f863d22e5fe04942a61345a7ed16
3
+ size 636726240
bling-tiny-llama-v0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbb59ba38b9d18a8735d792dfb17669380a9575caac6fe3411f2c50f8b0a4122
3
+ size 667814880
bling-tiny-llama-v0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49c1981a3b49b9da1c6874b9595a965ce7915a22d056691d5194c4b07b8aef83
3
+ size 639871968
bling-tiny-llama-v0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f105959c27d203d8bb958c244c67c730f52799e03df3f0780c95a1c013b1a97
3
+ size 766028768
bling-tiny-llama-v0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1e3c6999d429ce1f375afa5f86d19c33f111fa399754178fb630d0d91e14140
3
+ size 782044128
bling-tiny-llama-v0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:162b6ab0421862df9b71a6cc1dad65c33ffd7f3fa497bf62634374a22a61f735
3
+ size 766028768
bling-tiny-llama-v0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:172184b71be48a434db69a032c7b386d0e8aa53aaa34c6957ae4c2651f6318b2
3
+ size 903412704
bling-tiny-llama-v0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a78b73048ccaa635bc398cb36df8ab24398d75d9175311785704b4e056bd8f11
3
+ size 1169808352