GGUF
alignment-handbook
Generated from Trainer
TensorBlock
GGUF
Inference Endpoints
conversational
morriszms commited on
Commit
1217b88
1 Parent(s): 5cef172

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
+ mistral-7b-grok-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral-7b-grok-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral-7b-grok-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral-7b-grok-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral-7b-grok-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral-7b-grok-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral-7b-grok-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral-7b-grok-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral-7b-grok-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral-7b-grok-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral-7b-grok-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mistral-7b-grok-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: HuggingFaceH4/mistral-7b-grok
4
+ tags:
5
+ - alignment-handbook
6
+ - generated_from_trainer
7
+ - TensorBlock
8
+ - GGUF
9
+ datasets:
10
+ - HuggingFaceH4/grok-conversation-harmless
11
+ - HuggingFaceH4/ultrachat_200k
12
+ model-index:
13
+ - name: mistral-7b-grok
14
+ results: []
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## HuggingFaceH4/mistral-7b-grok - GGUF
29
+
30
+ This repo contains GGUF format model files for [HuggingFaceH4/mistral-7b-grok](https://huggingface.co/HuggingFaceH4/mistral-7b-grok).
31
+
32
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
33
+
34
+ <div style="text-align: left; margin: 20px 0;">
35
+ <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;">
36
+ Run them on the TensorBlock client using your local machine ↗
37
+ </a>
38
+ </div>
39
+
40
+ ## Prompt template
41
+
42
+ ```
43
+ <|system|>
44
+ {system_prompt}</s>
45
+ <|user|>
46
+ {prompt}</s>
47
+ <|assistant|>
48
+ ```
49
+
50
+ ## Model file specification
51
+
52
+ | Filename | Quant type | File Size | Description |
53
+ | -------- | ---------- | --------- | ----------- |
54
+ | [mistral-7b-grok-Q2_K.gguf](https://huggingface.co/tensorblock/mistral-7b-grok-GGUF/blob/main/mistral-7b-grok-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [mistral-7b-grok-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral-7b-grok-GGUF/blob/main/mistral-7b-grok-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
56
+ | [mistral-7b-grok-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral-7b-grok-GGUF/blob/main/mistral-7b-grok-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
57
+ | [mistral-7b-grok-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral-7b-grok-GGUF/blob/main/mistral-7b-grok-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
58
+ | [mistral-7b-grok-Q4_0.gguf](https://huggingface.co/tensorblock/mistral-7b-grok-GGUF/blob/main/mistral-7b-grok-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [mistral-7b-grok-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral-7b-grok-GGUF/blob/main/mistral-7b-grok-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
60
+ | [mistral-7b-grok-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral-7b-grok-GGUF/blob/main/mistral-7b-grok-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
61
+ | [mistral-7b-grok-Q5_0.gguf](https://huggingface.co/tensorblock/mistral-7b-grok-GGUF/blob/main/mistral-7b-grok-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [mistral-7b-grok-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral-7b-grok-GGUF/blob/main/mistral-7b-grok-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
63
+ | [mistral-7b-grok-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral-7b-grok-GGUF/blob/main/mistral-7b-grok-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
64
+ | [mistral-7b-grok-Q6_K.gguf](https://huggingface.co/tensorblock/mistral-7b-grok-GGUF/blob/main/mistral-7b-grok-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
65
+ | [mistral-7b-grok-Q8_0.gguf](https://huggingface.co/tensorblock/mistral-7b-grok-GGUF/blob/main/mistral-7b-grok-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
66
+
67
+
68
+ ## Downloading instruction
69
+
70
+ ### Command line
71
+
72
+ Firstly, install Huggingface Client
73
+
74
+ ```shell
75
+ pip install -U "huggingface_hub[cli]"
76
+ ```
77
+
78
+ Then, downoad the individual model file the a local directory
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/mistral-7b-grok-GGUF --include "mistral-7b-grok-Q2_K.gguf" --local-dir MY_LOCAL_DIR
82
+ ```
83
+
84
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/mistral-7b-grok-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
mistral-7b-grok-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fb39b2e2aeb6fd226423d2566b7936738958db75b95877241dac06f09a327b1
3
+ size 2719243712
mistral-7b-grok-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7282fa7e85838d81dd5bd7352f6fa21191cfdf2564f4b2d05d28dc263efc21b1
3
+ size 3822026176
mistral-7b-grok-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89658dff6764a9cf6648d661f2d613f58fa4053629afe7ee6317a0213c721b9c
3
+ size 3518987712
mistral-7b-grok-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbba332ca3fda81b466d0c22e5ca94b68f1de03cb9e6c3ba795a9f7e306f013c
3
+ size 3164569024
mistral-7b-grok-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b12af84249f21e1176e7323425b3544dc8b5ef13663e72edc780d6050897705
3
+ size 4108918208
mistral-7b-grok-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17e020c5add528326b7a7719cc903c80f496a682fb72b5e1a506a5eb02ca6b23
3
+ size 4368440768
mistral-7b-grok-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46290880b045275c62860941a468c9fbcb5cc67a0169fe0c5058ae4aeb6da216
3
+ size 4140375488
mistral-7b-grok-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:036f72afc792f395643b9c8a91aa5e05ecf9483dfc39ef2b9106835e9eb67b5b
3
+ size 4997717440
mistral-7b-grok-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db87f741cdef95abacd1012e16bd9575f37779c58f63cb14d6a85b77289db380
3
+ size 5131410880
mistral-7b-grok-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e6594808f93760593c0ceaa238bb5c93ecdf567e0edc63743b3fabcdb0523c9
3
+ size 4997717440
mistral-7b-grok-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4d133dc771ee2c8a35c2aaec030c7bd70919e92cf6e3e33647ca4a172d22c41
3
+ size 5942066624
mistral-7b-grok-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81adc0df79f884654699dc7040da33b8749338a85f63ce10bde90e37fd3a734e
3
+ size 7695859136