mayaeary commited on
Commit
fbf041c
1 Parent(s): 569acbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: creativeml-openrail-m
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ tags:
4
+ - gptj
5
+ - pygmalion
6
+ - 4bit
7
  ---
8
+
9
+ GPTQ quantization of https://huggingface.co/PygmalionAI/pygmalion-6b/commit/b8344bb4eb76a437797ad3b19420a13922aaabe1
10
+
11
+ Using this repository: https://github.com/mayaeary/GPTQ-for-LLaMa/tree/gptj-v2
12
+
13
+ Command:
14
+ ```
15
+ python3 gptj.py models/pygmalion-6b_b8344bb4eb76a437797ad3b19420a13922aaabe1 c4 --wbits 4 --groupsize 128 --save_safetensors models/pygmalion-6b-4bit-128g.safetensors
16
+ ```