morriszms commited on
Commit
680a96f
·
verified ·
1 Parent(s): 0c7ea02

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
+ tinyllama-cpt-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tinyllama-cpt-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tinyllama-cpt-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tinyllama-cpt-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tinyllama-cpt-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tinyllama-cpt-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tinyllama-cpt-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tinyllama-cpt-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tinyllama-cpt-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tinyllama-cpt-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tinyllama-cpt-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tinyllama-cpt-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: atharvanighot/tinyllama-cpt
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
+ ## atharvanighot/tinyllama-cpt - GGUF
21
+
22
+ This repo contains GGUF format model files for [atharvanighot/tinyllama-cpt](https://huggingface.co/atharvanighot/tinyllama-cpt).
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
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [tinyllama-cpt-Q2_K.gguf](https://huggingface.co/tensorblock/tinyllama-cpt-GGUF/blob/main/tinyllama-cpt-Q2_K.gguf) | Q2_K | 0.492 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [tinyllama-cpt-Q3_K_S.gguf](https://huggingface.co/tensorblock/tinyllama-cpt-GGUF/blob/main/tinyllama-cpt-Q3_K_S.gguf) | Q3_K_S | 0.564 GB | very small, high quality loss |
44
+ | [tinyllama-cpt-Q3_K_M.gguf](https://huggingface.co/tensorblock/tinyllama-cpt-GGUF/blob/main/tinyllama-cpt-Q3_K_M.gguf) | Q3_K_M | 0.613 GB | very small, high quality loss |
45
+ | [tinyllama-cpt-Q3_K_L.gguf](https://huggingface.co/tensorblock/tinyllama-cpt-GGUF/blob/main/tinyllama-cpt-Q3_K_L.gguf) | Q3_K_L | 0.657 GB | small, substantial quality loss |
46
+ | [tinyllama-cpt-Q4_0.gguf](https://huggingface.co/tensorblock/tinyllama-cpt-GGUF/blob/main/tinyllama-cpt-Q4_0.gguf) | Q4_0 | 0.709 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [tinyllama-cpt-Q4_K_S.gguf](https://huggingface.co/tensorblock/tinyllama-cpt-GGUF/blob/main/tinyllama-cpt-Q4_K_S.gguf) | Q4_K_S | 0.712 GB | small, greater quality loss |
48
+ | [tinyllama-cpt-Q4_K_M.gguf](https://huggingface.co/tensorblock/tinyllama-cpt-GGUF/blob/main/tinyllama-cpt-Q4_K_M.gguf) | Q4_K_M | 0.740 GB | medium, balanced quality - recommended |
49
+ | [tinyllama-cpt-Q5_0.gguf](https://huggingface.co/tensorblock/tinyllama-cpt-GGUF/blob/main/tinyllama-cpt-Q5_0.gguf) | Q5_0 | 0.844 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [tinyllama-cpt-Q5_K_S.gguf](https://huggingface.co/tensorblock/tinyllama-cpt-GGUF/blob/main/tinyllama-cpt-Q5_K_S.gguf) | Q5_K_S | 0.844 GB | large, low quality loss - recommended |
51
+ | [tinyllama-cpt-Q5_K_M.gguf](https://huggingface.co/tensorblock/tinyllama-cpt-GGUF/blob/main/tinyllama-cpt-Q5_K_M.gguf) | Q5_K_M | 0.860 GB | large, very low quality loss - recommended |
52
+ | [tinyllama-cpt-Q6_K.gguf](https://huggingface.co/tensorblock/tinyllama-cpt-GGUF/blob/main/tinyllama-cpt-Q6_K.gguf) | Q6_K | 0.989 GB | very large, extremely low quality loss |
53
+ | [tinyllama-cpt-Q8_0.gguf](https://huggingface.co/tensorblock/tinyllama-cpt-GGUF/blob/main/tinyllama-cpt-Q8_0.gguf) | Q8_0 | 1.280 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/tinyllama-cpt-GGUF --include "tinyllama-cpt-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/tinyllama-cpt-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
tinyllama-cpt-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ed51c968f371da9434ee524eeb7cafca763b72397eed93c57c9ce1e7e8cbdfc
3
+ size 491940544
tinyllama-cpt-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5667843f23966ecbf1aa2cbb52fa29193229ff1ce15ad1ba0e3307c1678bc5f
3
+ size 656558016
tinyllama-cpt-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea0edb45266afdbb4f1d9a414a9a5a5c4fd613105e79cc93462b0dae32a2f4af
3
+ size 613435328
tinyllama-cpt-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe05f2db49432cddf7b13f220515a81716a98e4d209eeda81f6cbf8e3ecffea1
3
+ size 564373440
tinyllama-cpt-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdbf75216e8ff9404fff743ba6144ef715d643f7615ba011208cd2a911e04f99
3
+ size 708585664
tinyllama-cpt-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:224bc3071f44169c8127107db8d20021ee1a21c44f977afdfea4511d623f4990
3
+ size 739674304
tinyllama-cpt-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d12e4b7fc8fa86dc7376d22c28b8cb110aaaa6755ac9cdcd09769500d680977d
3
+ size 711731392
tinyllama-cpt-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d27d4d33ab912ab3199b9adc119d678ace623b8a0eae8e2907d810df77b6f687
3
+ size 844314816
tinyllama-cpt-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17b057c2119131208ee2b9964b15965f53e2dbe35124c49e181d9a14facca2d4
3
+ size 860330176
tinyllama-cpt-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae6287b4cea46240681449ccf2a714d2f79a3d6bc6c69fa70f0b465981199767
3
+ size 844314816
tinyllama-cpt-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f61c5c07188c033ec2897cdc3a3a79f608f625242ebc6b87f62f570b06d7c517
3
+ size 988527040
tinyllama-cpt-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e306d089fa8526900ca06ac7e184d959447867e010a81eb2ff3d9e9ca5a33bb
3
+ size 1279825856