morriszms commited on
Commit
d0a01e5
·
verified ·
1 Parent(s): 46ca5ca

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
+ smalllocal-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ smalllocal-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ smalllocal-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ smalllocal-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ smalllocal-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ smalllocal-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ smalllocal-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ smalllocal-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ smalllocal-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ smalllocal-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ smalllocal-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ smalllocal-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - autotrain
4
+ - text-generation-inference
5
+ - text-generation
6
+ - TensorBlock
7
+ - GGUF
8
+ library_name: transformers
9
+ base_model: riaankfc/smalllocal
10
+ widget:
11
+ - messages:
12
+ - role: user
13
+ content: What is your favorite condiment?
14
+ license: other
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## riaankfc/smalllocal - GGUF
29
+
30
+ This repo contains GGUF format model files for [riaankfc/smalllocal](https://huggingface.co/riaankfc/smalllocal).
31
+
32
+ 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).
33
+
34
+ <div style="text-align: left; margin: 20px 0;">
35
+ <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;">
36
+ Run them on the TensorBlock client using your local machine ↗
37
+ </a>
38
+ </div>
39
+
40
+ ## Prompt template
41
+
42
+ ```
43
+ <|im_start|>system
44
+ {system_prompt}<|im_end|>
45
+ <|im_start|>user
46
+ {prompt}<|im_end|>
47
+ <|im_start|>assistant
48
+ ```
49
+
50
+ ## Model file specification
51
+
52
+ | Filename | Quant type | File Size | Description |
53
+ | -------- | ---------- | --------- | ----------- |
54
+ | [smalllocal-Q2_K.gguf](https://huggingface.co/tensorblock/smalllocal-GGUF/blob/main/smalllocal-Q2_K.gguf) | Q2_K | 0.081 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [smalllocal-Q3_K_S.gguf](https://huggingface.co/tensorblock/smalllocal-GGUF/blob/main/smalllocal-Q3_K_S.gguf) | Q3_K_S | 0.090 GB | very small, high quality loss |
56
+ | [smalllocal-Q3_K_M.gguf](https://huggingface.co/tensorblock/smalllocal-GGUF/blob/main/smalllocal-Q3_K_M.gguf) | Q3_K_M | 0.098 GB | very small, high quality loss |
57
+ | [smalllocal-Q3_K_L.gguf](https://huggingface.co/tensorblock/smalllocal-GGUF/blob/main/smalllocal-Q3_K_L.gguf) | Q3_K_L | 0.102 GB | small, substantial quality loss |
58
+ | [smalllocal-Q4_0.gguf](https://huggingface.co/tensorblock/smalllocal-GGUF/blob/main/smalllocal-Q4_0.gguf) | Q4_0 | 0.107 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [smalllocal-Q4_K_S.gguf](https://huggingface.co/tensorblock/smalllocal-GGUF/blob/main/smalllocal-Q4_K_S.gguf) | Q4_K_S | 0.107 GB | small, greater quality loss |
60
+ | [smalllocal-Q4_K_M.gguf](https://huggingface.co/tensorblock/smalllocal-GGUF/blob/main/smalllocal-Q4_K_M.gguf) | Q4_K_M | 0.113 GB | medium, balanced quality - recommended |
61
+ | [smalllocal-Q5_0.gguf](https://huggingface.co/tensorblock/smalllocal-GGUF/blob/main/smalllocal-Q5_0.gguf) | Q5_0 | 0.122 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [smalllocal-Q5_K_S.gguf](https://huggingface.co/tensorblock/smalllocal-GGUF/blob/main/smalllocal-Q5_K_S.gguf) | Q5_K_S | 0.122 GB | large, low quality loss - recommended |
63
+ | [smalllocal-Q5_K_M.gguf](https://huggingface.co/tensorblock/smalllocal-GGUF/blob/main/smalllocal-Q5_K_M.gguf) | Q5_K_M | 0.127 GB | large, very low quality loss - recommended |
64
+ | [smalllocal-Q6_K.gguf](https://huggingface.co/tensorblock/smalllocal-GGUF/blob/main/smalllocal-Q6_K.gguf) | Q6_K | 0.138 GB | very large, extremely low quality loss |
65
+ | [smalllocal-Q8_0.gguf](https://huggingface.co/tensorblock/smalllocal-GGUF/blob/main/smalllocal-Q8_0.gguf) | Q8_0 | 0.178 GB | very large, extremely low quality loss - not recommended |
66
+
67
+
68
+ ## Downloading instruction
69
+
70
+ ### Command line
71
+
72
+ Firstly, install Huggingface Client
73
+
74
+ ```shell
75
+ pip install -U "huggingface_hub[cli]"
76
+ ```
77
+
78
+ Then, downoad the individual model file the a local directory
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/smalllocal-GGUF --include "smalllocal-Q2_K.gguf" --local-dir MY_LOCAL_DIR
82
+ ```
83
+
84
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/smalllocal-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
smalllocal-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a82f5449c9f8efd08772d5e898844013401caf10b76b37998ff53fecdd2722c
3
+ size 81197248
smalllocal-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b142b86f92a1cd002d52db6e2e41fd637298e534e4dc1b2f3615eae4b390cd99
3
+ size 102093184
smalllocal-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34a00660c45d606d1a47d9891b129df7301257f0d9310b77b20c11ddd1954164
3
+ size 97669504
smalllocal-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:551af5016d62ac37b164af6072978b8c5b0d71ba5a328db6ed48f99ad96d92f0
3
+ size 90149248
smalllocal-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e288e80b091affa6264e8f14195ef65a0bf079a599bc3013448aa8bd3800670d
3
+ size 106555840
smalllocal-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f613ba9442b999006368de728e47deacafdd2082dcecfdac9a8460354a6f047
3
+ size 112859584
smalllocal-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fd9b3d589863b0162001e2413b29dfa77a34e0faae2e04dd7168bed27569420
3
+ size 106850752
smalllocal-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efbfb71830afb6444d3d81b750e9ae969812063d3e3b5b85f045b18dd0285d9a
3
+ size 121997344
smalllocal-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39c36b6c4441bd825c52a1a4fd219f18134d21d7edb539170739a41bb20d7edb
3
+ size 126697504
smalllocal-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17f9983d627cf472f85a6f0b8625edea109dab5cf5c3473d6cd6954b95ca39a1
3
+ size 121997344
smalllocal-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca28fa035c40e98be6b4e104ee16a73eeb40cdd622f7b0718367a848f3e65e56
3
+ size 138403936
smalllocal-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0aa0e907f4f552957148baeb907bb8990b1d8860f613d89bba8720892b5c5ed
3
+ size 177669664