morriszms commited on
Commit
7883adf
1 Parent(s): 04bea39

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-Phi3ForCausalLM-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tiny-random-Phi3ForCausalLM-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tiny-random-Phi3ForCausalLM-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tiny-random-Phi3ForCausalLM-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tiny-random-Phi3ForCausalLM-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tiny-random-Phi3ForCausalLM-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tiny-random-Phi3ForCausalLM-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tiny-random-Phi3ForCausalLM-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tiny-random-Phi3ForCausalLM-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tiny-random-Phi3ForCausalLM-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tiny-random-Phi3ForCausalLM-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tiny-random-Phi3ForCausalLM-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: Xenova/tiny-random-Phi3ForCausalLM
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
+ ## Xenova/tiny-random-Phi3ForCausalLM - GGUF
21
+
22
+ This repo contains GGUF format model files for [Xenova/tiny-random-Phi3ForCausalLM](https://huggingface.co/Xenova/tiny-random-Phi3ForCausalLM).
23
+
24
+ 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).
25
+
26
+ ## Prompt template
27
+
28
+ ```
29
+ <s><|user|>
30
+ {prompt}<|end|>
31
+ <|assistant|>
32
+ ```
33
+
34
+ ## Model file specification
35
+
36
+ | Filename | Quant type | File Size | Description |
37
+ | -------- | ---------- | --------- | ----------- |
38
+ | [tiny-random-Phi3ForCausalLM-Q2_K.gguf](https://huggingface.co/tensorblock/tiny-random-Phi3ForCausalLM-GGUF/tree/main/tiny-random-Phi3ForCausalLM-Q2_K.gguf) | Q2_K | 0.002 GB | smallest, significant quality loss - not recommended for most purposes |
39
+ | [tiny-random-Phi3ForCausalLM-Q3_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-Phi3ForCausalLM-GGUF/tree/main/tiny-random-Phi3ForCausalLM-Q3_K_S.gguf) | Q3_K_S | 0.002 GB | very small, high quality loss |
40
+ | [tiny-random-Phi3ForCausalLM-Q3_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-Phi3ForCausalLM-GGUF/tree/main/tiny-random-Phi3ForCausalLM-Q3_K_M.gguf) | Q3_K_M | 0.002 GB | very small, high quality loss |
41
+ | [tiny-random-Phi3ForCausalLM-Q3_K_L.gguf](https://huggingface.co/tensorblock/tiny-random-Phi3ForCausalLM-GGUF/tree/main/tiny-random-Phi3ForCausalLM-Q3_K_L.gguf) | Q3_K_L | 0.002 GB | small, substantial quality loss |
42
+ | [tiny-random-Phi3ForCausalLM-Q4_0.gguf](https://huggingface.co/tensorblock/tiny-random-Phi3ForCausalLM-GGUF/tree/main/tiny-random-Phi3ForCausalLM-Q4_0.gguf) | Q4_0 | 0.002 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
43
+ | [tiny-random-Phi3ForCausalLM-Q4_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-Phi3ForCausalLM-GGUF/tree/main/tiny-random-Phi3ForCausalLM-Q4_K_S.gguf) | Q4_K_S | 0.002 GB | small, greater quality loss |
44
+ | [tiny-random-Phi3ForCausalLM-Q4_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-Phi3ForCausalLM-GGUF/tree/main/tiny-random-Phi3ForCausalLM-Q4_K_M.gguf) | Q4_K_M | 0.002 GB | medium, balanced quality - recommended |
45
+ | [tiny-random-Phi3ForCausalLM-Q5_0.gguf](https://huggingface.co/tensorblock/tiny-random-Phi3ForCausalLM-GGUF/tree/main/tiny-random-Phi3ForCausalLM-Q5_0.gguf) | Q5_0 | 0.002 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
46
+ | [tiny-random-Phi3ForCausalLM-Q5_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-Phi3ForCausalLM-GGUF/tree/main/tiny-random-Phi3ForCausalLM-Q5_K_S.gguf) | Q5_K_S | 0.002 GB | large, low quality loss - recommended |
47
+ | [tiny-random-Phi3ForCausalLM-Q5_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-Phi3ForCausalLM-GGUF/tree/main/tiny-random-Phi3ForCausalLM-Q5_K_M.gguf) | Q5_K_M | 0.002 GB | large, very low quality loss - recommended |
48
+ | [tiny-random-Phi3ForCausalLM-Q6_K.gguf](https://huggingface.co/tensorblock/tiny-random-Phi3ForCausalLM-GGUF/tree/main/tiny-random-Phi3ForCausalLM-Q6_K.gguf) | Q6_K | 0.003 GB | very large, extremely low quality loss |
49
+ | [tiny-random-Phi3ForCausalLM-Q8_0.gguf](https://huggingface.co/tensorblock/tiny-random-Phi3ForCausalLM-GGUF/tree/main/tiny-random-Phi3ForCausalLM-Q8_0.gguf) | Q8_0 | 0.003 GB | very large, extremely low quality loss - not recommended |
50
+
51
+
52
+ ## Downloading instruction
53
+
54
+ ### Command line
55
+
56
+ Firstly, install Huggingface Client
57
+
58
+ ```shell
59
+ pip install -U "huggingface_hub[cli]"
60
+ ```
61
+
62
+ Then, downoad the individual model file the a local directory
63
+
64
+ ```shell
65
+ huggingface-cli download tensorblock/tiny-random-Phi3ForCausalLM-GGUF --include "tiny-random-Phi3ForCausalLM-Q2_K.gguf" --local-dir MY_LOCAL_DIR
66
+ ```
67
+
68
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/tiny-random-Phi3ForCausalLM-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
72
+ ```
tiny-random-Phi3ForCausalLM-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23571e23676807915c6f46725efe32ebbbbcfb988fb7cca12505bca579165694
3
+ size 2406528
tiny-random-Phi3ForCausalLM-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e953fac38efc6317045348b52acc20660e5d3a26515c2b2d36efcb12dc751ea
3
+ size 2408448
tiny-random-Phi3ForCausalLM-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22aeebf4a50d54455e5d0e28a30a6db0eeee9bb49101d5b999c3d7fdcce2ff81
3
+ size 2408064
tiny-random-Phi3ForCausalLM-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03e0a086162834c4c5f9b03cd983d92f0787f7bc2bbc7abe4dad2b74594ef880
3
+ size 2406528
tiny-random-Phi3ForCausalLM-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83e0efafdf74e5924217116e24e94d289b6d77270eb673f814ea5c6a3b7f3215
3
+ size 2406528
tiny-random-Phi3ForCausalLM-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2779e6108ca43105835a405992e6446d5e5c201e58711f564db894fb46bc2d9
3
+ size 2538496
tiny-random-Phi3ForCausalLM-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05801f06381d4ed879d0ba75932d0fcea855a00bbef99f95f5f26b9d1e569bc3
3
+ size 2537344
tiny-random-Phi3ForCausalLM-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d72b88a3b3151fa6ba1c36ed1b41861ad54a951a1fe65af01cacca6a4f38310e
3
+ size 2537344
tiny-random-Phi3ForCausalLM-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65884c5a4bda78a6d9bc259c609bda3cc53368327032a2c012b80b526cd50938
3
+ size 2605312
tiny-random-Phi3ForCausalLM-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cd42225076b81cb06384ce904e60f4c647e7c5d5a4fb7478fea035869dd3c59
3
+ size 2602752
tiny-random-Phi3ForCausalLM-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b541f77c8a4212509af8426f934f58d14a92fb4756ff8a040d14dbfcb23d04b0
3
+ size 2929792
tiny-random-Phi3ForCausalLM-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f62d306b55cd5d3b608aca2c5e83e8bf9c15fe0f6973d255f486c79e478d8d4c
3
+ size 2929792