Transformers
GGUF
TensorBlock
GGUF
Eval Results
morriszms commited on
Commit
63762d0
·
verified ·
1 Parent(s): 321cf28

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
+ WestLake-7B-v2-laser-truthy-dpo-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ WestLake-7B-v2-laser-truthy-dpo-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ WestLake-7B-v2-laser-truthy-dpo-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ WestLake-7B-v2-laser-truthy-dpo-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ WestLake-7B-v2-laser-truthy-dpo-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ WestLake-7B-v2-laser-truthy-dpo-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ WestLake-7B-v2-laser-truthy-dpo-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ WestLake-7B-v2-laser-truthy-dpo-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ WestLake-7B-v2-laser-truthy-dpo-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ WestLake-7B-v2-laser-truthy-dpo-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ WestLake-7B-v2-laser-truthy-dpo-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ WestLake-7B-v2-laser-truthy-dpo-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ datasets:
5
+ - jondurbin/truthy-dpo-v0.1
6
+ base_model: macadeliccc/WestLake-7B-v2-laser-truthy-dpo
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ model-index:
11
+ - name: WestLake-7B-v2-laser-truthy-dpo
12
+ results:
13
+ - task:
14
+ type: text-generation
15
+ name: Text Generation
16
+ dataset:
17
+ name: AI2 Reasoning Challenge (25-Shot)
18
+ type: ai2_arc
19
+ config: ARC-Challenge
20
+ split: test
21
+ args:
22
+ num_few_shot: 25
23
+ metrics:
24
+ - type: acc_norm
25
+ value: 73.89
26
+ name: normalized accuracy
27
+ source:
28
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/WestLake-7B-v2-laser-truthy-dpo
29
+ name: Open LLM Leaderboard
30
+ - task:
31
+ type: text-generation
32
+ name: Text Generation
33
+ dataset:
34
+ name: HellaSwag (10-Shot)
35
+ type: hellaswag
36
+ split: validation
37
+ args:
38
+ num_few_shot: 10
39
+ metrics:
40
+ - type: acc_norm
41
+ value: 88.85
42
+ name: normalized accuracy
43
+ source:
44
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/WestLake-7B-v2-laser-truthy-dpo
45
+ name: Open LLM Leaderboard
46
+ - task:
47
+ type: text-generation
48
+ name: Text Generation
49
+ dataset:
50
+ name: MMLU (5-Shot)
51
+ type: cais/mmlu
52
+ config: all
53
+ split: test
54
+ args:
55
+ num_few_shot: 5
56
+ metrics:
57
+ - type: acc
58
+ value: 64.84
59
+ name: accuracy
60
+ source:
61
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/WestLake-7B-v2-laser-truthy-dpo
62
+ name: Open LLM Leaderboard
63
+ - task:
64
+ type: text-generation
65
+ name: Text Generation
66
+ dataset:
67
+ name: TruthfulQA (0-shot)
68
+ type: truthful_qa
69
+ config: multiple_choice
70
+ split: validation
71
+ args:
72
+ num_few_shot: 0
73
+ metrics:
74
+ - type: mc2
75
+ value: 69.81
76
+ source:
77
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/WestLake-7B-v2-laser-truthy-dpo
78
+ name: Open LLM Leaderboard
79
+ - task:
80
+ type: text-generation
81
+ name: Text Generation
82
+ dataset:
83
+ name: Winogrande (5-shot)
84
+ type: winogrande
85
+ config: winogrande_xl
86
+ split: validation
87
+ args:
88
+ num_few_shot: 5
89
+ metrics:
90
+ - type: acc
91
+ value: 86.66
92
+ name: accuracy
93
+ source:
94
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/WestLake-7B-v2-laser-truthy-dpo
95
+ name: Open LLM Leaderboard
96
+ - task:
97
+ type: text-generation
98
+ name: Text Generation
99
+ dataset:
100
+ name: GSM8k (5-shot)
101
+ type: gsm8k
102
+ config: main
103
+ split: test
104
+ args:
105
+ num_few_shot: 5
106
+ metrics:
107
+ - type: acc
108
+ value: 68.16
109
+ name: accuracy
110
+ source:
111
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/WestLake-7B-v2-laser-truthy-dpo
112
+ name: Open LLM Leaderboard
113
+ ---
114
+
115
+ <div style="width: auto; margin-left: auto; margin-right: auto">
116
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
117
+ </div>
118
+ <div style="display: flex; justify-content: space-between; width: 100%;">
119
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
120
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
121
+ 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>
122
+ </p>
123
+ </div>
124
+ </div>
125
+
126
+ ## macadeliccc/WestLake-7B-v2-laser-truthy-dpo - GGUF
127
+
128
+ This repo contains GGUF format model files for [macadeliccc/WestLake-7B-v2-laser-truthy-dpo](https://huggingface.co/macadeliccc/WestLake-7B-v2-laser-truthy-dpo).
129
+
130
+ 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).
131
+
132
+ <div style="text-align: left; margin: 20px 0;">
133
+ <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;">
134
+ Run them on the TensorBlock client using your local machine ↗
135
+ </a>
136
+ </div>
137
+
138
+ ## Prompt template
139
+
140
+ ```
141
+
142
+ ```
143
+
144
+ ## Model file specification
145
+
146
+ | Filename | Quant type | File Size | Description |
147
+ | -------- | ---------- | --------- | ----------- |
148
+ | [WestLake-7B-v2-laser-truthy-dpo-Q2_K.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-laser-truthy-dpo-GGUF/blob/main/WestLake-7B-v2-laser-truthy-dpo-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
149
+ | [WestLake-7B-v2-laser-truthy-dpo-Q3_K_S.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-laser-truthy-dpo-GGUF/blob/main/WestLake-7B-v2-laser-truthy-dpo-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
150
+ | [WestLake-7B-v2-laser-truthy-dpo-Q3_K_M.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-laser-truthy-dpo-GGUF/blob/main/WestLake-7B-v2-laser-truthy-dpo-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
151
+ | [WestLake-7B-v2-laser-truthy-dpo-Q3_K_L.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-laser-truthy-dpo-GGUF/blob/main/WestLake-7B-v2-laser-truthy-dpo-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
152
+ | [WestLake-7B-v2-laser-truthy-dpo-Q4_0.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-laser-truthy-dpo-GGUF/blob/main/WestLake-7B-v2-laser-truthy-dpo-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
153
+ | [WestLake-7B-v2-laser-truthy-dpo-Q4_K_S.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-laser-truthy-dpo-GGUF/blob/main/WestLake-7B-v2-laser-truthy-dpo-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
154
+ | [WestLake-7B-v2-laser-truthy-dpo-Q4_K_M.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-laser-truthy-dpo-GGUF/blob/main/WestLake-7B-v2-laser-truthy-dpo-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
155
+ | [WestLake-7B-v2-laser-truthy-dpo-Q5_0.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-laser-truthy-dpo-GGUF/blob/main/WestLake-7B-v2-laser-truthy-dpo-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
156
+ | [WestLake-7B-v2-laser-truthy-dpo-Q5_K_S.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-laser-truthy-dpo-GGUF/blob/main/WestLake-7B-v2-laser-truthy-dpo-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
157
+ | [WestLake-7B-v2-laser-truthy-dpo-Q5_K_M.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-laser-truthy-dpo-GGUF/blob/main/WestLake-7B-v2-laser-truthy-dpo-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
158
+ | [WestLake-7B-v2-laser-truthy-dpo-Q6_K.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-laser-truthy-dpo-GGUF/blob/main/WestLake-7B-v2-laser-truthy-dpo-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
159
+ | [WestLake-7B-v2-laser-truthy-dpo-Q8_0.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-laser-truthy-dpo-GGUF/blob/main/WestLake-7B-v2-laser-truthy-dpo-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
160
+
161
+
162
+ ## Downloading instruction
163
+
164
+ ### Command line
165
+
166
+ Firstly, install Huggingface Client
167
+
168
+ ```shell
169
+ pip install -U "huggingface_hub[cli]"
170
+ ```
171
+
172
+ Then, downoad the individual model file the a local directory
173
+
174
+ ```shell
175
+ huggingface-cli download tensorblock/WestLake-7B-v2-laser-truthy-dpo-GGUF --include "WestLake-7B-v2-laser-truthy-dpo-Q2_K.gguf" --local-dir MY_LOCAL_DIR
176
+ ```
177
+
178
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
179
+
180
+ ```shell
181
+ huggingface-cli download tensorblock/WestLake-7B-v2-laser-truthy-dpo-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
182
+ ```
WestLake-7B-v2-laser-truthy-dpo-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3b07c103071f2d13a83088eb2a331184c17375d3d9cd0094b24b35c436be692
3
+ size 2719242656
WestLake-7B-v2-laser-truthy-dpo-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3c5e1b2229ec9e55cfe9a246e83c5523a712d19be6d52cbb5adbd9007d498a2
3
+ size 3822025120
WestLake-7B-v2-laser-truthy-dpo-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f415515be527da3e557aa9f4a20be079a4d6014aea4f338e88291bae3d6a271a
3
+ size 3518986656
WestLake-7B-v2-laser-truthy-dpo-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32c278522b66df4a38ffc5dd6775db927463e610a63b6792e9dde946cde84d4c
3
+ size 3164567968
WestLake-7B-v2-laser-truthy-dpo-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d342c52fcf280fc5595356c5316ace64f523093668a546107d2b3463ca2165a5
3
+ size 4108917152
WestLake-7B-v2-laser-truthy-dpo-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26a95ebd408afefbff266cdfc43261eaf7da29f55acce6af53d80ee1c3b9c947
3
+ size 4368439712
WestLake-7B-v2-laser-truthy-dpo-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:295c302dbcb7fdb5cf4d9ca103fc09bdd9f02a241d37107df090672ecd9352e4
3
+ size 4140374432
WestLake-7B-v2-laser-truthy-dpo-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8315dbace83b90ff8305638b49e27f82484333ce764b413669086ed9a2e62241
3
+ size 4997716384
WestLake-7B-v2-laser-truthy-dpo-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60b0ca0ab740d7a92e11928d7ef76763dabd3a5614b6eed3afa6c32bd7dbda0f
3
+ size 5131409824
WestLake-7B-v2-laser-truthy-dpo-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42170f19aca2847c2c53bdb7fcdb596725521e983406b573bb8d72d0cc8c2064
3
+ size 4997716384
WestLake-7B-v2-laser-truthy-dpo-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe8b549e245876faaec837f44527b4011334d1a6cdf676c459b207b7653ed7be
3
+ size 5942065568
WestLake-7B-v2-laser-truthy-dpo-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6776c48d1542f147f7f2660cf0ceec199de7e75e42403bf554d4a40e0cc1b8d2
3
+ size 7695858080