morriszms commited on
Commit
179a63a
·
verified ·
1 Parent(s): 52457b2

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
+ mini-magnum-12b-v1.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mini-magnum-12b-v1.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mini-magnum-12b-v1.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mini-magnum-12b-v1.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mini-magnum-12b-v1.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mini-magnum-12b-v1.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mini-magnum-12b-v1.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mini-magnum-12b-v1.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mini-magnum-12b-v1.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mini-magnum-12b-v1.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mini-magnum-12b-v1.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mini-magnum-12b-v1.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - fr
6
+ - de
7
+ - es
8
+ - it
9
+ - pt
10
+ - ru
11
+ - zh
12
+ - ja
13
+ tags:
14
+ - TensorBlock
15
+ - GGUF
16
+ base_model: intervitens/mini-magnum-12b-v1.1
17
+ ---
18
+
19
+ <div style="width: auto; margin-left: auto; margin-right: auto">
20
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
21
+ </div>
22
+ <div style="display: flex; justify-content: space-between; width: 100%;">
23
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
24
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
25
+ 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>
26
+ </p>
27
+ </div>
28
+ </div>
29
+
30
+ ## intervitens/mini-magnum-12b-v1.1 - GGUF
31
+
32
+ This repo contains GGUF format model files for [intervitens/mini-magnum-12b-v1.1](https://huggingface.co/intervitens/mini-magnum-12b-v1.1).
33
+
34
+ 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).
35
+
36
+ <div style="text-align: left; margin: 20px 0;">
37
+ <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;">
38
+ Run them on the TensorBlock client using your local machine ↗
39
+ </a>
40
+ </div>
41
+
42
+ ## Prompt template
43
+
44
+ ```
45
+ <s>[INST] {prompt} [/INST]
46
+ ```
47
+
48
+ ## Model file specification
49
+
50
+ | Filename | Quant type | File Size | Description |
51
+ | -------- | ---------- | --------- | ----------- |
52
+ | [mini-magnum-12b-v1.1-Q2_K.gguf](https://huggingface.co/tensorblock/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q2_K.gguf) | Q2_K | 4.791 GB | smallest, significant quality loss - not recommended for most purposes |
53
+ | [mini-magnum-12b-v1.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q3_K_S.gguf) | Q3_K_S | 5.534 GB | very small, high quality loss |
54
+ | [mini-magnum-12b-v1.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q3_K_M.gguf) | Q3_K_M | 6.083 GB | very small, high quality loss |
55
+ | [mini-magnum-12b-v1.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q3_K_L.gguf) | Q3_K_L | 6.562 GB | small, substantial quality loss |
56
+ | [mini-magnum-12b-v1.1-Q4_0.gguf](https://huggingface.co/tensorblock/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q4_0.gguf) | Q4_0 | 7.072 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
+ | [mini-magnum-12b-v1.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q4_K_S.gguf) | Q4_K_S | 7.120 GB | small, greater quality loss |
58
+ | [mini-magnum-12b-v1.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q4_K_M.gguf) | Q4_K_M | 7.477 GB | medium, balanced quality - recommended |
59
+ | [mini-magnum-12b-v1.1-Q5_0.gguf](https://huggingface.co/tensorblock/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q5_0.gguf) | Q5_0 | 8.519 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
+ | [mini-magnum-12b-v1.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q5_K_S.gguf) | Q5_K_S | 8.519 GB | large, low quality loss - recommended |
61
+ | [mini-magnum-12b-v1.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q5_K_M.gguf) | Q5_K_M | 8.728 GB | large, very low quality loss - recommended |
62
+ | [mini-magnum-12b-v1.1-Q6_K.gguf](https://huggingface.co/tensorblock/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q6_K.gguf) | Q6_K | 10.056 GB | very large, extremely low quality loss |
63
+ | [mini-magnum-12b-v1.1-Q8_0.gguf](https://huggingface.co/tensorblock/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q8_0.gguf) | Q8_0 | 13.022 GB | very large, extremely low quality loss - not recommended |
64
+
65
+
66
+ ## Downloading instruction
67
+
68
+ ### Command line
69
+
70
+ Firstly, install Huggingface Client
71
+
72
+ ```shell
73
+ pip install -U "huggingface_hub[cli]"
74
+ ```
75
+
76
+ Then, downoad the individual model file the a local directory
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/mini-magnum-12b-v1.1-GGUF --include "mini-magnum-12b-v1.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
80
+ ```
81
+
82
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/mini-magnum-12b-v1.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
86
+ ```
mini-magnum-12b-v1.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8e2fb58c8a43fcf5b75110c7a66680a6010a734d9d6c52efc34d72ddcc4a689
3
+ size 4791053248
mini-magnum-12b-v1.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ab5c62b3ddd3e8e0386c6fa55282a2a2bb5979dace6a9f6232d7142744b7840
3
+ size 6561508800
mini-magnum-12b-v1.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40f7f769695798d6fcb4180c78877f3fa5590a5430b5bade5bccc8e37c42d290
3
+ size 6083096000
mini-magnum-12b-v1.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcef5162096f40925530c1b77ecc8ebd60b3194fad0222278e1680216439a9fa
3
+ size 5534232000
mini-magnum-12b-v1.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aef7e63827f95f94cf0242d1efa54fb37bd3ed352110bfb916b53cf1e6f46970
3
+ size 7071707232
mini-magnum-12b-v1.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9892bae9c70a899e0672c4de46197a5e5b1365e8398d8ccb57123079421af04b
3
+ size 7477211232
mini-magnum-12b-v1.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4e195ea9410b1026eb48e478f3c84158b7a2aeb7af9da77de4591ad5840ece8
3
+ size 7120203872
mini-magnum-12b-v1.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ef8331eaf8c2c47383d8cedc18fe2ae7ae3fcc8fe429b32b587673e9be1f887
3
+ size 8518742752
mini-magnum-12b-v1.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bc1ad23fa0c862e611ee3098122df99c9bd1bb445c83230817ce00c18188e25
3
+ size 8727638752
mini-magnum-12b-v1.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7a7a148d71e7e8ea03c00ba2d87220293c208bb6d00e37c5536abddfdfc6243
3
+ size 8518742752
mini-magnum-12b-v1.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db9e50d388cb7f2b03ac78bd71a97458e017b4b22d60c23ae639931a84163671
3
+ size 10056218016
mini-magnum-12b-v1.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67dec756ce90ce9dd0bfba4a73fa95d1d326a611e14ee4017be7cc1bb37fbfb3
3
+ size 13022379808