morriszms commited on
Commit
3932ef0
·
verified ·
1 Parent(s): 3f2594f

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-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ WestLake-7B-v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ WestLake-7B-v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ WestLake-7B-v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ WestLake-7B-v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ WestLake-7B-v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ WestLake-7B-v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ WestLake-7B-v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ WestLake-7B-v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ WestLake-7B-v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ WestLake-7B-v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ WestLake-7B-v2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ base_model: senseable/WestLake-7B-v2
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ model-index:
11
+ - name: WestLake-7B-v2
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.04
26
+ name: normalized accuracy
27
+ source:
28
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=senseable/WestLake-7B-v2
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.65
42
+ name: normalized accuracy
43
+ source:
44
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=senseable/WestLake-7B-v2
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.71
59
+ name: accuracy
60
+ source:
61
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=senseable/WestLake-7B-v2
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: 67.06
76
+ source:
77
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=senseable/WestLake-7B-v2
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.98
92
+ name: accuracy
93
+ source:
94
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=senseable/WestLake-7B-v2
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: 67.63
109
+ name: accuracy
110
+ source:
111
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=senseable/WestLake-7B-v2
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
+ ## senseable/WestLake-7B-v2 - GGUF
127
+
128
+ This repo contains GGUF format model files for [senseable/WestLake-7B-v2](https://huggingface.co/senseable/WestLake-7B-v2).
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-Q2_K.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-GGUF/blob/main/WestLake-7B-v2-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
149
+ | [WestLake-7B-v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-GGUF/blob/main/WestLake-7B-v2-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
150
+ | [WestLake-7B-v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-GGUF/blob/main/WestLake-7B-v2-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
151
+ | [WestLake-7B-v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-GGUF/blob/main/WestLake-7B-v2-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
152
+ | [WestLake-7B-v2-Q4_0.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-GGUF/blob/main/WestLake-7B-v2-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
153
+ | [WestLake-7B-v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-GGUF/blob/main/WestLake-7B-v2-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
154
+ | [WestLake-7B-v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-GGUF/blob/main/WestLake-7B-v2-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
155
+ | [WestLake-7B-v2-Q5_0.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-GGUF/blob/main/WestLake-7B-v2-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
156
+ | [WestLake-7B-v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-GGUF/blob/main/WestLake-7B-v2-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
157
+ | [WestLake-7B-v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-GGUF/blob/main/WestLake-7B-v2-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
158
+ | [WestLake-7B-v2-Q6_K.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-GGUF/blob/main/WestLake-7B-v2-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
159
+ | [WestLake-7B-v2-Q8_0.gguf](https://huggingface.co/tensorblock/WestLake-7B-v2-GGUF/blob/main/WestLake-7B-v2-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-GGUF --include "WestLake-7B-v2-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-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
182
+ ```
WestLake-7B-v2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abe605e59fe6b805907a2fd59a4e6c440bffd5fb616194a4546c2768264fbb66
3
+ size 2719242304
WestLake-7B-v2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b48c9cc5b84f2412eb1a556c6aa7281387dfe2dd75d49805ac1c67c949428754
3
+ size 3822024768
WestLake-7B-v2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c763e9d4ee3de86e396c216cb5eef03b58823da5b0e6006bf112b85c3aa234b1
3
+ size 3518986304
WestLake-7B-v2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aef08dacfad1f12e9dbeb2ee52323d683dd78d639c953089581040bedf470d6d
3
+ size 3164567616
WestLake-7B-v2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86e3cfcddfdac8374c922ba129f67a5a059a9d1b859311a44a785f85a558bf28
3
+ size 4108916800
WestLake-7B-v2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbf2ddf265dddd02db81cf893bfaaf37ccc01fff0cea992048ba9bfffb503bdf
3
+ size 4368439360
WestLake-7B-v2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9edd3e9764864337aa138aae87f0b110d749c898240b6ee7b4ccfc5c886117fd
3
+ size 4140374080
WestLake-7B-v2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:040534619252d71da9bf21aa0452f75313623712be3e3f3ab718aaf6a95fa5bb
3
+ size 4997716032
WestLake-7B-v2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f0f4431537d36688e22f6d009a47577362d53a19f1786cd2c4113ca9ba60069
3
+ size 5131409472
WestLake-7B-v2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7453af5d07878a5fbd7be4696be338257e6d29bfb9db83133cc990bccc187d1
3
+ size 4997716032
WestLake-7B-v2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a3c194c17844cdb84f3c923debec9ad5a94358f9a7a6fd9ce53e3bacea70d53
3
+ size 5942065216
WestLake-7B-v2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7ec6c21ae6adaeabd9e0acd572c355d31a7b2a0f4b497ea0d98fa6232e27742
3
+ size 7695857728