notstoic commited on
Commit
445c14e
1 Parent(s): 50f0c26

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: other
4
+ commercial: no
5
+ inference: false
6
+ ---
7
+ # OPT-13B-Nerybus-Mix-4bit-128g
8
+ ## Model description
9
+ **Warning: THIS model is NOT suitable for use by minors. The model will output X-rated content.**
10
+
11
+ This is a 4-bit GPTQ quantization of OPT-13B-Nerybus-Mix, original model:
12
+ **https://huggingface.co/KoboldAI/OPT-13B-Nerybus-Mix**
13
+
14
+ ### Quantization Information
15
+ Quantized with: https://github.com/0cc4m/GPTQ-for-LLaMa
16
+ ```
17
+ python repos/gptq/opt.py --wbits 4 models/KoboldAI_OPT-13B-Nerybus-Mix c4 --groupsize 128 --save models/KoboldAI_OPT-13B-Nerybus-Mix/OPT-13B-Nerybus-Mix-4bit-128g.pt
18
+ python repos/gptq/opt.py --wbits 4 models/KoboldAI_OPT-13B-Nerybus-Mix c4 --groupsize 128 --save_safetensors models/KoboldAI_OPT-13B-Nerybus-Mix/OPT-13B-Nerybus-Mix-4bit-128g.safetensors
19
+ ```
20
+
21
+ ### License
22
+ OPT-13B is licensed under the OPT-175B license, Copyright (c) Meta Platforms, Inc. All Rights Reserved.