morriszms commited on
Commit
d966b21
·
verified ·
1 Parent(s): 4e840d1

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