morriszms commited on
Commit
f8b92f6
·
verified ·
1 Parent(s): e6fe396

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
+ Tinypus-1.5B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Tinypus-1.5B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Tinypus-1.5B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Tinypus-1.5B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Tinypus-1.5B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Tinypus-1.5B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Tinypus-1.5B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Tinypus-1.5B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Tinypus-1.5B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Tinypus-1.5B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Tinypus-1.5B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Tinypus-1.5B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - garage-bAInd/Open-Platypus
5
+ pipeline_tag: text-generation
6
+ base_model: Ba2han/Tinypus-1.5B
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
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
+ ## Ba2han/Tinypus-1.5B - GGUF
24
+
25
+ This repo contains GGUF format model files for [Ba2han/Tinypus-1.5B](https://huggingface.co/Ba2han/Tinypus-1.5B).
26
+
27
+ 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).
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
+ <|system|>
39
+ {system_prompt}</s>
40
+ <|user|>
41
+ {prompt}</s>
42
+ <|assistant|>
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [Tinypus-1.5B-Q2_K.gguf](https://huggingface.co/tensorblock/Tinypus-1.5B-GGUF/blob/main/Tinypus-1.5B-Q2_K.gguf) | Q2_K | 0.562 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [Tinypus-1.5B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Tinypus-1.5B-GGUF/blob/main/Tinypus-1.5B-Q3_K_S.gguf) | Q3_K_S | 0.651 GB | very small, high quality loss |
51
+ | [Tinypus-1.5B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Tinypus-1.5B-GGUF/blob/main/Tinypus-1.5B-Q3_K_M.gguf) | Q3_K_M | 0.717 GB | very small, high quality loss |
52
+ | [Tinypus-1.5B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Tinypus-1.5B-GGUF/blob/main/Tinypus-1.5B-Q3_K_L.gguf) | Q3_K_L | 0.777 GB | small, substantial quality loss |
53
+ | [Tinypus-1.5B-Q4_0.gguf](https://huggingface.co/tensorblock/Tinypus-1.5B-GGUF/blob/main/Tinypus-1.5B-Q4_0.gguf) | Q4_0 | 0.835 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [Tinypus-1.5B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Tinypus-1.5B-GGUF/blob/main/Tinypus-1.5B-Q4_K_S.gguf) | Q4_K_S | 0.840 GB | small, greater quality loss |
55
+ | [Tinypus-1.5B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Tinypus-1.5B-GGUF/blob/main/Tinypus-1.5B-Q4_K_M.gguf) | Q4_K_M | 0.879 GB | medium, balanced quality - recommended |
56
+ | [Tinypus-1.5B-Q5_0.gguf](https://huggingface.co/tensorblock/Tinypus-1.5B-GGUF/blob/main/Tinypus-1.5B-Q5_0.gguf) | Q5_0 | 1.008 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [Tinypus-1.5B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Tinypus-1.5B-GGUF/blob/main/Tinypus-1.5B-Q5_K_S.gguf) | Q5_K_S | 1.008 GB | large, low quality loss - recommended |
58
+ | [Tinypus-1.5B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Tinypus-1.5B-GGUF/blob/main/Tinypus-1.5B-Q5_K_M.gguf) | Q5_K_M | 1.031 GB | large, very low quality loss - recommended |
59
+ | [Tinypus-1.5B-Q6_K.gguf](https://huggingface.co/tensorblock/Tinypus-1.5B-GGUF/blob/main/Tinypus-1.5B-Q6_K.gguf) | Q6_K | 1.193 GB | very large, extremely low quality loss |
60
+ | [Tinypus-1.5B-Q8_0.gguf](https://huggingface.co/tensorblock/Tinypus-1.5B-GGUF/blob/main/Tinypus-1.5B-Q8_0.gguf) | Q8_0 | 1.544 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/Tinypus-1.5B-GGUF --include "Tinypus-1.5B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/Tinypus-1.5B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
Tinypus-1.5B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d6847e4f4bb97d0d458e5cfd555f731ac6686ef74cfc4ce4df47bf463fca8e3
3
+ size 561635104
Tinypus-1.5B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d23543d5393bcdf45e35c9da911a090b187d2fa15edce21a64b7224f6c5621b
3
+ size 776572704
Tinypus-1.5B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eb3ae8d7ac60c492f5a7e078069760f24276d9a02f2e5fb55704b1b129a9b07
3
+ size 717197088
Tinypus-1.5B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:929158a702007e79c1c843832313da1cf12dd0434b7ddf362077ce4981cb178c
3
+ size 650866464
Tinypus-1.5B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:969deef3147565a820503069974b50722a25ec2853ef368025b7e477a21be5f4
3
+ size 835043104
Tinypus-1.5B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f450cf22a166b56732aa0e1efb0542f0aa9c1a60b7d123a54cd47530dd2d4e5c
3
+ size 878567200
Tinypus-1.5B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e5c03e5df1edfef1d81c6b0fa79ae547f0e0a7a4d730d71a9c1dbee63d22d86
3
+ size 839630624
Tinypus-1.5B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cd8b5b742038b38c96129a78a9899e53e20915920073c428c13601542cc4dde
3
+ size 1008385824
Tinypus-1.5B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a905361fb525a5e4a927d716966c8f7fcbc9eee6213659369a824c8e418a4b9c
3
+ size 1030807328
Tinypus-1.5B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6affb9187a59fa48ceedc1996cbe9fc11dc8e01a19f345ef30af12334553dfd7
3
+ size 1008385824
Tinypus-1.5B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00e6e40356f7d91662ecb5ba897f98957bb4c8dff02f4ca168ebda622d787c05
3
+ size 1192562464
Tinypus-1.5B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25f5fa029e036d2d39064332ba91dc4fb7f65de6f6185c20fcbd0e84980d33cc
3
+ size 1544285984