morriszms commited on
Commit
6966fbc
·
verified ·
1 Parent(s): 4fc6c63

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-minicpm-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tiny-random-minicpm-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tiny-random-minicpm-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tiny-random-minicpm-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tiny-random-minicpm-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tiny-random-minicpm-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tiny-random-minicpm-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tiny-random-minicpm-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tiny-random-minicpm-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tiny-random-minicpm-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tiny-random-minicpm-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tiny-random-minicpm-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: katuni4ka/tiny-random-minicpm
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-minicpm - GGUF
20
+
21
+ This repo contains GGUF format model files for [katuni4ka/tiny-random-minicpm](https://huggingface.co/katuni4ka/tiny-random-minicpm).
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
+ {system_prompt}<用户>{prompt}<AI>
29
+ ```
30
+
31
+ ## Model file specification
32
+
33
+ | Filename | Quant type | File Size | Description |
34
+ | -------- | ---------- | --------- | ----------- |
35
+ | [tiny-random-minicpm-Q2_K.gguf](https://huggingface.co/tensorblock/tiny-random-minicpm-GGUF/tree/main/tiny-random-minicpm-Q2_K.gguf) | Q2_K | 0.077 GB | smallest, significant quality loss - not recommended for most purposes |
36
+ | [tiny-random-minicpm-Q3_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-minicpm-GGUF/tree/main/tiny-random-minicpm-Q3_K_S.gguf) | Q3_K_S | 0.077 GB | very small, high quality loss |
37
+ | [tiny-random-minicpm-Q3_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-minicpm-GGUF/tree/main/tiny-random-minicpm-Q3_K_M.gguf) | Q3_K_M | 0.078 GB | very small, high quality loss |
38
+ | [tiny-random-minicpm-Q3_K_L.gguf](https://huggingface.co/tensorblock/tiny-random-minicpm-GGUF/tree/main/tiny-random-minicpm-Q3_K_L.gguf) | Q3_K_L | 0.078 GB | small, substantial quality loss |
39
+ | [tiny-random-minicpm-Q4_0.gguf](https://huggingface.co/tensorblock/tiny-random-minicpm-GGUF/tree/main/tiny-random-minicpm-Q4_0.gguf) | Q4_0 | 0.077 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
40
+ | [tiny-random-minicpm-Q4_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-minicpm-GGUF/tree/main/tiny-random-minicpm-Q4_K_S.gguf) | Q4_K_S | 0.079 GB | small, greater quality loss |
41
+ | [tiny-random-minicpm-Q4_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-minicpm-GGUF/tree/main/tiny-random-minicpm-Q4_K_M.gguf) | Q4_K_M | 0.079 GB | medium, balanced quality - recommended |
42
+ | [tiny-random-minicpm-Q5_0.gguf](https://huggingface.co/tensorblock/tiny-random-minicpm-GGUF/tree/main/tiny-random-minicpm-Q5_0.gguf) | Q5_0 | 0.079 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
43
+ | [tiny-random-minicpm-Q5_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-minicpm-GGUF/tree/main/tiny-random-minicpm-Q5_K_S.gguf) | Q5_K_S | 0.079 GB | large, low quality loss - recommended |
44
+ | [tiny-random-minicpm-Q5_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-minicpm-GGUF/tree/main/tiny-random-minicpm-Q5_K_M.gguf) | Q5_K_M | 0.080 GB | large, very low quality loss - recommended |
45
+ | [tiny-random-minicpm-Q6_K.gguf](https://huggingface.co/tensorblock/tiny-random-minicpm-GGUF/tree/main/tiny-random-minicpm-Q6_K.gguf) | Q6_K | 0.082 GB | very large, extremely low quality loss |
46
+ | [tiny-random-minicpm-Q8_0.gguf](https://huggingface.co/tensorblock/tiny-random-minicpm-GGUF/tree/main/tiny-random-minicpm-Q8_0.gguf) | Q8_0 | 0.082 GB | very large, extremely low quality loss - not recommended |
47
+
48
+
49
+ ## Downloading instruction
50
+
51
+ ### Command line
52
+
53
+ Firstly, install Huggingface Client
54
+
55
+ ```shell
56
+ pip install -U "huggingface_hub[cli]"
57
+ ```
58
+
59
+ Then, downoad the individual model file the a local directory
60
+
61
+ ```shell
62
+ huggingface-cli download tensorblock/tiny-random-minicpm-GGUF --include "tiny-random-minicpm-Q2_K.gguf" --local-dir MY_LOCAL_DIR
63
+ ```
64
+
65
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/tiny-random-minicpm-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
69
+ ```
tiny-random-minicpm-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c96f6dcb2e9fb9a504e1b38f74684c3a11f2e4e8c046bc8b8dd2ddcef5d41d1c
3
+ size 83208544
tiny-random-minicpm-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a86b9b7964810119407b378cfd9f495af63d63d4b26fc991110b988450bdb0f9
3
+ size 83955040
tiny-random-minicpm-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4929efe355c61e06ffc0f10b5aae4e8e9301a90f4602392259ce230418108da9
3
+ size 83747680
tiny-random-minicpm-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aa304b4b42b6632866858e588ae26c03e962e3916a9257f7897f54affcf38fd
3
+ size 83208544
tiny-random-minicpm-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f03211b5bd6cde540f9d94f4e3308baf45cf7ff6259891908fb669838b3ef4d
3
+ size 83208544
tiny-random-minicpm-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0717bf0e9407a3d4c02834b958d4aa8b428b8642df6f3bc6e2fe3abd3893ec1f
3
+ size 84867424
tiny-random-minicpm-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddb030f18974bcc18f6f93d6e46ff4c637f32a88b69f0d8cdf808c08dca87f1e
3
+ size 84452704
tiny-random-minicpm-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1298503228290f679790818e782803d3bdd881f4a1bec36cc071e64544d02eb8
3
+ size 84369760
tiny-random-minicpm-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:157768d4c368afb549caa0d78a4195a5481baa1cb0201fd53e82c9d246f99aa1
3
+ size 85365088
tiny-random-minicpm-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2957daf7b29b02b12d91ebd0e3ba6e4c5487bf1ebdb0c7d42b4669d924593ffe
3
+ size 84950368
tiny-random-minicpm-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8581291216d89f505cf826335fcc673054b5eadd895046853068012f9cff2fe0
3
+ size 87853408
tiny-random-minicpm-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18bf2df5d81698fe9d776d7a24857a5a88dee0259c23c40f3aa2f6853e1ef6ad
3
+ size 87853408