morriszms commited on
Commit
0dec354
·
verified ·
1 Parent(s): c0fd38a

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
+ phillama-prune3-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ phillama-prune3-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ phillama-prune3-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ phillama-prune3-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ phillama-prune3-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ phillama-prune3-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ phillama-prune3-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ phillama-prune3-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ phillama-prune3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ phillama-prune3-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ phillama-prune3-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ phillama-prune3-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - merge
4
+ - mergekit
5
+ - lazymergekit
6
+ - raincandy-u/phillama-3.8b-v1
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: aipib/phillama-prune3
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
+ ## aipib/phillama-prune3 - GGUF
24
+
25
+ This repo contains GGUF format model files for [aipib/phillama-prune3](https://huggingface.co/aipib/phillama-prune3).
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
+ <s><|system|>
39
+ {system_prompt}<|end|>
40
+ <|user|>
41
+ {prompt}<|end|>
42
+ <|assistant|>
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [phillama-prune3-Q2_K.gguf](https://huggingface.co/tensorblock/phillama-prune3-GGUF/blob/main/phillama-prune3-Q2_K.gguf) | Q2_K | 1.280 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [phillama-prune3-Q3_K_S.gguf](https://huggingface.co/tensorblock/phillama-prune3-GGUF/blob/main/phillama-prune3-Q3_K_S.gguf) | Q3_K_S | 1.487 GB | very small, high quality loss |
51
+ | [phillama-prune3-Q3_K_M.gguf](https://huggingface.co/tensorblock/phillama-prune3-GGUF/blob/main/phillama-prune3-Q3_K_M.gguf) | Q3_K_M | 1.656 GB | very small, high quality loss |
52
+ | [phillama-prune3-Q3_K_L.gguf](https://huggingface.co/tensorblock/phillama-prune3-GGUF/blob/main/phillama-prune3-Q3_K_L.gguf) | Q3_K_L | 1.805 GB | small, substantial quality loss |
53
+ | [phillama-prune3-Q4_0.gguf](https://huggingface.co/tensorblock/phillama-prune3-GGUF/blob/main/phillama-prune3-Q4_0.gguf) | Q4_0 | 1.921 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [phillama-prune3-Q4_K_S.gguf](https://huggingface.co/tensorblock/phillama-prune3-GGUF/blob/main/phillama-prune3-Q4_K_S.gguf) | Q4_K_S | 1.935 GB | small, greater quality loss |
55
+ | [phillama-prune3-Q4_K_M.gguf](https://huggingface.co/tensorblock/phillama-prune3-GGUF/blob/main/phillama-prune3-Q4_K_M.gguf) | Q4_K_M | 2.046 GB | medium, balanced quality - recommended |
56
+ | [phillama-prune3-Q5_0.gguf](https://huggingface.co/tensorblock/phillama-prune3-GGUF/blob/main/phillama-prune3-Q5_0.gguf) | Q5_0 | 2.330 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [phillama-prune3-Q5_K_S.gguf](https://huggingface.co/tensorblock/phillama-prune3-GGUF/blob/main/phillama-prune3-Q5_K_S.gguf) | Q5_K_S | 2.330 GB | large, low quality loss - recommended |
58
+ | [phillama-prune3-Q5_K_M.gguf](https://huggingface.co/tensorblock/phillama-prune3-GGUF/blob/main/phillama-prune3-Q5_K_M.gguf) | Q5_K_M | 2.394 GB | large, very low quality loss - recommended |
59
+ | [phillama-prune3-Q6_K.gguf](https://huggingface.co/tensorblock/phillama-prune3-GGUF/blob/main/phillama-prune3-Q6_K.gguf) | Q6_K | 2.764 GB | very large, extremely low quality loss |
60
+ | [phillama-prune3-Q8_0.gguf](https://huggingface.co/tensorblock/phillama-prune3-GGUF/blob/main/phillama-prune3-Q8_0.gguf) | Q8_0 | 3.580 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/phillama-prune3-GGUF --include "phillama-prune3-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/phillama-prune3-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
phillama-prune3-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d48b2d5c5e9281b2e03240f625e5fe7eb62ccbaec45e9eefeadb614abad976f6
3
+ size 1280253408
phillama-prune3-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a614afaa0c3638bafd7380512ed72fbf313a63b79351512956bafdc8dbe0b985
3
+ size 1804977120
phillama-prune3-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24e0fad999c8a4940d85a44876dbf899f254ca006022430a108031d37258708d
3
+ size 1656341472
phillama-prune3-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:752d649f3899b0781ae5cc5dc716e2a8f5755a6ae1b26f6004c54c217888dfc9
3
+ size 1487061984
phillama-prune3-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af0d51258fcde67cc40ef84f396a58704c402d1bcf328b3613788b72f87bf5b3
3
+ size 1921278432
phillama-prune3-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8ecf2523c1185fbf1a45f227abf029bfd3b44b3ff9290b8912380c916996f06
3
+ size 2046173664
phillama-prune3-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e375972d81730a6dd37b14604682101edf7899ecda013537d839a9a85138e58
3
+ size 1935434208
phillama-prune3-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70b12ce693f692fcdda9d6be339220c878752a92e87d69b6d35554fd584691a4
3
+ size 2329952736
phillama-prune3-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc524762772e25d3d739e4e2f2c271f2021f4394a8a6098c74be305aea3299e6
3
+ size 2394292704
phillama-prune3-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7ca7c157726b0e3a50834cbd113bbff396995f7278e12a285b761b472de1f00
3
+ size 2329952736
phillama-prune3-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50a2a840e7d0131a4b8a2791b64c7c3d12f05dfc8a965429f622e60ffcc50e23
3
+ size 2764169184
phillama-prune3-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79d07bcac113a3073463d4f099aabbdd72e9eb2319aa0adfa81d40bf9f7100d3
3
+ size 3579831264