File size: 456 Bytes
11570ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
license: cc-by-nc-nd-4.0
language:
- en
library_name: transformers
pipeline_tag: text-generation
tags:
- Mistral
- Pygmalion
- llama-2
- llama-2-7b
---

quant of [Delcos'](https://huggingface.co/Delcos) [MistralPy-7b](https://huggingface.co/Delcos/Mistral-Pygmalion-7b)

```
python3 convert.py \
    -i /input/Delcos_Mistral-Pygmalion-7b/ \
    -c /input/wikitext/0000.parquet \
    -o /output/temp/ \
    -cf /output/4bpw/ \
    -b 4.0 \
    -hb 6
```