morriszms commited on
Commit
7f74b03
1 Parent(s): 3ea817b

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
+ maestrale-chat-v0.4-beta-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ maestrale-chat-v0.4-beta-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ maestrale-chat-v0.4-beta-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ maestrale-chat-v0.4-beta-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ maestrale-chat-v0.4-beta-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ maestrale-chat-v0.4-beta-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ maestrale-chat-v0.4-beta-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ maestrale-chat-v0.4-beta-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ maestrale-chat-v0.4-beta-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ maestrale-chat-v0.4-beta-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ maestrale-chat-v0.4-beta-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ maestrale-chat-v0.4-beta-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - it
4
+ license: cc-by-nc-4.0
5
+ tags:
6
+ - sft
7
+ - it
8
+ - mistral
9
+ - chatml
10
+ - axolotl
11
+ - TensorBlock
12
+ - GGUF
13
+ prompt_template: <|im_start|>system {system_message}<|im_end|> <|im_start|>user {prompt}<|im_end|>
14
+ <|im_start|>assistant
15
+ base_model: mii-llm/maestrale-chat-v0.4-beta
16
+ model-index:
17
+ - name: maestrale-chat-v0.4-beta
18
+ results: []
19
+ ---
20
+
21
+ <div style="width: auto; margin-left: auto; margin-right: auto">
22
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
23
+ </div>
24
+ <div style="display: flex; justify-content: space-between; width: 100%;">
25
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
26
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
27
+ 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>
28
+ </p>
29
+ </div>
30
+ </div>
31
+
32
+ ## mii-llm/maestrale-chat-v0.4-beta - GGUF
33
+
34
+ This repo contains GGUF format model files for [mii-llm/maestrale-chat-v0.4-beta](https://huggingface.co/mii-llm/maestrale-chat-v0.4-beta).
35
+
36
+ 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).
37
+
38
+ ## Prompt template
39
+
40
+ ```
41
+ <|im_start|>system
42
+ {system_prompt}<|im_end|>
43
+ <|im_start|>user
44
+ {prompt}<|im_end|>
45
+ <|im_start|>assistant
46
+ ```
47
+
48
+ ## Model file specification
49
+
50
+ | Filename | Quant type | File Size | Description |
51
+ | -------- | ---------- | --------- | ----------- |
52
+ | [maestrale-chat-v0.4-beta-Q2_K.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.4-beta-GGUF/tree/main/maestrale-chat-v0.4-beta-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
53
+ | [maestrale-chat-v0.4-beta-Q3_K_S.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.4-beta-GGUF/tree/main/maestrale-chat-v0.4-beta-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
54
+ | [maestrale-chat-v0.4-beta-Q3_K_M.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.4-beta-GGUF/tree/main/maestrale-chat-v0.4-beta-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
55
+ | [maestrale-chat-v0.4-beta-Q3_K_L.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.4-beta-GGUF/tree/main/maestrale-chat-v0.4-beta-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
56
+ | [maestrale-chat-v0.4-beta-Q4_0.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.4-beta-GGUF/tree/main/maestrale-chat-v0.4-beta-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
+ | [maestrale-chat-v0.4-beta-Q4_K_S.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.4-beta-GGUF/tree/main/maestrale-chat-v0.4-beta-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
58
+ | [maestrale-chat-v0.4-beta-Q4_K_M.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.4-beta-GGUF/tree/main/maestrale-chat-v0.4-beta-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
59
+ | [maestrale-chat-v0.4-beta-Q5_0.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.4-beta-GGUF/tree/main/maestrale-chat-v0.4-beta-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
+ | [maestrale-chat-v0.4-beta-Q5_K_S.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.4-beta-GGUF/tree/main/maestrale-chat-v0.4-beta-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
61
+ | [maestrale-chat-v0.4-beta-Q5_K_M.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.4-beta-GGUF/tree/main/maestrale-chat-v0.4-beta-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
62
+ | [maestrale-chat-v0.4-beta-Q6_K.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.4-beta-GGUF/tree/main/maestrale-chat-v0.4-beta-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
63
+ | [maestrale-chat-v0.4-beta-Q8_0.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.4-beta-GGUF/tree/main/maestrale-chat-v0.4-beta-Q8_0.gguf) | Q8_0 | 7.167 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/maestrale-chat-v0.4-beta-GGUF --include "maestrale-chat-v0.4-beta-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/maestrale-chat-v0.4-beta-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
86
+ ```
maestrale-chat-v0.4-beta-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:058fbd719d509c975c292684b8058f1edfbf39510b5c9fb434d8d25f0eace7b3
3
+ size 2719252320
maestrale-chat-v0.4-beta-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c24ee34828bc2b6d94961077e897ccd85e535dd1e7812104ad7f05be94f7c74
3
+ size 3822035616
maestrale-chat-v0.4-beta-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00cb8ae62cb996f6328e9cc1cbf4915211199d737b83fe8eaa3aefcd4948f712
3
+ size 3518997152
maestrale-chat-v0.4-beta-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10db8529923ee8992677232f0353130d2b97cacbbc6e0b17251da8d34eb7877c
3
+ size 3164578464
maestrale-chat-v0.4-beta-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f63c2a64467e44665f438a3a75b0280780e084954f959d724d62f44c2841f345
3
+ size 4108928736
maestrale-chat-v0.4-beta-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fcc14bd4fff6079d1a4d56913ff0770bf1e42528a741b52e63dc732cbc31cdb
3
+ size 4368451296
maestrale-chat-v0.4-beta-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21e0ad437edcb5a3001a40903e90eb0a1e37b8d7b60ce317bf0c251087c98d0f
3
+ size 4140386016
maestrale-chat-v0.4-beta-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6efb99f6ad007dbeac67b892e99d2d9b1db497291a31aa5755ab108d721e389
3
+ size 4997728992
maestrale-chat-v0.4-beta-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a35d32a86773cd8a97860dfd2625a98f2c4c96732a7e406a80cbaeb18e0bed4
3
+ size 5131422432
maestrale-chat-v0.4-beta-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2f3a74f1222f80e6080899dca657a4ebb7e7c243f3dc0e8fd8812a17fa86b03
3
+ size 4997728992
maestrale-chat-v0.4-beta-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bcfadeec254b5cde60b4e0246ff37598f40b4a35171f1c4d6cf3d191270a4ae
3
+ size 5942079264
maestrale-chat-v0.4-beta-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:385b31a09def18256767feb1a126d666689a6d674438178dcb7a7286504cf8bf
3
+ size 7695875744