morriszms commited on
Commit
342be77
·
verified ·
1 Parent(s): b9d14a7

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.2-alpha-sft-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ maestrale-chat-v0.2-alpha-sft-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ maestrale-chat-v0.2-alpha-sft-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ maestrale-chat-v0.2-alpha-sft-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ maestrale-chat-v0.2-alpha-sft-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ maestrale-chat-v0.2-alpha-sft-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ maestrale-chat-v0.2-alpha-sft-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ maestrale-chat-v0.2-alpha-sft-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ maestrale-chat-v0.2-alpha-sft-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ maestrale-chat-v0.2-alpha-sft-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ maestrale-chat-v0.2-alpha-sft-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ maestrale-chat-v0.2-alpha-sft-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - sft
4
+ - it
5
+ - mistral
6
+ - chatml
7
+ - TensorBlock
8
+ - GGUF
9
+ license: cc-by-nc-4.0
10
+ language:
11
+ - it
12
+ prompt_template: <|im_start|>system {system_message}<|im_end|> <|im_start|>user {prompt}<|im_end|>
13
+ <|im_start|>assistant
14
+ base_model: mii-llm/maestrale-chat-v0.2-alpha-sft
15
+ model-index:
16
+ - name: maestrale-chat-v0.2-alpha
17
+ results: []
18
+ ---
19
+
20
+ <div style="width: auto; margin-left: auto; margin-right: auto">
21
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
22
+ </div>
23
+ <div style="display: flex; justify-content: space-between; width: 100%;">
24
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
25
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
26
+ 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>
27
+ </p>
28
+ </div>
29
+ </div>
30
+
31
+ ## mii-llm/maestrale-chat-v0.2-alpha-sft - GGUF
32
+
33
+ This repo contains GGUF format model files for [mii-llm/maestrale-chat-v0.2-alpha-sft](https://huggingface.co/mii-llm/maestrale-chat-v0.2-alpha-sft).
34
+
35
+ 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).
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+ <|im_start|>system
41
+ {system_prompt}<|im_end|>
42
+ <|im_start|>user
43
+ {prompt}<|im_end|>
44
+ <|im_start|>assistant
45
+ ```
46
+
47
+ ## Model file specification
48
+
49
+ | Filename | Quant type | File Size | Description |
50
+ | -------- | ---------- | --------- | ----------- |
51
+ | [maestrale-chat-v0.2-alpha-sft-Q2_K.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.2-alpha-sft-GGUF/tree/main/maestrale-chat-v0.2-alpha-sft-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
52
+ | [maestrale-chat-v0.2-alpha-sft-Q3_K_S.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.2-alpha-sft-GGUF/tree/main/maestrale-chat-v0.2-alpha-sft-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
53
+ | [maestrale-chat-v0.2-alpha-sft-Q3_K_M.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.2-alpha-sft-GGUF/tree/main/maestrale-chat-v0.2-alpha-sft-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
54
+ | [maestrale-chat-v0.2-alpha-sft-Q3_K_L.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.2-alpha-sft-GGUF/tree/main/maestrale-chat-v0.2-alpha-sft-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
55
+ | [maestrale-chat-v0.2-alpha-sft-Q4_0.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.2-alpha-sft-GGUF/tree/main/maestrale-chat-v0.2-alpha-sft-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
56
+ | [maestrale-chat-v0.2-alpha-sft-Q4_K_S.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.2-alpha-sft-GGUF/tree/main/maestrale-chat-v0.2-alpha-sft-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
57
+ | [maestrale-chat-v0.2-alpha-sft-Q4_K_M.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.2-alpha-sft-GGUF/tree/main/maestrale-chat-v0.2-alpha-sft-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
58
+ | [maestrale-chat-v0.2-alpha-sft-Q5_0.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.2-alpha-sft-GGUF/tree/main/maestrale-chat-v0.2-alpha-sft-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
59
+ | [maestrale-chat-v0.2-alpha-sft-Q5_K_S.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.2-alpha-sft-GGUF/tree/main/maestrale-chat-v0.2-alpha-sft-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
60
+ | [maestrale-chat-v0.2-alpha-sft-Q5_K_M.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.2-alpha-sft-GGUF/tree/main/maestrale-chat-v0.2-alpha-sft-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
61
+ | [maestrale-chat-v0.2-alpha-sft-Q6_K.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.2-alpha-sft-GGUF/tree/main/maestrale-chat-v0.2-alpha-sft-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
62
+ | [maestrale-chat-v0.2-alpha-sft-Q8_0.gguf](https://huggingface.co/tensorblock/maestrale-chat-v0.2-alpha-sft-GGUF/tree/main/maestrale-chat-v0.2-alpha-sft-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
63
+
64
+
65
+ ## Downloading instruction
66
+
67
+ ### Command line
68
+
69
+ Firstly, install Huggingface Client
70
+
71
+ ```shell
72
+ pip install -U "huggingface_hub[cli]"
73
+ ```
74
+
75
+ Then, downoad the individual model file the a local directory
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/maestrale-chat-v0.2-alpha-sft-GGUF --include "maestrale-chat-v0.2-alpha-sft-Q2_K.gguf" --local-dir MY_LOCAL_DIR
79
+ ```
80
+
81
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/maestrale-chat-v0.2-alpha-sft-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
85
+ ```
maestrale-chat-v0.2-alpha-sft-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb4acef06a75b759d5fc8426d369b1501719376968e2e4b56c60cb75434a98f2
3
+ size 2719252224
maestrale-chat-v0.2-alpha-sft-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ceebb93030442a57e7769ba744c897ec4ecaf001c3c575e4a7a57b6e311d978
3
+ size 3822035520
maestrale-chat-v0.2-alpha-sft-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bb0021d684a2285eed337db4957350d77352a5f8b939b3c4cd66d8906e8e92e
3
+ size 3518997056
maestrale-chat-v0.2-alpha-sft-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3447ab7c83d35b0bb41baec0e75beb97121c3b7cffe8cf082d888913c224eccd
3
+ size 3164578368
maestrale-chat-v0.2-alpha-sft-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:effa400b2cac12c8f0e804d9f1ba35dedf9e39a6038a0b130531cf0631466339
3
+ size 4108928640
maestrale-chat-v0.2-alpha-sft-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0490fd8b44b57430a0e3a3530c84f6e8d5b033a43222de48f2ad5c16b734b8fc
3
+ size 4368451200
maestrale-chat-v0.2-alpha-sft-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc5017a7cea37a2e67883bda980d1744b262ec1894e9ad4345b6c2476cf51809
3
+ size 4140385920
maestrale-chat-v0.2-alpha-sft-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec75fc8a7ca673533a30f50ff180dd55ad1c80c093366781530addac030988a9
3
+ size 4997728896
maestrale-chat-v0.2-alpha-sft-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:056ff3d9af21810056b91cf2caf387803fa62a949345017d269cc72080d8f7dd
3
+ size 5131422336
maestrale-chat-v0.2-alpha-sft-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14e971d0b53f442c06eec5a49a26ff4888182636e5b97109bd87020dd0f401d5
3
+ size 4997728896
maestrale-chat-v0.2-alpha-sft-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb6b397c664048407a06e1c3f4005377b6f6dcbf733dc09eed2c8b7b38e94803
3
+ size 5942079168
maestrale-chat-v0.2-alpha-sft-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:518d27cf89b94fba377c0e2c2a7269a2997c2a32df0b6507c89ea97dd26c7ddc
3
+ size 7695875648