morriszms commited on
Commit
fc5b5bf
1 Parent(s): 1132e42

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
+ calme-2.6-qwen2-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ calme-2.6-qwen2-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ calme-2.6-qwen2-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ calme-2.6-qwen2-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ calme-2.6-qwen2-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ calme-2.6-qwen2-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ calme-2.6-qwen2-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ calme-2.6-qwen2-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ calme-2.6-qwen2-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ calme-2.6-qwen2-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ calme-2.6-qwen2-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ calme-2.6-qwen2-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - chat
7
+ - qwen
8
+ - qwen2
9
+ - finetune
10
+ - chatml
11
+ - OpenHermes-2.5
12
+ - HelpSteer2
13
+ - Orca
14
+ - SlimOrca
15
+ - TensorBlock
16
+ - GGUF
17
+ library_name: transformers
18
+ inference: false
19
+ model_creator: MaziyarPanahi
20
+ quantized_by: MaziyarPanahi
21
+ base_model: MaziyarPanahi/calme-2.6-qwen2-7b
22
+ model_name: calme-2.6-qwen2-7b
23
+ datasets:
24
+ - nvidia/HelpSteer2
25
+ - teknium/OpenHermes-2.5
26
+ - microsoft/orca-math-word-problems-200k
27
+ - Open-Orca/SlimOrca
28
+ license: apache-2.0
29
+ ---
30
+
31
+ <div style="width: auto; margin-left: auto; margin-right: auto">
32
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
33
+ </div>
34
+ <div style="display: flex; justify-content: space-between; width: 100%;">
35
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
36
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
37
+ 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>
38
+ </p>
39
+ </div>
40
+ </div>
41
+
42
+ ## MaziyarPanahi/calme-2.6-qwen2-7b - GGUF
43
+
44
+ This repo contains GGUF format model files for [MaziyarPanahi/calme-2.6-qwen2-7b](https://huggingface.co/MaziyarPanahi/calme-2.6-qwen2-7b).
45
+
46
+ 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).
47
+
48
+ ## Prompt template
49
+
50
+ ```
51
+ <|im_start|>system
52
+ {system_prompt}<|im_end|>
53
+ <|im_start|>user
54
+ {prompt}<|im_end|>
55
+ <|im_start|>assistant
56
+ ```
57
+
58
+ ## Model file specification
59
+
60
+ | Filename | Quant type | File Size | Description |
61
+ | -------- | ---------- | --------- | ----------- |
62
+ | [calme-2.6-qwen2-7b-Q2_K.gguf](https://huggingface.co/tensorblock/calme-2.6-qwen2-7b-GGUF/tree/main/calme-2.6-qwen2-7b-Q2_K.gguf) | Q2_K | 2.809 GB | smallest, significant quality loss - not recommended for most purposes |
63
+ | [calme-2.6-qwen2-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/calme-2.6-qwen2-7b-GGUF/tree/main/calme-2.6-qwen2-7b-Q3_K_S.gguf) | Q3_K_S | 3.253 GB | very small, high quality loss |
64
+ | [calme-2.6-qwen2-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/calme-2.6-qwen2-7b-GGUF/tree/main/calme-2.6-qwen2-7b-Q3_K_M.gguf) | Q3_K_M | 3.547 GB | very small, high quality loss |
65
+ | [calme-2.6-qwen2-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/calme-2.6-qwen2-7b-GGUF/tree/main/calme-2.6-qwen2-7b-Q3_K_L.gguf) | Q3_K_L | 3.808 GB | small, substantial quality loss |
66
+ | [calme-2.6-qwen2-7b-Q4_0.gguf](https://huggingface.co/tensorblock/calme-2.6-qwen2-7b-GGUF/tree/main/calme-2.6-qwen2-7b-Q4_0.gguf) | Q4_0 | 4.127 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
67
+ | [calme-2.6-qwen2-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/calme-2.6-qwen2-7b-GGUF/tree/main/calme-2.6-qwen2-7b-Q4_K_S.gguf) | Q4_K_S | 4.152 GB | small, greater quality loss |
68
+ | [calme-2.6-qwen2-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/calme-2.6-qwen2-7b-GGUF/tree/main/calme-2.6-qwen2-7b-Q4_K_M.gguf) | Q4_K_M | 4.361 GB | medium, balanced quality - recommended |
69
+ | [calme-2.6-qwen2-7b-Q5_0.gguf](https://huggingface.co/tensorblock/calme-2.6-qwen2-7b-GGUF/tree/main/calme-2.6-qwen2-7b-Q5_0.gguf) | Q5_0 | 4.950 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
70
+ | [calme-2.6-qwen2-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/calme-2.6-qwen2-7b-GGUF/tree/main/calme-2.6-qwen2-7b-Q5_K_S.gguf) | Q5_K_S | 4.950 GB | large, low quality loss - recommended |
71
+ | [calme-2.6-qwen2-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/calme-2.6-qwen2-7b-GGUF/tree/main/calme-2.6-qwen2-7b-Q5_K_M.gguf) | Q5_K_M | 5.071 GB | large, very low quality loss - recommended |
72
+ | [calme-2.6-qwen2-7b-Q6_K.gguf](https://huggingface.co/tensorblock/calme-2.6-qwen2-7b-GGUF/tree/main/calme-2.6-qwen2-7b-Q6_K.gguf) | Q6_K | 5.825 GB | very large, extremely low quality loss |
73
+ | [calme-2.6-qwen2-7b-Q8_0.gguf](https://huggingface.co/tensorblock/calme-2.6-qwen2-7b-GGUF/tree/main/calme-2.6-qwen2-7b-Q8_0.gguf) | Q8_0 | 7.542 GB | very large, extremely low quality loss - not recommended |
74
+
75
+
76
+ ## Downloading instruction
77
+
78
+ ### Command line
79
+
80
+ Firstly, install Huggingface Client
81
+
82
+ ```shell
83
+ pip install -U "huggingface_hub[cli]"
84
+ ```
85
+
86
+ Then, downoad the individual model file the a local directory
87
+
88
+ ```shell
89
+ huggingface-cli download tensorblock/calme-2.6-qwen2-7b-GGUF --include "calme-2.6-qwen2-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
90
+ ```
91
+
92
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
93
+
94
+ ```shell
95
+ huggingface-cli download tensorblock/calme-2.6-qwen2-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
96
+ ```
calme-2.6-qwen2-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb555bc2cf4e3a7d67aa5273846633e8f2be15e5ce344f0f7566fe79d2fff833
3
+ size 3015938368
calme-2.6-qwen2-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be8507f18ee3f232e63316ac671ad6567e878a57d17e9e141480231ee2f50d3b
3
+ size 4088457536
calme-2.6-qwen2-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c4ef11d5a2e04c103a77dd54d820729138c4abf0597ff720bd5c1cd186085c0
3
+ size 3808389440
calme-2.6-qwen2-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99fba441c591432177f1b16edb0334af169d3404f7d47a8ae8cfd4455b8cac04
3
+ size 3492366656
calme-2.6-qwen2-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30cf1c67eba327c948a335e2021c3f9c2aeec14a06b5aeff3783a3947959eb3e
3
+ size 4431388992
calme-2.6-qwen2-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ff03140a16f3feff76a62626d5187d2cab28ca89bdaaf4b72b1e18bf9b9e01a
3
+ size 4683071808
calme-2.6-qwen2-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4e591fe5e324d72e3fe1be94fd1af83c2c0a0a2fe00a265d4b05dd240d8a7ba
3
+ size 4457767232
calme-2.6-qwen2-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b810e910272ab72716be78bd391becaf4ca970cfef3450dbd29d65441a3fe4d
3
+ size 5315174720
calme-2.6-qwen2-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0b6908820ecafccb8d511cd7be38655fb027bf14d283434f940f4d2392ed69d
3
+ size 5444829504
calme-2.6-qwen2-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c72c6f1915a5a1c857f31071912f0408b305f6e43fdb6ba80378ce708c256f2
3
+ size 5315174720
calme-2.6-qwen2-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82b928df75cdd59213386cd5c1d159d7fb9d521303fc8350b7a4307195db356f
3
+ size 6254197056
calme-2.6-qwen2-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f618da0bd92ad2777a30087e6b721211f287cc8836b5f5059d4ebe653760aa0
3
+ size 8098523456