morriszms commited on
Commit
b51a66e
1 Parent(s): 3ea7eb3

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
+ openbuddy-mistral2-7b-v20.3-32k-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ openbuddy-mistral2-7b-v20.3-32k-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ openbuddy-mistral2-7b-v20.3-32k-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ openbuddy-mistral2-7b-v20.3-32k-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ openbuddy-mistral2-7b-v20.3-32k-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ openbuddy-mistral2-7b-v20.3-32k-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ openbuddy-mistral2-7b-v20.3-32k-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ openbuddy-mistral2-7b-v20.3-32k-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ openbuddy-mistral2-7b-v20.3-32k-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ openbuddy-mistral2-7b-v20.3-32k-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ openbuddy-mistral2-7b-v20.3-32k-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ openbuddy-mistral2-7b-v20.3-32k-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - zh
4
+ - en
5
+ - fr
6
+ - de
7
+ - ja
8
+ - ko
9
+ - it
10
+ - ru
11
+ pipeline_tag: text-generation
12
+ inference: false
13
+ library_name: transformers
14
+ license: apache-2.0
15
+ base_model: OpenBuddy/openbuddy-mistral2-7b-v20.3-32k
16
+ tags:
17
+ - TensorBlock
18
+ - GGUF
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
+ ## OpenBuddy/openbuddy-mistral2-7b-v20.3-32k - GGUF
33
+
34
+ This repo contains GGUF format model files for [OpenBuddy/openbuddy-mistral2-7b-v20.3-32k](https://huggingface.co/OpenBuddy/openbuddy-mistral2-7b-v20.3-32k).
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
+ {system_prompt}
42
+ User: {prompt}
43
+ Assistant:
44
+ ```
45
+
46
+ ## Model file specification
47
+
48
+ | Filename | Quant type | File Size | Description |
49
+ | -------- | ---------- | --------- | ----------- |
50
+ | [openbuddy-mistral2-7b-v20.3-32k-Q2_K.gguf](https://huggingface.co/tensorblock/openbuddy-mistral2-7b-v20.3-32k-GGUF/tree/main/openbuddy-mistral2-7b-v20.3-32k-Q2_K.gguf) | Q2_K | 2.553 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [openbuddy-mistral2-7b-v20.3-32k-Q3_K_S.gguf](https://huggingface.co/tensorblock/openbuddy-mistral2-7b-v20.3-32k-GGUF/tree/main/openbuddy-mistral2-7b-v20.3-32k-Q3_K_S.gguf) | Q3_K_S | 2.969 GB | very small, high quality loss |
52
+ | [openbuddy-mistral2-7b-v20.3-32k-Q3_K_M.gguf](https://huggingface.co/tensorblock/openbuddy-mistral2-7b-v20.3-32k-GGUF/tree/main/openbuddy-mistral2-7b-v20.3-32k-Q3_K_M.gguf) | Q3_K_M | 3.299 GB | very small, high quality loss |
53
+ | [openbuddy-mistral2-7b-v20.3-32k-Q3_K_L.gguf](https://huggingface.co/tensorblock/openbuddy-mistral2-7b-v20.3-32k-GGUF/tree/main/openbuddy-mistral2-7b-v20.3-32k-Q3_K_L.gguf) | Q3_K_L | 3.582 GB | small, substantial quality loss |
54
+ | [openbuddy-mistral2-7b-v20.3-32k-Q4_0.gguf](https://huggingface.co/tensorblock/openbuddy-mistral2-7b-v20.3-32k-GGUF/tree/main/openbuddy-mistral2-7b-v20.3-32k-Q4_0.gguf) | Q4_0 | 3.851 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [openbuddy-mistral2-7b-v20.3-32k-Q4_K_S.gguf](https://huggingface.co/tensorblock/openbuddy-mistral2-7b-v20.3-32k-GGUF/tree/main/openbuddy-mistral2-7b-v20.3-32k-Q4_K_S.gguf) | Q4_K_S | 3.880 GB | small, greater quality loss |
56
+ | [openbuddy-mistral2-7b-v20.3-32k-Q4_K_M.gguf](https://huggingface.co/tensorblock/openbuddy-mistral2-7b-v20.3-32k-GGUF/tree/main/openbuddy-mistral2-7b-v20.3-32k-Q4_K_M.gguf) | Q4_K_M | 4.093 GB | medium, balanced quality - recommended |
57
+ | [openbuddy-mistral2-7b-v20.3-32k-Q5_0.gguf](https://huggingface.co/tensorblock/openbuddy-mistral2-7b-v20.3-32k-GGUF/tree/main/openbuddy-mistral2-7b-v20.3-32k-Q5_0.gguf) | Q5_0 | 4.681 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [openbuddy-mistral2-7b-v20.3-32k-Q5_K_S.gguf](https://huggingface.co/tensorblock/openbuddy-mistral2-7b-v20.3-32k-GGUF/tree/main/openbuddy-mistral2-7b-v20.3-32k-Q5_K_S.gguf) | Q5_K_S | 4.681 GB | large, low quality loss - recommended |
59
+ | [openbuddy-mistral2-7b-v20.3-32k-Q5_K_M.gguf](https://huggingface.co/tensorblock/openbuddy-mistral2-7b-v20.3-32k-GGUF/tree/main/openbuddy-mistral2-7b-v20.3-32k-Q5_K_M.gguf) | Q5_K_M | 4.806 GB | large, very low quality loss - recommended |
60
+ | [openbuddy-mistral2-7b-v20.3-32k-Q6_K.gguf](https://huggingface.co/tensorblock/openbuddy-mistral2-7b-v20.3-32k-GGUF/tree/main/openbuddy-mistral2-7b-v20.3-32k-Q6_K.gguf) | Q6_K | 5.563 GB | very large, extremely low quality loss |
61
+ | [openbuddy-mistral2-7b-v20.3-32k-Q8_0.gguf](https://huggingface.co/tensorblock/openbuddy-mistral2-7b-v20.3-32k-GGUF/tree/main/openbuddy-mistral2-7b-v20.3-32k-Q8_0.gguf) | Q8_0 | 7.205 GB | very large, extremely low quality loss - not recommended |
62
+
63
+
64
+ ## Downloading instruction
65
+
66
+ ### Command line
67
+
68
+ Firstly, install Huggingface Client
69
+
70
+ ```shell
71
+ pip install -U "huggingface_hub[cli]"
72
+ ```
73
+
74
+ Then, downoad the individual model file the a local directory
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/openbuddy-mistral2-7b-v20.3-32k-GGUF --include "openbuddy-mistral2-7b-v20.3-32k-Q2_K.gguf" --local-dir MY_LOCAL_DIR
78
+ ```
79
+
80
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
81
+
82
+ ```shell
83
+ huggingface-cli download tensorblock/openbuddy-mistral2-7b-v20.3-32k-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
84
+ ```
openbuddy-mistral2-7b-v20.3-32k-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dc99b31d0138e8d529e04410c87f5ca912654d0c5b67e6c1293db926acaf1b5
3
+ size 2741007168
openbuddy-mistral2-7b-v20.3-32k-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:485fdc8fcab12060c079864c99fd66beaa1bba5da524f44ca3638123bd9516c2
3
+ size 3845706560
openbuddy-mistral2-7b-v20.3-32k-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d9857e4beac91f5709a9eca5f5f187ac6bb8e40dbc5c593bd6c7f1349a6465b
3
+ size 3542668096
openbuddy-mistral2-7b-v20.3-32k-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68413c01b19de6de78670cf838b3788d3e5d7df61f3f1625190dfd17f561986f
3
+ size 3188249408
openbuddy-mistral2-7b-v20.3-32k-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e53906fedcf048054bb54083f65de11348a19c14f96785f303707ae769e9b63
3
+ size 4135105344
openbuddy-mistral2-7b-v20.3-32k-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6231fa029dd54a0e3ea1ea06537cd9572cd352168dc918dc7ca7c6d5495fd2cb
3
+ size 4394627904
openbuddy-mistral2-7b-v20.3-32k-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7e580a7385a42543af4a87043cbbed86ee9befa842168b4ca22b21481431afb
3
+ size 4166562624
openbuddy-mistral2-7b-v20.3-32k-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3df51bcae0ae8c47a17367bc5b214cd6375e9979b7283692e0c5589c1ebc6010
3
+ size 5026263872
openbuddy-mistral2-7b-v20.3-32k-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52be44485a808080baa1a29ccef65cf6e8ff9ba9af08458885181ba7a96c9c77
3
+ size 5159957312
openbuddy-mistral2-7b-v20.3-32k-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a4f60e64765b9981ecea192b8bef30fabcb714fd5e7cae1d710a28bf2bcc8a3
3
+ size 5026263872
openbuddy-mistral2-7b-v20.3-32k-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bee852facc83e0c30e5087b459367e0f95bc39e4058a67e3c84f9b6a8f8d1c43
3
+ size 5973119808
openbuddy-mistral2-7b-v20.3-32k-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edbe7c6c7c017f3747824b42d1787cbedb97514eff085de513f8b333b298cd05
3
+ size 7736054592