morriszms commited on
Commit
7a87341
·
verified ·
1 Parent(s): 6e12028

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
+ TinyLamma-SFT-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ TinyLamma-SFT-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ TinyLamma-SFT-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ TinyLamma-SFT-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ TinyLamma-SFT-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ TinyLamma-SFT-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ TinyLamma-SFT-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ TinyLamma-SFT-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ TinyLamma-SFT-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ TinyLamma-SFT-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ TinyLamma-SFT-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ TinyLamma-SFT-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: ewqr2130/TinyLamma-SFT
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## ewqr2130/TinyLamma-SFT - GGUF
21
+
22
+ This repo contains GGUF format model files for [ewqr2130/TinyLamma-SFT](https://huggingface.co/ewqr2130/TinyLamma-SFT).
23
+
24
+ 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).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+ <|system|>
36
+ {system_prompt}</s>
37
+ <|user|>
38
+ {prompt}</s>
39
+ <|assistant|>
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [TinyLamma-SFT-Q2_K.gguf](https://huggingface.co/tensorblock/TinyLamma-SFT-GGUF/blob/main/TinyLamma-SFT-Q2_K.gguf) | Q2_K | 0.432 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [TinyLamma-SFT-Q3_K_S.gguf](https://huggingface.co/tensorblock/TinyLamma-SFT-GGUF/blob/main/TinyLamma-SFT-Q3_K_S.gguf) | Q3_K_S | 0.499 GB | very small, high quality loss |
48
+ | [TinyLamma-SFT-Q3_K_M.gguf](https://huggingface.co/tensorblock/TinyLamma-SFT-GGUF/blob/main/TinyLamma-SFT-Q3_K_M.gguf) | Q3_K_M | 0.548 GB | very small, high quality loss |
49
+ | [TinyLamma-SFT-Q3_K_L.gguf](https://huggingface.co/tensorblock/TinyLamma-SFT-GGUF/blob/main/TinyLamma-SFT-Q3_K_L.gguf) | Q3_K_L | 0.592 GB | small, substantial quality loss |
50
+ | [TinyLamma-SFT-Q4_0.gguf](https://huggingface.co/tensorblock/TinyLamma-SFT-GGUF/blob/main/TinyLamma-SFT-Q4_0.gguf) | Q4_0 | 0.637 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [TinyLamma-SFT-Q4_K_S.gguf](https://huggingface.co/tensorblock/TinyLamma-SFT-GGUF/blob/main/TinyLamma-SFT-Q4_K_S.gguf) | Q4_K_S | 0.640 GB | small, greater quality loss |
52
+ | [TinyLamma-SFT-Q4_K_M.gguf](https://huggingface.co/tensorblock/TinyLamma-SFT-GGUF/blob/main/TinyLamma-SFT-Q4_K_M.gguf) | Q4_K_M | 0.668 GB | medium, balanced quality - recommended |
53
+ | [TinyLamma-SFT-Q5_0.gguf](https://huggingface.co/tensorblock/TinyLamma-SFT-GGUF/blob/main/TinyLamma-SFT-Q5_0.gguf) | Q5_0 | 0.766 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [TinyLamma-SFT-Q5_K_S.gguf](https://huggingface.co/tensorblock/TinyLamma-SFT-GGUF/blob/main/TinyLamma-SFT-Q5_K_S.gguf) | Q5_K_S | 0.766 GB | large, low quality loss - recommended |
55
+ | [TinyLamma-SFT-Q5_K_M.gguf](https://huggingface.co/tensorblock/TinyLamma-SFT-GGUF/blob/main/TinyLamma-SFT-Q5_K_M.gguf) | Q5_K_M | 0.782 GB | large, very low quality loss - recommended |
56
+ | [TinyLamma-SFT-Q6_K.gguf](https://huggingface.co/tensorblock/TinyLamma-SFT-GGUF/blob/main/TinyLamma-SFT-Q6_K.gguf) | Q6_K | 0.903 GB | very large, extremely low quality loss |
57
+ | [TinyLamma-SFT-Q8_0.gguf](https://huggingface.co/tensorblock/TinyLamma-SFT-GGUF/blob/main/TinyLamma-SFT-Q8_0.gguf) | Q8_0 | 1.170 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/TinyLamma-SFT-GGUF --include "TinyLamma-SFT-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/TinyLamma-SFT-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
TinyLamma-SFT-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5969c3e1d4c72740566f3135214fd17fec330346f48a9ddcc8ccf3fe7e9d958c
3
+ size 432131328
TinyLamma-SFT-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e86fa6e59b905745f0153ab6a9921b0cec6ef29f346af85d22e1ceae42778df8
3
+ size 591527168
TinyLamma-SFT-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2f19797c0966a6d1db76716ab4e6196b3ef3a5ef37e41c40216192e66e59cbf
3
+ size 548404480
TinyLamma-SFT-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faa5c9a41a8943d2a74db750b60d383b02acae03cb62c1503a294e20f7b39b3e
3
+ size 499342592
TinyLamma-SFT-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bd7ab552039a682a8bd2e70e190a0555bd1feba02c71488dcd8ccbd7d0ac908
3
+ size 636726528
TinyLamma-SFT-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8b4a862ce50667d1d4da8e287b1e5cf3f7a63ff1d0f633239199e751bc1a863
3
+ size 667815168
TinyLamma-SFT-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aad3c71687652fbb38bd449cbeb491ab99ceb29227aec153610f89a94049cf43
3
+ size 639872256
TinyLamma-SFT-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:549e0b181017247420740adcabbe07f8e5908d7bf4993ac7e79447859f9b5618
3
+ size 766029056
TinyLamma-SFT-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:959fbc859f3dcf8c250a48f720848b5cefe7a16ea5622506315660bbc79f3852
3
+ size 782044416
TinyLamma-SFT-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f45fc0c34e9cc5d204e5be973a28bac959f4077ea49bf1e695eb0d413d6fcf58
3
+ size 766029056
TinyLamma-SFT-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9d75f9f0c5e40f57e156fcefaaf60cea484a144003dd3871ee2a4bd128ee17a
3
+ size 903412992
TinyLamma-SFT-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a38dd9205d5a8af788af9a49278f6abf154e900ce27e166f403f5d0bd4bdcee
3
+ size 1169808640