morriszms commited on
Commit
c00c12b
·
verified ·
1 Parent(s): 2a6d665

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
+ tiny-llama-miniguanaco-1.5T-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tiny-llama-miniguanaco-1.5T-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tiny-llama-miniguanaco-1.5T-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tiny-llama-miniguanaco-1.5T-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tiny-llama-miniguanaco-1.5T-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tiny-llama-miniguanaco-1.5T-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tiny-llama-miniguanaco-1.5T-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tiny-llama-miniguanaco-1.5T-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tiny-llama-miniguanaco-1.5T-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tiny-llama-miniguanaco-1.5T-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tiny-llama-miniguanaco-1.5T-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tiny-llama-miniguanaco-1.5T-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pipeline_tag: text-generation
5
+ model: PY007/TinyLlama-1.1B-intermediate-step-715k-1.5T
6
+ dataset: ArmelR/oasst1_guanaco_english
7
+ license: apache-2.0
8
+ tags:
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: Corianas/tiny-llama-miniguanaco-1.5T
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## Corianas/tiny-llama-miniguanaco-1.5T - GGUF
26
+
27
+ This repo contains GGUF format model files for [Corianas/tiny-llama-miniguanaco-1.5T](https://huggingface.co/Corianas/tiny-llama-miniguanaco-1.5T).
28
+
29
+ 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).
30
+
31
+ <div style="text-align: left; margin: 20px 0;">
32
+ <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;">
33
+ Run them on the TensorBlock client using your local machine ↗
34
+ </a>
35
+ </div>
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [tiny-llama-miniguanaco-1.5T-Q2_K.gguf](https://huggingface.co/tensorblock/tiny-llama-miniguanaco-1.5T-GGUF/blob/main/tiny-llama-miniguanaco-1.5T-Q2_K.gguf) | Q2_K | 0.402 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [tiny-llama-miniguanaco-1.5T-Q3_K_S.gguf](https://huggingface.co/tensorblock/tiny-llama-miniguanaco-1.5T-GGUF/blob/main/tiny-llama-miniguanaco-1.5T-Q3_K_S.gguf) | Q3_K_S | 0.465 GB | very small, high quality loss |
49
+ | [tiny-llama-miniguanaco-1.5T-Q3_K_M.gguf](https://huggingface.co/tensorblock/tiny-llama-miniguanaco-1.5T-GGUF/blob/main/tiny-llama-miniguanaco-1.5T-Q3_K_M.gguf) | Q3_K_M | 0.511 GB | very small, high quality loss |
50
+ | [tiny-llama-miniguanaco-1.5T-Q3_K_L.gguf](https://huggingface.co/tensorblock/tiny-llama-miniguanaco-1.5T-GGUF/blob/main/tiny-llama-miniguanaco-1.5T-Q3_K_L.gguf) | Q3_K_L | 0.551 GB | small, substantial quality loss |
51
+ | [tiny-llama-miniguanaco-1.5T-Q4_0.gguf](https://huggingface.co/tensorblock/tiny-llama-miniguanaco-1.5T-GGUF/blob/main/tiny-llama-miniguanaco-1.5T-Q4_0.gguf) | Q4_0 | 0.593 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [tiny-llama-miniguanaco-1.5T-Q4_K_S.gguf](https://huggingface.co/tensorblock/tiny-llama-miniguanaco-1.5T-GGUF/blob/main/tiny-llama-miniguanaco-1.5T-Q4_K_S.gguf) | Q4_K_S | 0.596 GB | small, greater quality loss |
53
+ | [tiny-llama-miniguanaco-1.5T-Q4_K_M.gguf](https://huggingface.co/tensorblock/tiny-llama-miniguanaco-1.5T-GGUF/blob/main/tiny-llama-miniguanaco-1.5T-Q4_K_M.gguf) | Q4_K_M | 0.622 GB | medium, balanced quality - recommended |
54
+ | [tiny-llama-miniguanaco-1.5T-Q5_0.gguf](https://huggingface.co/tensorblock/tiny-llama-miniguanaco-1.5T-GGUF/blob/main/tiny-llama-miniguanaco-1.5T-Q5_0.gguf) | Q5_0 | 0.713 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [tiny-llama-miniguanaco-1.5T-Q5_K_S.gguf](https://huggingface.co/tensorblock/tiny-llama-miniguanaco-1.5T-GGUF/blob/main/tiny-llama-miniguanaco-1.5T-Q5_K_S.gguf) | Q5_K_S | 0.713 GB | large, low quality loss - recommended |
56
+ | [tiny-llama-miniguanaco-1.5T-Q5_K_M.gguf](https://huggingface.co/tensorblock/tiny-llama-miniguanaco-1.5T-GGUF/blob/main/tiny-llama-miniguanaco-1.5T-Q5_K_M.gguf) | Q5_K_M | 0.728 GB | large, very low quality loss - recommended |
57
+ | [tiny-llama-miniguanaco-1.5T-Q6_K.gguf](https://huggingface.co/tensorblock/tiny-llama-miniguanaco-1.5T-GGUF/blob/main/tiny-llama-miniguanaco-1.5T-Q6_K.gguf) | Q6_K | 0.841 GB | very large, extremely low quality loss |
58
+ | [tiny-llama-miniguanaco-1.5T-Q8_0.gguf](https://huggingface.co/tensorblock/tiny-llama-miniguanaco-1.5T-GGUF/blob/main/tiny-llama-miniguanaco-1.5T-Q8_0.gguf) | Q8_0 | 1.089 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/tiny-llama-miniguanaco-1.5T-GGUF --include "tiny-llama-miniguanaco-1.5T-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/tiny-llama-miniguanaco-1.5T-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
tiny-llama-miniguanaco-1.5T-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfa8c6e0d22fb9da727a04997aaebfd07dbcb49368a541e7ae36cb2cc56fa8ca
3
+ size 432131072
tiny-llama-miniguanaco-1.5T-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:990714f34239f5952881ec6760b78eaa54c3bb56fb04781bfd69708c1c49aee9
3
+ size 591526912
tiny-llama-miniguanaco-1.5T-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7d730983e2cc04a91d645ebf8c18ee4f7d908ead66795974b52891a82d3325b
3
+ size 548404224
tiny-llama-miniguanaco-1.5T-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eee5f92979475ee6ba7a4388236a458414dccb8862bb6feff2bd7c1e60313c5
3
+ size 499342336
tiny-llama-miniguanaco-1.5T-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db9e16026985edf1558e53a775d0aade567965ee509ba7785008b0850abe9b19
3
+ size 636726272
tiny-llama-miniguanaco-1.5T-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fef4d7783be7fe1fc2ceb536d70ff0e60e1fd055e9e08d1b95b2abbb140e4ef4
3
+ size 667814912
tiny-llama-miniguanaco-1.5T-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f45b28c9d3cf578aeabac55eb5c271c0931c337c855473d8c4a10aac44d6caea
3
+ size 639872000
tiny-llama-miniguanaco-1.5T-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:853c9d3442c6a718f8c3238c44be098deef2fe506bf6808c7ac045f709eba88b
3
+ size 766028800
tiny-llama-miniguanaco-1.5T-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1dc8d7854d8a892eb4de835415e6d852a9ab13fb9a3600c0a6ce952a9a0a543
3
+ size 782044160
tiny-llama-miniguanaco-1.5T-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c07b4d8ad97681dcc696044fa9560995ccf84d468015ceb5ac919d1d772b1d22
3
+ size 766028800
tiny-llama-miniguanaco-1.5T-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05e5ef81773590f414a6e4ec2d4d51814731cf55caa782d332f43d93146dff28
3
+ size 903412736
tiny-llama-miniguanaco-1.5T-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:118b1218e1fbdd546e9d591c3b491edf7f46f3217529e3819406b2eca58e0132
3
+ size 1169808384