Main branch
Browse files- README.md +67 -0
- measurement.json +0 -0
README.md
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: transformers
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
datasets:
|
7 |
+
- jondurbin/airoboros-2.2.1
|
8 |
+
- Open-Orca/OpenOrca
|
9 |
+
- garage-bAInd/Open-Platypus
|
10 |
+
- ehartford/samantha-data
|
11 |
+
tags:
|
12 |
+
- llama-2
|
13 |
+
- code
|
14 |
+
license: llama2
|
15 |
+
model-index:
|
16 |
+
- name: SpeechlessCoder
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
type: text-generation
|
20 |
+
dataset:
|
21 |
+
type: openai_humaneval
|
22 |
+
name: HumanEval
|
23 |
+
metrics:
|
24 |
+
- name: pass@1
|
25 |
+
type: pass@1
|
26 |
+
value: 34.146
|
27 |
+
verified: false
|
28 |
+
quantized_by: bartowski
|
29 |
+
---
|
30 |
+
|
31 |
+
## Exllama v2 Quantizations of speechless-mistral-dolphin-orca-platypus-samantha-7b
|
32 |
+
|
33 |
+
Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.8">turboderp's ExLlamaV2 v0.0.8</a> for quantization.
|
34 |
+
|
35 |
+
Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
|
36 |
+
|
37 |
+
Conversion was done using wikitext-103-raw-v1-test.parquet as calibration dataset.
|
38 |
+
|
39 |
+
Original model: https://huggingface.co/uukuguy/speechless-mistral-dolphin-orca-platypus-samantha-7b
|
40 |
+
|
41 |
+
## Download instructions
|
42 |
+
|
43 |
+
With git:
|
44 |
+
|
45 |
+
```shell
|
46 |
+
git clone --single-branch --branch 4.0 https://huggingface.co/bartowski/speechless-mistral-dolphin-orca-platypus-samantha-7b-exl2
|
47 |
+
```
|
48 |
+
|
49 |
+
With huggingface hub (credit to TheBloke for instructions):
|
50 |
+
|
51 |
+
```shell
|
52 |
+
pip3 install huggingface-hub
|
53 |
+
```
|
54 |
+
|
55 |
+
To download the `main` (only useful if you only care about measurement.json) branch to a folder called `speechless-mistral-dolphin-orca-platypus-samantha-7b-exl2`:
|
56 |
+
|
57 |
+
```shell
|
58 |
+
mkdir speechless-mistral-dolphin-orca-platypus-samantha-7b-exl2
|
59 |
+
huggingface-cli download bartowski/speechless-mistral-dolphin-orca-platypus-samantha-7b-exl2 --local-dir speechless-mistral-dolphin-orca-platypus-samantha-7b-exl2 --local-dir-use-symlinks False
|
60 |
+
```
|
61 |
+
|
62 |
+
To download from a different branch, add the `--revision` parameter:
|
63 |
+
|
64 |
+
```shell
|
65 |
+
mkdir speechless-mistral-dolphin-orca-platypus-samantha-7b-exl2
|
66 |
+
huggingface-cli download bartowski/speechless-mistral-dolphin-orca-platypus-samantha-7b-exl2 --revision 4.0 --local-dir speechless-mistral-dolphin-orca-platypus-samantha-7b-exl2 --local-dir-use-symlinks False
|
67 |
+
```
|
measurement.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|