add NOMERGE
Browse files(note: laws cannot be applied retroactively and I cannot stop existing copies of the model from being merged)
README.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
model-index:
|
| 4 |
- name: miqu-1-70b-sf
|
| 5 |
results:
|
|
@@ -112,6 +111,11 @@ model-index:
|
|
| 112 |
language:
|
| 113 |
- en
|
| 114 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
this is [miqu-1-70b](https://huggingface.co/miqudev/miqu-1-70b), dequantised from q5 to f16 && transposed to pytorch. shapes have been rotated less wrongly than in [alpindale/miqu-1-70b-pytorch](https://huggingface.co/alpindale/miqu-1-70b-pytorch/tree/main)
|
| 116 |
|
| 117 |
usage
|
|
@@ -253,4 +257,36 @@ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-le
|
|
| 253 |
|MMLU (5-Shot) |75.49|
|
| 254 |
|TruthfulQA (0-shot) |69.38|
|
| 255 |
|Winogrande (5-shot) |85.32|
|
| 256 |
-
|GSM8k (5-shot) |67.70|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
model-index:
|
| 3 |
- name: miqu-1-70b-sf
|
| 4 |
results:
|
|
|
|
| 111 |
language:
|
| 112 |
- en
|
| 113 |
---
|
| 114 |
+
|
| 115 |
+
update: added NOMERGE license
|
| 116 |
+
|
| 117 |
+
---
|
| 118 |
+
|
| 119 |
this is [miqu-1-70b](https://huggingface.co/miqudev/miqu-1-70b), dequantised from q5 to f16 && transposed to pytorch. shapes have been rotated less wrongly than in [alpindale/miqu-1-70b-pytorch](https://huggingface.co/alpindale/miqu-1-70b-pytorch/tree/main)
|
| 120 |
|
| 121 |
usage
|
|
|
|
| 257 |
|MMLU (5-Shot) |75.49|
|
| 258 |
|TruthfulQA (0-shot) |69.38|
|
| 259 |
|Winogrande (5-shot) |85.32|
|
| 260 |
+
|GSM8k (5-shot) |67.70|
|
| 261 |
+
|
| 262 |
+
|
| 263 |
+
# LICENSE
|
| 264 |
+
|
| 265 |
+
```
|
| 266 |
+
NOMERGE License
|
| 267 |
+
|
| 268 |
+
Copyright (c) 2024 152334H
|
| 269 |
+
|
| 270 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 271 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 272 |
+
in the Software without restriction, including without limitation the rights
|
| 273 |
+
to use, copy, modify, NOT merge, publish, distribute, sublicense, and/or sell
|
| 274 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 275 |
+
furnished to do so, subject to the following conditions:
|
| 276 |
+
|
| 277 |
+
The above copyright notice and this permission notice shall be included in all
|
| 278 |
+
copies or substantial portions of the Software.
|
| 279 |
+
|
| 280 |
+
All tensors ("weights") provided by the Software shall not be conjoined with
|
| 281 |
+
other tensors ("merging") unless given explicit permission by the license holder.
|
| 282 |
+
Utilities including but not limited to "mergekit", "MergeMonster", are forbidden
|
| 283 |
+
from use in conjunction with this Software.
|
| 284 |
+
|
| 285 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 286 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 287 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 288 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 289 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 290 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 291 |
+
SOFTWARE.
|
| 292 |
+
```
|