morriszms commited on
Commit
02217fc
1 Parent(s): 7abcef7

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.5-qwen2-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ calme-2.5-qwen2-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ calme-2.5-qwen2-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ calme-2.5-qwen2-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ calme-2.5-qwen2-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ calme-2.5-qwen2-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ calme-2.5-qwen2-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ calme-2.5-qwen2-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ calme-2.5-qwen2-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ calme-2.5-qwen2-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ calme-2.5-qwen2-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ calme-2.5-qwen2-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - chat
8
+ - qwen
9
+ - qwen2
10
+ - finetune
11
+ - chatml
12
+ - OpenHermes-2.5
13
+ - HelpSteer2
14
+ - Orca
15
+ - SlimOrca
16
+ - TensorBlock
17
+ - GGUF
18
+ library_name: transformers
19
+ inference: false
20
+ model_creator: MaziyarPanahi
21
+ quantized_by: MaziyarPanahi
22
+ base_model: MaziyarPanahi/calme-2.5-qwen2-7b
23
+ model_name: calme-2.5-qwen2-7b
24
+ datasets:
25
+ - nvidia/HelpSteer2
26
+ - teknium/OpenHermes-2.5
27
+ - microsoft/orca-math-word-problems-200k
28
+ - Open-Orca/SlimOrca
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.5-qwen2-7b - GGUF
43
+
44
+ This repo contains GGUF format model files for [MaziyarPanahi/calme-2.5-qwen2-7b](https://huggingface.co/MaziyarPanahi/calme-2.5-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.5-qwen2-7b-Q2_K.gguf](https://huggingface.co/tensorblock/calme-2.5-qwen2-7b-GGUF/tree/main/calme-2.5-qwen2-7b-Q2_K.gguf) | Q2_K | 2.809 GB | smallest, significant quality loss - not recommended for most purposes |
63
+ | [calme-2.5-qwen2-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/calme-2.5-qwen2-7b-GGUF/tree/main/calme-2.5-qwen2-7b-Q3_K_S.gguf) | Q3_K_S | 3.253 GB | very small, high quality loss |
64
+ | [calme-2.5-qwen2-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/calme-2.5-qwen2-7b-GGUF/tree/main/calme-2.5-qwen2-7b-Q3_K_M.gguf) | Q3_K_M | 3.547 GB | very small, high quality loss |
65
+ | [calme-2.5-qwen2-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/calme-2.5-qwen2-7b-GGUF/tree/main/calme-2.5-qwen2-7b-Q3_K_L.gguf) | Q3_K_L | 3.808 GB | small, substantial quality loss |
66
+ | [calme-2.5-qwen2-7b-Q4_0.gguf](https://huggingface.co/tensorblock/calme-2.5-qwen2-7b-GGUF/tree/main/calme-2.5-qwen2-7b-Q4_0.gguf) | Q4_0 | 4.127 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
67
+ | [calme-2.5-qwen2-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/calme-2.5-qwen2-7b-GGUF/tree/main/calme-2.5-qwen2-7b-Q4_K_S.gguf) | Q4_K_S | 4.152 GB | small, greater quality loss |
68
+ | [calme-2.5-qwen2-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/calme-2.5-qwen2-7b-GGUF/tree/main/calme-2.5-qwen2-7b-Q4_K_M.gguf) | Q4_K_M | 4.361 GB | medium, balanced quality - recommended |
69
+ | [calme-2.5-qwen2-7b-Q5_0.gguf](https://huggingface.co/tensorblock/calme-2.5-qwen2-7b-GGUF/tree/main/calme-2.5-qwen2-7b-Q5_0.gguf) | Q5_0 | 4.950 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
70
+ | [calme-2.5-qwen2-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/calme-2.5-qwen2-7b-GGUF/tree/main/calme-2.5-qwen2-7b-Q5_K_S.gguf) | Q5_K_S | 4.950 GB | large, low quality loss - recommended |
71
+ | [calme-2.5-qwen2-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/calme-2.5-qwen2-7b-GGUF/tree/main/calme-2.5-qwen2-7b-Q5_K_M.gguf) | Q5_K_M | 5.071 GB | large, very low quality loss - recommended |
72
+ | [calme-2.5-qwen2-7b-Q6_K.gguf](https://huggingface.co/tensorblock/calme-2.5-qwen2-7b-GGUF/tree/main/calme-2.5-qwen2-7b-Q6_K.gguf) | Q6_K | 5.825 GB | very large, extremely low quality loss |
73
+ | [calme-2.5-qwen2-7b-Q8_0.gguf](https://huggingface.co/tensorblock/calme-2.5-qwen2-7b-GGUF/tree/main/calme-2.5-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.5-qwen2-7b-GGUF --include "calme-2.5-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.5-qwen2-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
96
+ ```
calme-2.5-qwen2-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ee184a7471b42b5cdb340359374c5ec1c43e425e52d8e9d510b2263344464bd
3
+ size 3015938368
calme-2.5-qwen2-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88f9849c6148b972905ae91cb50ac1e5c41279751ed1b7677d7b068a448201b7
3
+ size 4088457536
calme-2.5-qwen2-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f5859afae32228e5b5318ee4f750502de5cce81bb2c99e7359d8367b4b46be1
3
+ size 3808389440
calme-2.5-qwen2-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9f97fdb1b5ee770a5e685cc34baeda5cf86b7db08fbace4f8d3864f6ee88cfe
3
+ size 3492366656
calme-2.5-qwen2-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30ac7ca127cec3f17de8acb21881f45bb3cd80570c6d1f9ca2caedff185e1214
3
+ size 4431388992
calme-2.5-qwen2-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea64bd5cd78efdddd40cd2ec9f17a283157519b15889d07b1040ded563e7607e
3
+ size 4683071808
calme-2.5-qwen2-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:769762988ce03867740e3fce68a9f482ce3258d9b1c65b47ef9da8424eea1de1
3
+ size 4457767232
calme-2.5-qwen2-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f16d7d10c80d2c34e27cb26da4672d2f0de5ee945e66f17735ca4891bacea9f
3
+ size 5315174720
calme-2.5-qwen2-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aafd11fb4d992d71b191e47154450bc9bfdf5ff70b7b9a95d066a749296803f2
3
+ size 5444829504
calme-2.5-qwen2-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17442fbeccce890e2b8ebdbdf0aa219b714daf245de15589bc8ef04333b02887
3
+ size 5315174720
calme-2.5-qwen2-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95e86c5efbcdd950e8ad03820a391f80ec824c0fe96c04ee41b79fdd933b24d1
3
+ size 6254197056
calme-2.5-qwen2-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f58379874a081234c11d9854adae3e581f4f934a3f811ab6ab270cacb9dc468
3
+ size 8098523456