morriszms commited on
Commit
8f34095
·
verified ·
1 Parent(s): 62f9999

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,18 @@ 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.2-llama3.1-70b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ calme-2.2-llama3.1-70b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ calme-2.2-llama3.1-70b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ calme-2.2-llama3.1-70b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ calme-2.2-llama3.1-70b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ calme-2.2-llama3.1-70b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ calme-2.2-llama3.1-70b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ calme-2.2-llama3.1-70b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ calme-2.2-llama3.1-70b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ calme-2.2-llama3.1-70b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ calme-2.2-llama3.1-70b-Q6_K/calme-2.2-llama3.1-70b-Q6_K-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
47
+ calme-2.2-llama3.1-70b-Q6_K/calme-2.2-llama3.1-70b-Q6_K-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
48
+ calme-2.2-llama3.1-70b-Q8_0/calme-2.2-llama3.1-70b-Q8_0-00001-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
49
+ calme-2.2-llama3.1-70b-Q8_0/calme-2.2-llama3.1-70b-Q8_0-00002-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
50
+ calme-2.2-llama3.1-70b-Q8_0/calme-2.2-llama3.1-70b-Q8_0-00003-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ tags:
6
+ - chat
7
+ - llama
8
+ - facebook
9
+ - llaam3
10
+ - finetune
11
+ - chatml
12
+ - TensorBlock
13
+ - GGUF
14
+ base_model: MaziyarPanahi/calme-2.2-llama3.1-70b
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.2-llama3.1-70b
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: 85.93
35
+ name: strict accuracy
36
+ source:
37
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-2.2-llama3.1-70b
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: 54.21
50
+ name: normalized accuracy
51
+ source:
52
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-2.2-llama3.1-70b
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: 2.11
65
+ name: exact match
66
+ source:
67
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-2.2-llama3.1-70b
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: 9.96
80
+ name: acc_norm
81
+ source:
82
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-2.2-llama3.1-70b
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: 17.07
95
+ name: acc_norm
96
+ source:
97
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-2.2-llama3.1-70b
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: 49.05
112
+ name: accuracy
113
+ source:
114
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-2.2-llama3.1-70b
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.2-llama3.1-70b - GGUF
130
+
131
+ This repo contains GGUF format model files for [MaziyarPanahi/calme-2.2-llama3.1-70b](https://huggingface.co/MaziyarPanahi/calme-2.2-llama3.1-70b).
132
+
133
+ 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).
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
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
145
+
146
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
147
+
148
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
149
+ ```
150
+
151
+ ## Model file specification
152
+
153
+ | Filename | Quant type | File Size | Description |
154
+ | -------- | ---------- | --------- | ----------- |
155
+ | [calme-2.2-llama3.1-70b-Q2_K.gguf](https://huggingface.co/tensorblock/calme-2.2-llama3.1-70b-GGUF/blob/main/calme-2.2-llama3.1-70b-Q2_K.gguf) | Q2_K | 26.375 GB | smallest, significant quality loss - not recommended for most purposes |
156
+ | [calme-2.2-llama3.1-70b-Q3_K_S.gguf](https://huggingface.co/tensorblock/calme-2.2-llama3.1-70b-GGUF/blob/main/calme-2.2-llama3.1-70b-Q3_K_S.gguf) | Q3_K_S | 30.912 GB | very small, high quality loss |
157
+ | [calme-2.2-llama3.1-70b-Q3_K_M.gguf](https://huggingface.co/tensorblock/calme-2.2-llama3.1-70b-GGUF/blob/main/calme-2.2-llama3.1-70b-Q3_K_M.gguf) | Q3_K_M | 34.267 GB | very small, high quality loss |
158
+ | [calme-2.2-llama3.1-70b-Q3_K_L.gguf](https://huggingface.co/tensorblock/calme-2.2-llama3.1-70b-GGUF/blob/main/calme-2.2-llama3.1-70b-Q3_K_L.gguf) | Q3_K_L | 37.141 GB | small, substantial quality loss |
159
+ | [calme-2.2-llama3.1-70b-Q4_0.gguf](https://huggingface.co/tensorblock/calme-2.2-llama3.1-70b-GGUF/blob/main/calme-2.2-llama3.1-70b-Q4_0.gguf) | Q4_0 | 39.970 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
160
+ | [calme-2.2-llama3.1-70b-Q4_K_S.gguf](https://huggingface.co/tensorblock/calme-2.2-llama3.1-70b-GGUF/blob/main/calme-2.2-llama3.1-70b-Q4_K_S.gguf) | Q4_K_S | 40.347 GB | small, greater quality loss |
161
+ | [calme-2.2-llama3.1-70b-Q4_K_M.gguf](https://huggingface.co/tensorblock/calme-2.2-llama3.1-70b-GGUF/blob/main/calme-2.2-llama3.1-70b-Q4_K_M.gguf) | Q4_K_M | 42.520 GB | medium, balanced quality - recommended |
162
+ | [calme-2.2-llama3.1-70b-Q5_0.gguf](https://huggingface.co/tensorblock/calme-2.2-llama3.1-70b-GGUF/blob/main/calme-2.2-llama3.1-70b-Q5_0.gguf) | Q5_0 | 48.657 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
163
+ | [calme-2.2-llama3.1-70b-Q5_K_S.gguf](https://huggingface.co/tensorblock/calme-2.2-llama3.1-70b-GGUF/blob/main/calme-2.2-llama3.1-70b-Q5_K_S.gguf) | Q5_K_S | 48.657 GB | large, low quality loss - recommended |
164
+ | [calme-2.2-llama3.1-70b-Q5_K_M.gguf](https://huggingface.co/tensorblock/calme-2.2-llama3.1-70b-GGUF/blob/main/calme-2.2-llama3.1-70b-Q5_K_M.gguf) | Q5_K_M | 49.950 GB | large, very low quality loss - recommended |
165
+ | [calme-2.2-llama3.1-70b-Q6_K](https://huggingface.co/tensorblock/calme-2.2-llama3.1-70b-GGUF/blob/main/calme-2.2-llama3.1-70b-Q6_K) | Q6_K | 57.888 GB | very large, extremely low quality loss |
166
+ | [calme-2.2-llama3.1-70b-Q8_0](https://huggingface.co/tensorblock/calme-2.2-llama3.1-70b-GGUF/blob/main/calme-2.2-llama3.1-70b-Q8_0) | Q8_0 | 74.975 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.2-llama3.1-70b-GGUF --include "calme-2.2-llama3.1-70b-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.2-llama3.1-70b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
189
+ ```
calme-2.2-llama3.1-70b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87665d7c2bd4c8919135eb93434f1c2e2651253805c8ff5129fce4130181968b
3
+ size 26375109504
calme-2.2-llama3.1-70b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:478164b1adc1040e1eec81c9d396c7051a22e8678f1290e503740fee7724a376
3
+ size 37140593536
calme-2.2-llama3.1-70b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90c19a5f0214665052a83738b0ebd2d123834f87bb6ff22bb0d14a0ce0e3d6a0
3
+ size 34267495296
calme-2.2-llama3.1-70b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b73a4264727b13f8908d786333ad5abddea8af64459777ec3d3892670104021
3
+ size 30912052096
calme-2.2-llama3.1-70b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea6fb3b807ef47e5c9fa81386f400d0cc535197e72bd11988fbd80db45559cc4
3
+ size 39969733504
calme-2.2-llama3.1-70b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:546124d6fcc342fa287429a7cd18a8ed6f44d5143b0ca35812969faa9a4b548c
3
+ size 42520394624
calme-2.2-llama3.1-70b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82f4c8c60425a9295b3b2ec36dcbb05f16eb957058c44da04b1b5752480be737
3
+ size 40347220864
calme-2.2-llama3.1-70b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb3d14d60c05386bf885ca912426c899876c86f2002c558fcc25163ff1c36711
3
+ size 48657447808
calme-2.2-llama3.1-70b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6414b5f2e3f5a89f0555037a7595db70fb11cbbb52e087e6b945baf6d0e9c7a0
3
+ size 49949817728
calme-2.2-llama3.1-70b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2532270a2e682b9c3f669d75ecd11890976a5e6c01e02a2343e3f40f2e984941
3
+ size 48657447808
calme-2.2-llama3.1-70b-Q6_K/calme-2.2-llama3.1-70b-Q6_K-00001-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3609f7927eb10e60cf7df2bba2242660310ca1280a51be4124607eeb87e24c45
3
+ size 34847471552
calme-2.2-llama3.1-70b-Q6_K/calme-2.2-llama3.1-70b-Q6_K-00002-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f261d14a907f5f369cb92aaed4589114058599fdec42baaf1cbf1031938b7a39
3
+ size 23040672928
calme-2.2-llama3.1-70b-Q8_0/calme-2.2-llama3.1-70b-Q8_0-00001-of-00003.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:752b800a03e5fbb74a1110e04fee2268cc6304f65b189c78e6d521c4f14dd133
3
+ size 34980012000
calme-2.2-llama3.1-70b-Q8_0/calme-2.2-llama3.1-70b-Q8_0-00002-of-00003.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a06b4d836ea117ae3a3e67df5ef13939504f04b11ba7444784129d3ce0d346c7
3
+ size 34949976384
calme-2.2-llama3.1-70b-Q8_0/calme-2.2-llama3.1-70b-Q8_0-00003-of-00003.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb78a38fd9af20af2a6057763490ab1ffc5c30cdc5824bcb104dc9f761c5999d
3
+ size 5045062560