morriszms commited on
Commit
2c4d2f5
·
verified ·
1 Parent(s): 6a5d6e3

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
+ tiny-random-phi3-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tiny-random-phi3-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tiny-random-phi3-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tiny-random-phi3-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tiny-random-phi3-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tiny-random-phi3-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tiny-random-phi3-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tiny-random-phi3-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tiny-random-phi3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tiny-random-phi3-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tiny-random-phi3-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tiny-random-phi3-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: katuni4ka/tiny-random-phi3
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## katuni4ka/tiny-random-phi3 - GGUF
20
+
21
+ This repo contains GGUF format model files for [katuni4ka/tiny-random-phi3](https://huggingface.co/katuni4ka/tiny-random-phi3).
22
+
23
+ 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).
24
+
25
+ ## Prompt template
26
+
27
+ ```
28
+ <s><|system|>
29
+ {system_prompt}<|end|>
30
+ <|user|>
31
+ {prompt}<|end|>
32
+ <|assistant|>
33
+ ```
34
+
35
+ ## Model file specification
36
+
37
+ | Filename | Quant type | File Size | Description |
38
+ | -------- | ---------- | --------- | ----------- |
39
+ | [tiny-random-phi3-Q2_K.gguf](https://huggingface.co/tensorblock/tiny-random-phi3-GGUF/tree/main/tiny-random-phi3-Q2_K.gguf) | Q2_K | 0.005 GB | smallest, significant quality loss - not recommended for most purposes |
40
+ | [tiny-random-phi3-Q3_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-phi3-GGUF/tree/main/tiny-random-phi3-Q3_K_S.gguf) | Q3_K_S | 0.005 GB | very small, high quality loss |
41
+ | [tiny-random-phi3-Q3_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-phi3-GGUF/tree/main/tiny-random-phi3-Q3_K_M.gguf) | Q3_K_M | 0.005 GB | very small, high quality loss |
42
+ | [tiny-random-phi3-Q3_K_L.gguf](https://huggingface.co/tensorblock/tiny-random-phi3-GGUF/tree/main/tiny-random-phi3-Q3_K_L.gguf) | Q3_K_L | 0.005 GB | small, substantial quality loss |
43
+ | [tiny-random-phi3-Q4_0.gguf](https://huggingface.co/tensorblock/tiny-random-phi3-GGUF/tree/main/tiny-random-phi3-Q4_0.gguf) | Q4_0 | 0.003 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
44
+ | [tiny-random-phi3-Q4_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-phi3-GGUF/tree/main/tiny-random-phi3-Q4_K_S.gguf) | Q4_K_S | 0.005 GB | small, greater quality loss |
45
+ | [tiny-random-phi3-Q4_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-phi3-GGUF/tree/main/tiny-random-phi3-Q4_K_M.gguf) | Q4_K_M | 0.005 GB | medium, balanced quality - recommended |
46
+ | [tiny-random-phi3-Q5_0.gguf](https://huggingface.co/tensorblock/tiny-random-phi3-GGUF/tree/main/tiny-random-phi3-Q5_0.gguf) | Q5_0 | 0.003 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
47
+ | [tiny-random-phi3-Q5_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-phi3-GGUF/tree/main/tiny-random-phi3-Q5_K_S.gguf) | Q5_K_S | 0.005 GB | large, low quality loss - recommended |
48
+ | [tiny-random-phi3-Q5_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-phi3-GGUF/tree/main/tiny-random-phi3-Q5_K_M.gguf) | Q5_K_M | 0.005 GB | large, very low quality loss - recommended |
49
+ | [tiny-random-phi3-Q6_K.gguf](https://huggingface.co/tensorblock/tiny-random-phi3-GGUF/tree/main/tiny-random-phi3-Q6_K.gguf) | Q6_K | 0.005 GB | very large, extremely low quality loss |
50
+ | [tiny-random-phi3-Q8_0.gguf](https://huggingface.co/tensorblock/tiny-random-phi3-GGUF/tree/main/tiny-random-phi3-Q8_0.gguf) | Q8_0 | 0.004 GB | very large, extremely low quality loss - not recommended |
51
+
52
+
53
+ ## Downloading instruction
54
+
55
+ ### Command line
56
+
57
+ Firstly, install Huggingface Client
58
+
59
+ ```shell
60
+ pip install -U "huggingface_hub[cli]"
61
+ ```
62
+
63
+ Then, downoad the individual model file the a local directory
64
+
65
+ ```shell
66
+ huggingface-cli download tensorblock/tiny-random-phi3-GGUF --include "tiny-random-phi3-Q2_K.gguf" --local-dir MY_LOCAL_DIR
67
+ ```
68
+
69
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/tiny-random-phi3-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
73
+ ```
tiny-random-phi3-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a6ccb15c78d349e361c48927a1007da8db0e0b18c05c5e1bb1a52a09c0be391
3
+ size 5492416
tiny-random-phi3-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1db8957fb26d3c23e1a6d31ba9fa59fe8175ae210d4e93793daf6bf90f50ff1
3
+ size 5492992
tiny-random-phi3-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cc7cea3872090cb6c74d7a9ee97a9b99fe45c79a1c6e8c4915dad4d7433bcea
3
+ size 5492800
tiny-random-phi3-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78e3bdf170337dde78cef5d36e24f934533bdd8e767a1d90f571b95460fc1d18
3
+ size 5492416
tiny-random-phi3-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dffae45343806b2d818c299493b4d91fcc5de317811b1a4a245d3d9646bf55c6
3
+ size 3244736
tiny-random-phi3-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e65905623df2ceac833abf8d65488340e9eaebf74a701d0c2aab8261d844b7ca
3
+ size 5493376
tiny-random-phi3-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f62c3b2fd9302238ea169c698558b83607f8461c66beca5de6581edd711b9f7b
3
+ size 5492800
tiny-random-phi3-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57c2ff386a7530f3c9ceb19d33b729234f35c51e51fdcea96c8a5cb943f67c1c
3
+ size 3440576
tiny-random-phi3-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5288383210988f157d48052e85e2caa09d57c36aa8352b471524a2a85afbf773
3
+ size 5493472
tiny-random-phi3-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e00fe6db785284776852216fe8109a6d23f72ecff0b1e28c6d6079b3994fd303
3
+ size 5492992
tiny-random-phi3-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3b6ba7215a3a0d34b8b92026b3729707efc9f63154a03b46c8288690ea99565
3
+ size 5493952
tiny-random-phi3-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb237fed382b2ba733a4916ded474d21be27311d9d13efc61447b7478b40ce4d
3
+ size 4028096