morriszms commited on
Commit
55d023c
1 Parent(s): 0e491be

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.1-phi3.5-4b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ calme-2.1-phi3.5-4b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ calme-2.1-phi3.5-4b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ calme-2.1-phi3.5-4b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ calme-2.1-phi3.5-4b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ calme-2.1-phi3.5-4b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ calme-2.1-phi3.5-4b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ calme-2.1-phi3.5-4b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ calme-2.1-phi3.5-4b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ calme-2.1-phi3.5-4b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ calme-2.1-phi3.5-4b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ calme-2.1-phi3.5-4b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ library_name: transformers
6
+ tags:
7
+ - chat
8
+ - phi
9
+ - phi3
10
+ - phi3.5
11
+ - finetune
12
+ - TensorBlock
13
+ - GGUF
14
+ base_model: MaziyarPanahi/calme-2.1-phi3.5-4b
15
+ datasets:
16
+ - MaziyarPanahi/truthy-dpo-v0.1-axolotl
17
+ pipeline_tag: text-generation
18
+ inference: false
19
+ model_creator: MaziyarPanahi
20
+ quantized_by: MaziyarPanahi
21
+ model-index:
22
+ - name: calme-2.1-phi3.5-4b
23
+ results:
24
+ - task:
25
+ type: text-generation
26
+ name: Text Generation
27
+ dataset:
28
+ name: IFEval (0-Shot)
29
+ type: HuggingFaceH4/ifeval
30
+ args:
31
+ num_few_shot: 0
32
+ metrics:
33
+ - type: inst_level_strict_acc and prompt_level_strict_acc
34
+ value: 56.59
35
+ name: strict accuracy
36
+ source:
37
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-2.1-phi3.5-4b
38
+ name: Open LLM Leaderboard
39
+ - task:
40
+ type: text-generation
41
+ name: Text Generation
42
+ dataset:
43
+ name: BBH (3-Shot)
44
+ type: BBH
45
+ args:
46
+ num_few_shot: 3
47
+ metrics:
48
+ - type: acc_norm
49
+ value: 36.11
50
+ name: normalized accuracy
51
+ source:
52
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-2.1-phi3.5-4b
53
+ name: Open LLM Leaderboard
54
+ - task:
55
+ type: text-generation
56
+ name: Text Generation
57
+ dataset:
58
+ name: MATH Lvl 5 (4-Shot)
59
+ type: hendrycks/competition_math
60
+ args:
61
+ num_few_shot: 4
62
+ metrics:
63
+ - type: exact_match
64
+ value: 14.43
65
+ name: exact match
66
+ source:
67
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-2.1-phi3.5-4b
68
+ name: Open LLM Leaderboard
69
+ - task:
70
+ type: text-generation
71
+ name: Text Generation
72
+ dataset:
73
+ name: GPQA (0-shot)
74
+ type: Idavidrein/gpqa
75
+ args:
76
+ num_few_shot: 0
77
+ metrics:
78
+ - type: acc_norm
79
+ value: 12.53
80
+ name: acc_norm
81
+ source:
82
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-2.1-phi3.5-4b
83
+ name: Open LLM Leaderboard
84
+ - task:
85
+ type: text-generation
86
+ name: Text Generation
87
+ dataset:
88
+ name: MuSR (0-shot)
89
+ type: TAUR-Lab/MuSR
90
+ args:
91
+ num_few_shot: 0
92
+ metrics:
93
+ - type: acc_norm
94
+ value: 9.77
95
+ name: acc_norm
96
+ source:
97
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-2.1-phi3.5-4b
98
+ name: Open LLM Leaderboard
99
+ - task:
100
+ type: text-generation
101
+ name: Text Generation
102
+ dataset:
103
+ name: MMLU-PRO (5-shot)
104
+ type: TIGER-Lab/MMLU-Pro
105
+ config: main
106
+ split: test
107
+ args:
108
+ num_few_shot: 5
109
+ metrics:
110
+ - type: acc
111
+ value: 32.61
112
+ name: accuracy
113
+ source:
114
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-2.1-phi3.5-4b
115
+ name: Open LLM Leaderboard
116
+ ---
117
+
118
+ <div style="width: auto; margin-left: auto; margin-right: auto">
119
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
120
+ </div>
121
+ <div style="display: flex; justify-content: space-between; width: 100%;">
122
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
123
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
124
+ 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>
125
+ </p>
126
+ </div>
127
+ </div>
128
+
129
+ ## MaziyarPanahi/calme-2.1-phi3.5-4b - GGUF
130
+
131
+ This repo contains GGUF format model files for [MaziyarPanahi/calme-2.1-phi3.5-4b](https://huggingface.co/MaziyarPanahi/calme-2.1-phi3.5-4b).
132
+
133
+ 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).
134
+
135
+ <div style="text-align: left; margin: 20px 0;">
136
+ <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;">
137
+ Run them on the TensorBlock client using your local machine ↗
138
+ </a>
139
+ </div>
140
+
141
+ ## Prompt template
142
+
143
+ ```
144
+ <|system|>
145
+ {system_prompt}<|end|>
146
+ <|user|>
147
+ {prompt}<|end|>
148
+ <|assistant|>
149
+ ```
150
+
151
+ ## Model file specification
152
+
153
+ | Filename | Quant type | File Size | Description |
154
+ | -------- | ---------- | --------- | ----------- |
155
+ | [calme-2.1-phi3.5-4b-Q2_K.gguf](https://huggingface.co/tensorblock/calme-2.1-phi3.5-4b-GGUF/blob/main/calme-2.1-phi3.5-4b-Q2_K.gguf) | Q2_K | 1.416 GB | smallest, significant quality loss - not recommended for most purposes |
156
+ | [calme-2.1-phi3.5-4b-Q3_K_S.gguf](https://huggingface.co/tensorblock/calme-2.1-phi3.5-4b-GGUF/blob/main/calme-2.1-phi3.5-4b-Q3_K_S.gguf) | Q3_K_S | 1.682 GB | very small, high quality loss |
157
+ | [calme-2.1-phi3.5-4b-Q3_K_M.gguf](https://huggingface.co/tensorblock/calme-2.1-phi3.5-4b-GGUF/blob/main/calme-2.1-phi3.5-4b-Q3_K_M.gguf) | Q3_K_M | 1.955 GB | very small, high quality loss |
158
+ | [calme-2.1-phi3.5-4b-Q3_K_L.gguf](https://huggingface.co/tensorblock/calme-2.1-phi3.5-4b-GGUF/blob/main/calme-2.1-phi3.5-4b-Q3_K_L.gguf) | Q3_K_L | 2.088 GB | small, substantial quality loss |
159
+ | [calme-2.1-phi3.5-4b-Q4_0.gguf](https://huggingface.co/tensorblock/calme-2.1-phi3.5-4b-GGUF/blob/main/calme-2.1-phi3.5-4b-Q4_0.gguf) | Q4_0 | 2.176 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
160
+ | [calme-2.1-phi3.5-4b-Q4_K_S.gguf](https://huggingface.co/tensorblock/calme-2.1-phi3.5-4b-GGUF/blob/main/calme-2.1-phi3.5-4b-Q4_K_S.gguf) | Q4_K_S | 2.189 GB | small, greater quality loss |
161
+ | [calme-2.1-phi3.5-4b-Q4_K_M.gguf](https://huggingface.co/tensorblock/calme-2.1-phi3.5-4b-GGUF/blob/main/calme-2.1-phi3.5-4b-Q4_K_M.gguf) | Q4_K_M | 2.393 GB | medium, balanced quality - recommended |
162
+ | [calme-2.1-phi3.5-4b-Q5_0.gguf](https://huggingface.co/tensorblock/calme-2.1-phi3.5-4b-GGUF/blob/main/calme-2.1-phi3.5-4b-Q5_0.gguf) | Q5_0 | 2.641 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
163
+ | [calme-2.1-phi3.5-4b-Q5_K_S.gguf](https://huggingface.co/tensorblock/calme-2.1-phi3.5-4b-GGUF/blob/main/calme-2.1-phi3.5-4b-Q5_K_S.gguf) | Q5_K_S | 2.641 GB | large, low quality loss - recommended |
164
+ | [calme-2.1-phi3.5-4b-Q5_K_M.gguf](https://huggingface.co/tensorblock/calme-2.1-phi3.5-4b-GGUF/blob/main/calme-2.1-phi3.5-4b-Q5_K_M.gguf) | Q5_K_M | 2.815 GB | large, very low quality loss - recommended |
165
+ | [calme-2.1-phi3.5-4b-Q6_K.gguf](https://huggingface.co/tensorblock/calme-2.1-phi3.5-4b-GGUF/blob/main/calme-2.1-phi3.5-4b-Q6_K.gguf) | Q6_K | 3.136 GB | very large, extremely low quality loss |
166
+ | [calme-2.1-phi3.5-4b-Q8_0.gguf](https://huggingface.co/tensorblock/calme-2.1-phi3.5-4b-GGUF/blob/main/calme-2.1-phi3.5-4b-Q8_0.gguf) | Q8_0 | 4.061 GB | very large, extremely low quality loss - not recommended |
167
+
168
+
169
+ ## Downloading instruction
170
+
171
+ ### Command line
172
+
173
+ Firstly, install Huggingface Client
174
+
175
+ ```shell
176
+ pip install -U "huggingface_hub[cli]"
177
+ ```
178
+
179
+ Then, downoad the individual model file the a local directory
180
+
181
+ ```shell
182
+ huggingface-cli download tensorblock/calme-2.1-phi3.5-4b-GGUF --include "calme-2.1-phi3.5-4b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
183
+ ```
184
+
185
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
186
+
187
+ ```shell
188
+ huggingface-cli download tensorblock/calme-2.1-phi3.5-4b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
189
+ ```
calme-2.1-phi3.5-4b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e69219950077f9357795c6c014c0aee1d1b7e19b9c85585038db077273cb0797
3
+ size 1416204672
calme-2.1-phi3.5-4b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c6ea8aac469eea8069fbd48e5f90a0d2e18d91d958fac942d593c5355873481
3
+ size 2087597952
calme-2.1-phi3.5-4b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec3460a93425b4d9411e21dfa22648a55a008930f95d3c705e79e2bc95325fc1
3
+ size 1955477376
calme-2.1-phi3.5-4b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3b4d073a58bb7b66a04289a075bae67427755be3e776563809af9fe1c82fb13
3
+ size 1681799040
calme-2.1-phi3.5-4b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00f9b244a6165551d546b6330afde07148f257033d151a85bcd3c098672a1eed
3
+ size 2176177536
calme-2.1-phi3.5-4b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90a40d9be385d075e9ed98f673fa14c72c42d80a0bbefd2825079ee506790b09
3
+ size 2393232768
calme-2.1-phi3.5-4b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1710210a36017e2f853bc06a19b93edce2a5efa1f820d0db8798301788e5118
3
+ size 2188760448
calme-2.1-phi3.5-4b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f30db69eca38a32382c3e5ec3082a49f9117bf21b73e74b5d52f619415cbca36
3
+ size 2641474944
calme-2.1-phi3.5-4b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53ebcfebe5c1103fb9a34bc8c4be32eb291652c9a580af386a8280ae8843251c
3
+ size 2815276416
calme-2.1-phi3.5-4b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2c1f788efa8faa941609b0b18683819fdf06c2281962963e435db988149cfc8
3
+ size 2641474944
calme-2.1-phi3.5-4b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a675524f3c22d58a3b83b189e4cadfd57c300381c2f5a3832a698f9b71014bc1
3
+ size 3135853440
calme-2.1-phi3.5-4b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e48b6a56c09aa5c7637438d8763d9033b474cd1660cb3249f3011f224c3a419
3
+ size 4061222784