morriszms commited on
Commit
f1ebd07
1 Parent(s): f8500c8

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
+ phi-3-tiny-random-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ phi-3-tiny-random-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ phi-3-tiny-random-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ phi-3-tiny-random-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ phi-3-tiny-random-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ phi-3-tiny-random-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ phi-3-tiny-random-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ phi-3-tiny-random-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ phi-3-tiny-random-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ phi-3-tiny-random-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ phi-3-tiny-random-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ phi-3-tiny-random-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: text-generation
4
+ inference: true
5
+ widget:
6
+ - text: Hello!
7
+ example_title: Hello world
8
+ group: Python
9
+ tags:
10
+ - TensorBlock
11
+ - GGUF
12
+ base_model: yujiepan/phi-3-tiny-random
13
+ ---
14
+
15
+ <div style="width: auto; margin-left: auto; margin-right: auto">
16
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
+ </div>
18
+ <div style="display: flex; justify-content: space-between; width: 100%;">
19
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
21
+ 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>
22
+ </p>
23
+ </div>
24
+ </div>
25
+
26
+ ## yujiepan/phi-3-tiny-random - GGUF
27
+
28
+ This repo contains GGUF format model files for [yujiepan/phi-3-tiny-random](https://huggingface.co/yujiepan/phi-3-tiny-random).
29
+
30
+ 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).
31
+
32
+ <div style="text-align: left; margin: 20px 0;">
33
+ <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;">
34
+ Run them on the TensorBlock client using your local machine ↗
35
+ </a>
36
+ </div>
37
+
38
+ ## Prompt template
39
+
40
+ ```
41
+ <s><|user|>
42
+ {prompt}<|end|>
43
+ <|assistant|>
44
+ ```
45
+
46
+ ## Model file specification
47
+
48
+ | Filename | Quant type | File Size | Description |
49
+ | -------- | ---------- | --------- | ----------- |
50
+ | [phi-3-tiny-random-Q2_K.gguf](https://huggingface.co/tensorblock/phi-3-tiny-random-GGUF/blob/main/phi-3-tiny-random-Q2_K.gguf) | Q2_K | 0.002 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [phi-3-tiny-random-Q3_K_S.gguf](https://huggingface.co/tensorblock/phi-3-tiny-random-GGUF/blob/main/phi-3-tiny-random-Q3_K_S.gguf) | Q3_K_S | 0.002 GB | very small, high quality loss |
52
+ | [phi-3-tiny-random-Q3_K_M.gguf](https://huggingface.co/tensorblock/phi-3-tiny-random-GGUF/blob/main/phi-3-tiny-random-Q3_K_M.gguf) | Q3_K_M | 0.002 GB | very small, high quality loss |
53
+ | [phi-3-tiny-random-Q3_K_L.gguf](https://huggingface.co/tensorblock/phi-3-tiny-random-GGUF/blob/main/phi-3-tiny-random-Q3_K_L.gguf) | Q3_K_L | 0.002 GB | small, substantial quality loss |
54
+ | [phi-3-tiny-random-Q4_0.gguf](https://huggingface.co/tensorblock/phi-3-tiny-random-GGUF/blob/main/phi-3-tiny-random-Q4_0.gguf) | Q4_0 | 0.002 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [phi-3-tiny-random-Q4_K_S.gguf](https://huggingface.co/tensorblock/phi-3-tiny-random-GGUF/blob/main/phi-3-tiny-random-Q4_K_S.gguf) | Q4_K_S | 0.002 GB | small, greater quality loss |
56
+ | [phi-3-tiny-random-Q4_K_M.gguf](https://huggingface.co/tensorblock/phi-3-tiny-random-GGUF/blob/main/phi-3-tiny-random-Q4_K_M.gguf) | Q4_K_M | 0.002 GB | medium, balanced quality - recommended |
57
+ | [phi-3-tiny-random-Q5_0.gguf](https://huggingface.co/tensorblock/phi-3-tiny-random-GGUF/blob/main/phi-3-tiny-random-Q5_0.gguf) | Q5_0 | 0.002 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [phi-3-tiny-random-Q5_K_S.gguf](https://huggingface.co/tensorblock/phi-3-tiny-random-GGUF/blob/main/phi-3-tiny-random-Q5_K_S.gguf) | Q5_K_S | 0.002 GB | large, low quality loss - recommended |
59
+ | [phi-3-tiny-random-Q5_K_M.gguf](https://huggingface.co/tensorblock/phi-3-tiny-random-GGUF/blob/main/phi-3-tiny-random-Q5_K_M.gguf) | Q5_K_M | 0.002 GB | large, very low quality loss - recommended |
60
+ | [phi-3-tiny-random-Q6_K.gguf](https://huggingface.co/tensorblock/phi-3-tiny-random-GGUF/blob/main/phi-3-tiny-random-Q6_K.gguf) | Q6_K | 0.002 GB | very large, extremely low quality loss |
61
+ | [phi-3-tiny-random-Q8_0.gguf](https://huggingface.co/tensorblock/phi-3-tiny-random-GGUF/blob/main/phi-3-tiny-random-Q8_0.gguf) | Q8_0 | 0.002 GB | very large, extremely low quality loss - not recommended |
62
+
63
+
64
+ ## Downloading instruction
65
+
66
+ ### Command line
67
+
68
+ Firstly, install Huggingface Client
69
+
70
+ ```shell
71
+ pip install -U "huggingface_hub[cli]"
72
+ ```
73
+
74
+ Then, downoad the individual model file the a local directory
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/phi-3-tiny-random-GGUF --include "phi-3-tiny-random-Q2_K.gguf" --local-dir MY_LOCAL_DIR
78
+ ```
79
+
80
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
81
+
82
+ ```shell
83
+ huggingface-cli download tensorblock/phi-3-tiny-random-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
84
+ ```
phi-3-tiny-random-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9502e289f270051d17ec449ea533cb81efafaf2157e3560d0118e9c5be4d4731
3
+ size 2307680
phi-3-tiny-random-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b0cc1615800efade00432f0bb830703f683a7dffba9e5f0a5c74f6bf8a57720
3
+ size 2307872
phi-3-tiny-random-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db27a232bbd71d0627682fae63e42b4603808a8622f19d047bf8668f2966b98b
3
+ size 2307808
phi-3-tiny-random-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47c09082678c93c374f9b3dbaec6d0bf3495414d2e937eac02e6c628e14cfdfd
3
+ size 2307680
phi-3-tiny-random-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4197c44f88adf1c4d7db2aa33055eea2758f3eccd4cdbf32553f22e9051c739
3
+ size 1564384
phi-3-tiny-random-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33df43b5d9557e170243cd6047461107ecdb2dd7da55963cf477ccf05db6425b
3
+ size 2308000
phi-3-tiny-random-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01a36752aa3c823610e0791fd8fc3602abf00ab1a984b8f66110506d26c65d98
3
+ size 2307808
phi-3-tiny-random-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:718df6af71c0cdebe7f1fb3c866c0ed89363b165cb59e92fd80ab2e5c6aed7b5
3
+ size 1629152
phi-3-tiny-random-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0674e98a4c2d513bcb0d0d24a43d847903c359c74f56a4712a20884f2d656b16
3
+ size 2308032
phi-3-tiny-random-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e473e6c2994ebfa3634c8d2b4633b3bd0fa89671a5f3bf47372b6f83937a6a49
3
+ size 2307872
phi-3-tiny-random-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cae9436956367b6be5230bb39f0fcc654f845a4a8ff702097a9b2e948b48fe52
3
+ size 2308192
phi-3-tiny-random-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4f61426cc49fe7def7b2ea9c83f7728c4d7d3ff05694728802981aa7eb65c72
3
+ size 1823456