morriszms commited on
Commit
4cbfbfc
·
verified ·
1 Parent(s): f0ca0c3

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-mpt-random-remote-code-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tiny-mpt-random-remote-code-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tiny-mpt-random-remote-code-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tiny-mpt-random-remote-code-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tiny-mpt-random-remote-code-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tiny-mpt-random-remote-code-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tiny-mpt-random-remote-code-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tiny-mpt-random-remote-code-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tiny-mpt-random-remote-code-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tiny-mpt-random-remote-code-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tiny-mpt-random-remote-code-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tiny-mpt-random-remote-code-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: echarlaix/tiny-mpt-random-remote-code
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
+ ## echarlaix/tiny-mpt-random-remote-code - GGUF
21
+
22
+ This repo contains GGUF format model files for [echarlaix/tiny-mpt-random-remote-code](https://huggingface.co/echarlaix/tiny-mpt-random-remote-code).
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
+ | [tiny-mpt-random-remote-code-Q2_K.gguf](https://huggingface.co/tensorblock/tiny-mpt-random-remote-code-GGUF/blob/main/tiny-mpt-random-remote-code-Q2_K.gguf) | Q2_K | 0.009 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [tiny-mpt-random-remote-code-Q3_K_S.gguf](https://huggingface.co/tensorblock/tiny-mpt-random-remote-code-GGUF/blob/main/tiny-mpt-random-remote-code-Q3_K_S.gguf) | Q3_K_S | 0.009 GB | very small, high quality loss |
44
+ | [tiny-mpt-random-remote-code-Q3_K_M.gguf](https://huggingface.co/tensorblock/tiny-mpt-random-remote-code-GGUF/blob/main/tiny-mpt-random-remote-code-Q3_K_M.gguf) | Q3_K_M | 0.009 GB | very small, high quality loss |
45
+ | [tiny-mpt-random-remote-code-Q3_K_L.gguf](https://huggingface.co/tensorblock/tiny-mpt-random-remote-code-GGUF/blob/main/tiny-mpt-random-remote-code-Q3_K_L.gguf) | Q3_K_L | 0.009 GB | small, substantial quality loss |
46
+ | [tiny-mpt-random-remote-code-Q4_0.gguf](https://huggingface.co/tensorblock/tiny-mpt-random-remote-code-GGUF/blob/main/tiny-mpt-random-remote-code-Q4_0.gguf) | Q4_0 | 0.009 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [tiny-mpt-random-remote-code-Q4_K_S.gguf](https://huggingface.co/tensorblock/tiny-mpt-random-remote-code-GGUF/blob/main/tiny-mpt-random-remote-code-Q4_K_S.gguf) | Q4_K_S | 0.009 GB | small, greater quality loss |
48
+ | [tiny-mpt-random-remote-code-Q4_K_M.gguf](https://huggingface.co/tensorblock/tiny-mpt-random-remote-code-GGUF/blob/main/tiny-mpt-random-remote-code-Q4_K_M.gguf) | Q4_K_M | 0.009 GB | medium, balanced quality - recommended |
49
+ | [tiny-mpt-random-remote-code-Q5_0.gguf](https://huggingface.co/tensorblock/tiny-mpt-random-remote-code-GGUF/blob/main/tiny-mpt-random-remote-code-Q5_0.gguf) | Q5_0 | 0.009 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [tiny-mpt-random-remote-code-Q5_K_S.gguf](https://huggingface.co/tensorblock/tiny-mpt-random-remote-code-GGUF/blob/main/tiny-mpt-random-remote-code-Q5_K_S.gguf) | Q5_K_S | 0.009 GB | large, low quality loss - recommended |
51
+ | [tiny-mpt-random-remote-code-Q5_K_M.gguf](https://huggingface.co/tensorblock/tiny-mpt-random-remote-code-GGUF/blob/main/tiny-mpt-random-remote-code-Q5_K_M.gguf) | Q5_K_M | 0.009 GB | large, very low quality loss - recommended |
52
+ | [tiny-mpt-random-remote-code-Q6_K.gguf](https://huggingface.co/tensorblock/tiny-mpt-random-remote-code-GGUF/blob/main/tiny-mpt-random-remote-code-Q6_K.gguf) | Q6_K | 0.009 GB | very large, extremely low quality loss |
53
+ | [tiny-mpt-random-remote-code-Q8_0.gguf](https://huggingface.co/tensorblock/tiny-mpt-random-remote-code-GGUF/blob/main/tiny-mpt-random-remote-code-Q8_0.gguf) | Q8_0 | 0.009 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/tiny-mpt-random-remote-code-GGUF --include "tiny-mpt-random-remote-code-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/tiny-mpt-random-remote-code-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
tiny-mpt-random-remote-code-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5627dcb0ff18f6f7200f83c0aed2056a6a7c86b5f2d865833e1b5f00b00e4daa
3
+ size 8734304
tiny-mpt-random-remote-code-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13ac5167226dc556ba46c17928a07c8f5676fa60f044aab91b5c069af052ae9b
3
+ size 8760416
tiny-mpt-random-remote-code-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c079431d78bb73e68f6d9f25319c463d33b5d8c75e07cadd0912a8520d24d4c6
3
+ size 8751200
tiny-mpt-random-remote-code-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d71204c1f82c4f5f8c6402eb000040f86bb64ebd00257649a0499b8e7d857476
3
+ size 8734304
tiny-mpt-random-remote-code-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9c2f632476af2c31703c19cacfb6641ab4c187be4f940be163395f103797219
3
+ size 8743008
tiny-mpt-random-remote-code-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31b1f62cff162d243a0f8f5129f820c9aab6ce3662c3d86aee564246c59f423d
3
+ size 8779360
tiny-mpt-random-remote-code-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5271afaca4ffaa593572f317c4d2749d2fb7e3d2e8e25b12ecb7c7aeefdcf056
3
+ size 8759392
tiny-mpt-random-remote-code-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c714e3ae4416275a5f3973d642f8b10440b958d9b9ac637dd7e838543a53600d
3
+ size 8767584
tiny-mpt-random-remote-code-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:475008ff16bf83d98c0f6fded1233186764fbaa70b2d01380d1f21e94e786b0e
3
+ size 8799840
tiny-mpt-random-remote-code-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a94a027b9ff849730764a0c272c091a37a38c2647b0d82372ad6ad7208e0d33
3
+ size 8775776
tiny-mpt-random-remote-code-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c032f49b355a68b23e653bdd074dc3734ab811cfe578f063286104ab2d517913
3
+ size 8825440
tiny-mpt-random-remote-code-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22c971fc460bbe094eeb246dcce57d423202bc085aa2e6bffe101c63a6d8d23a
3
+ size 8841312