morriszms commited on
Commit
95465eb
·
verified ·
1 Parent(s): 240eaad

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
+ WildMarcoroni-Variant1-7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ WildMarcoroni-Variant1-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ WildMarcoroni-Variant1-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ WildMarcoroni-Variant1-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ WildMarcoroni-Variant1-7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ WildMarcoroni-Variant1-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ WildMarcoroni-Variant1-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ WildMarcoroni-Variant1-7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ WildMarcoroni-Variant1-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ WildMarcoroni-Variant1-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ WildMarcoroni-Variant1-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ WildMarcoroni-Variant1-7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: BarryFutureman/WildMarcoroni-Variant1-7B
3
+ tags:
4
+ - mergekit
5
+ - merge
6
+ - TensorBlock
7
+ - GGUF
8
+ license: apache-2.0
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## BarryFutureman/WildMarcoroni-Variant1-7B - GGUF
23
+
24
+ This repo contains GGUF format model files for [BarryFutureman/WildMarcoroni-Variant1-7B](https://huggingface.co/BarryFutureman/WildMarcoroni-Variant1-7B).
25
+
26
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
27
+
28
+ ## Our projects
29
+ <table border="1" cellspacing="0" cellpadding="10">
30
+ <tr>
31
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
32
+ <th style="font-size: 25px;">TensorBlock Studio</th>
33
+ </tr>
34
+ <tr>
35
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
36
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
37
+ </tr>
38
+ <tr>
39
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
40
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
41
+ </tr>
42
+ <tr>
43
+ <th>
44
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
45
+ display: inline-block;
46
+ padding: 8px 16px;
47
+ background-color: #FF7F50;
48
+ color: white;
49
+ text-decoration: none;
50
+ border-radius: 6px;
51
+ font-weight: bold;
52
+ font-family: sans-serif;
53
+ ">👀 See what we built 👀</a>
54
+ </th>
55
+ <th>
56
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
57
+ display: inline-block;
58
+ padding: 8px 16px;
59
+ background-color: #FF7F50;
60
+ color: white;
61
+ text-decoration: none;
62
+ border-radius: 6px;
63
+ font-weight: bold;
64
+ font-family: sans-serif;
65
+ ">👀 See what we built 👀</a>
66
+ </th>
67
+ </tr>
68
+ </table>
69
+
70
+ ## Prompt template
71
+
72
+ ```
73
+ <|system|>
74
+ {system_prompt}</s>
75
+ <|user|>
76
+ {prompt}</s>
77
+ <|assistant|>
78
+ ```
79
+
80
+ ## Model file specification
81
+
82
+ | Filename | Quant type | File Size | Description |
83
+ | -------- | ---------- | --------- | ----------- |
84
+ | [WildMarcoroni-Variant1-7B-Q2_K.gguf](https://huggingface.co/tensorblock/BarryFutureman_WildMarcoroni-Variant1-7B-GGUF/blob/main/WildMarcoroni-Variant1-7B-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
85
+ | [WildMarcoroni-Variant1-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/BarryFutureman_WildMarcoroni-Variant1-7B-GGUF/blob/main/WildMarcoroni-Variant1-7B-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
86
+ | [WildMarcoroni-Variant1-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/BarryFutureman_WildMarcoroni-Variant1-7B-GGUF/blob/main/WildMarcoroni-Variant1-7B-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
87
+ | [WildMarcoroni-Variant1-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/BarryFutureman_WildMarcoroni-Variant1-7B-GGUF/blob/main/WildMarcoroni-Variant1-7B-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
88
+ | [WildMarcoroni-Variant1-7B-Q4_0.gguf](https://huggingface.co/tensorblock/BarryFutureman_WildMarcoroni-Variant1-7B-GGUF/blob/main/WildMarcoroni-Variant1-7B-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
89
+ | [WildMarcoroni-Variant1-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/BarryFutureman_WildMarcoroni-Variant1-7B-GGUF/blob/main/WildMarcoroni-Variant1-7B-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
90
+ | [WildMarcoroni-Variant1-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/BarryFutureman_WildMarcoroni-Variant1-7B-GGUF/blob/main/WildMarcoroni-Variant1-7B-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
91
+ | [WildMarcoroni-Variant1-7B-Q5_0.gguf](https://huggingface.co/tensorblock/BarryFutureman_WildMarcoroni-Variant1-7B-GGUF/blob/main/WildMarcoroni-Variant1-7B-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
92
+ | [WildMarcoroni-Variant1-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/BarryFutureman_WildMarcoroni-Variant1-7B-GGUF/blob/main/WildMarcoroni-Variant1-7B-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
93
+ | [WildMarcoroni-Variant1-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/BarryFutureman_WildMarcoroni-Variant1-7B-GGUF/blob/main/WildMarcoroni-Variant1-7B-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
94
+ | [WildMarcoroni-Variant1-7B-Q6_K.gguf](https://huggingface.co/tensorblock/BarryFutureman_WildMarcoroni-Variant1-7B-GGUF/blob/main/WildMarcoroni-Variant1-7B-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
95
+ | [WildMarcoroni-Variant1-7B-Q8_0.gguf](https://huggingface.co/tensorblock/BarryFutureman_WildMarcoroni-Variant1-7B-GGUF/blob/main/WildMarcoroni-Variant1-7B-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
96
+
97
+
98
+ ## Downloading instruction
99
+
100
+ ### Command line
101
+
102
+ Firstly, install Huggingface Client
103
+
104
+ ```shell
105
+ pip install -U "huggingface_hub[cli]"
106
+ ```
107
+
108
+ Then, downoad the individual model file the a local directory
109
+
110
+ ```shell
111
+ huggingface-cli download tensorblock/BarryFutureman_WildMarcoroni-Variant1-7B-GGUF --include "WildMarcoroni-Variant1-7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
112
+ ```
113
+
114
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
115
+
116
+ ```shell
117
+ huggingface-cli download tensorblock/BarryFutureman_WildMarcoroni-Variant1-7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
118
+ ```
WildMarcoroni-Variant1-7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5350ac8c754ccfab434d4b59df0e232aaf40ea018ccfe6cb074cef1893d3131e
3
+ size 2719242848
WildMarcoroni-Variant1-7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24dedfffed3da1d86e3d43c0f2c24d6f1af311c28543129df83a72dc4ef09463
3
+ size 3822025312
WildMarcoroni-Variant1-7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01fc21f2709d5f03aeaa7451e45bfed57a55fbd7869e13a0ced5ffc0983a0e94
3
+ size 3518986848
WildMarcoroni-Variant1-7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:127e0c929e434ab339fad8b3592929a9b234eb78894bf5011884ed87bf7df234
3
+ size 3164568160
WildMarcoroni-Variant1-7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5605a90b1338658dfc52c239b3dc6136ae20374e27f576cd2f4d6eef7166f2e5
3
+ size 4108917344
WildMarcoroni-Variant1-7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cc58fbe32ad982c2577539d6ec20e350eb829cd1c9c406fe5ed895c6a885cb8
3
+ size 4368439904
WildMarcoroni-Variant1-7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c7fbb9d3db375a3ae8d74e5d905a5eeef6e6fc8c1e3b0a86c9949757404bff0
3
+ size 4140374624
WildMarcoroni-Variant1-7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81422553c2d41d3860e68d6f08b9d37db9ff89a5ed7cfaaebcc184f99b0f016c
3
+ size 4997716576
WildMarcoroni-Variant1-7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a190133c947cac711889df83a4ece425fa5967f56b8886976419b0e6129d1807
3
+ size 5131410016
WildMarcoroni-Variant1-7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7374acf0e64e8c1d7c3b1ee7be0fb3876a087d1306db638c7dde8e90a92acf7
3
+ size 4997716576
WildMarcoroni-Variant1-7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9b40b663cd692646ec71336a5dc3a8425327b61003f5dd048202f65e93c37b1
3
+ size 5942065760
WildMarcoroni-Variant1-7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4981bda84f36f55e614f5db8443013f12903f2d0e7431f6be8c80388bb7ed6dd
3
+ size 7695858272