morriszms commited on
Commit
299d4d0
·
verified ·
1 Parent(s): f4f196b

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
+ tini_llama_full-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tini_llama_full-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tini_llama_full-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tini_llama_full-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tini_llama_full-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tini_llama_full-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tini_llama_full-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tini_llama_full-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tini_llama_full-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tini_llama_full-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tini_llama_full-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tini_llama_full-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: AlexWortega/tini_llama_full
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## AlexWortega/tini_llama_full - GGUF
20
+
21
+ This repo contains GGUF format model files for [AlexWortega/tini_llama_full](https://huggingface.co/AlexWortega/tini_llama_full).
22
+
23
+ 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).
24
+
25
+ <div style="text-align: left; margin: 20px 0;">
26
+ <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;">
27
+ Run them on the TensorBlock client using your local machine ↗
28
+ </a>
29
+ </div>
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [tini_llama_full-Q2_K.gguf](https://huggingface.co/tensorblock/tini_llama_full-GGUF/blob/main/tini_llama_full-Q2_K.gguf) | Q2_K | 0.499 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [tini_llama_full-Q3_K_S.gguf](https://huggingface.co/tensorblock/tini_llama_full-GGUF/blob/main/tini_llama_full-Q3_K_S.gguf) | Q3_K_S | 0.572 GB | very small, high quality loss |
43
+ | [tini_llama_full-Q3_K_M.gguf](https://huggingface.co/tensorblock/tini_llama_full-GGUF/blob/main/tini_llama_full-Q3_K_M.gguf) | Q3_K_M | 0.622 GB | very small, high quality loss |
44
+ | [tini_llama_full-Q3_K_L.gguf](https://huggingface.co/tensorblock/tini_llama_full-GGUF/blob/main/tini_llama_full-Q3_K_L.gguf) | Q3_K_L | 0.665 GB | small, substantial quality loss |
45
+ | [tini_llama_full-Q4_0.gguf](https://huggingface.co/tensorblock/tini_llama_full-GGUF/blob/main/tini_llama_full-Q4_0.gguf) | Q4_0 | 0.718 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [tini_llama_full-Q4_K_S.gguf](https://huggingface.co/tensorblock/tini_llama_full-GGUF/blob/main/tini_llama_full-Q4_K_S.gguf) | Q4_K_S | 0.721 GB | small, greater quality loss |
47
+ | [tini_llama_full-Q4_K_M.gguf](https://huggingface.co/tensorblock/tini_llama_full-GGUF/blob/main/tini_llama_full-Q4_K_M.gguf) | Q4_K_M | 0.749 GB | medium, balanced quality - recommended |
48
+ | [tini_llama_full-Q5_0.gguf](https://huggingface.co/tensorblock/tini_llama_full-GGUF/blob/main/tini_llama_full-Q5_0.gguf) | Q5_0 | 0.854 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [tini_llama_full-Q5_K_S.gguf](https://huggingface.co/tensorblock/tini_llama_full-GGUF/blob/main/tini_llama_full-Q5_K_S.gguf) | Q5_K_S | 0.854 GB | large, low quality loss - recommended |
50
+ | [tini_llama_full-Q5_K_M.gguf](https://huggingface.co/tensorblock/tini_llama_full-GGUF/blob/main/tini_llama_full-Q5_K_M.gguf) | Q5_K_M | 0.870 GB | large, very low quality loss - recommended |
51
+ | [tini_llama_full-Q6_K.gguf](https://huggingface.co/tensorblock/tini_llama_full-GGUF/blob/main/tini_llama_full-Q6_K.gguf) | Q6_K | 0.999 GB | very large, extremely low quality loss |
52
+ | [tini_llama_full-Q8_0.gguf](https://huggingface.co/tensorblock/tini_llama_full-GGUF/blob/main/tini_llama_full-Q8_0.gguf) | Q8_0 | 1.294 GB | very large, extremely low quality loss - not recommended |
53
+
54
+
55
+ ## Downloading instruction
56
+
57
+ ### Command line
58
+
59
+ Firstly, install Huggingface Client
60
+
61
+ ```shell
62
+ pip install -U "huggingface_hub[cli]"
63
+ ```
64
+
65
+ Then, downoad the individual model file the a local directory
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/tini_llama_full-GGUF --include "tini_llama_full-Q2_K.gguf" --local-dir MY_LOCAL_DIR
69
+ ```
70
+
71
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/tini_llama_full-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
tini_llama_full-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79dd41245d49e4b16e66f0e1593075865bcae644c48db096a07f4865346fed01
3
+ size 499393824
tini_llama_full-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69d385aa8e0734cd57109951b008802fa3ee1a2c623f8329e8d1522b4fb9c87d
3
+ size 664666912
tini_llama_full-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8d90729d35ef5e9df71184b2d5146944b7cb3afded838485a4c588bcb7c67c3
3
+ size 621544224
tini_llama_full-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbea60f0d7b4f4282c1aaa4824759a8b1649cd994180bd0f99915c008ef12bf4
3
+ size 572482336
tini_llama_full-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13f19fdcad3b59eceab8c9e7af411c81fa7795181aed5dee268a0c51c75e8975
3
+ size 717551904
tini_llama_full-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81511b72c126ff6850b9b9fe9881aeae966f287377ad5f7c8927ca4f136fe3f6
3
+ size 748640544
tini_llama_full-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:354ba2895d71c26d664bd3f835d010c822bca8f0182c3c0382ef0b0a025e4e6c
3
+ size 720697632
tini_llama_full-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cc5784bca2cb8496591ac37df59bb78e11b0bbce3b3e50c3b3920c8aa253049
3
+ size 854087968
tini_llama_full-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a966281bcf26013fb3ed81a5b110453ead8ea2518e54070e97fb5e86092838f
3
+ size 870103328
tini_llama_full-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca8c769bdbaa371228aa321fddf6a106ed076adea72d9f1a1134372f2f478e45
3
+ size 854087968
tini_llama_full-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96b942749159f188389de6934c00c63ba73e4320101111870d9e1434f7ebeb3d
3
+ size 999157536
tini_llama_full-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:831e7ab7cf026dc4ff0ae519ab6ef9d97d6c59343dbfe84f0a8d439c5a20af7e
3
+ size 1293583136