Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
TheBloke
/
phi-2-GPTQ
like
29
Text Generation
Transformers
Safetensors
English
phi-msft
nlp
code
custom_code
4-bit precision
gptq
License:
microsoft-research-license
Model card
Files
Files and versions
Community
6
Train
Use this model
ba6a333
phi-2-GPTQ
/
quantize_config.json
TheBloke
Fix quantize_config.json
5b6d1be
11 months ago
raw
Copy download link
history
blame
Safe
134 Bytes
{
"bits"
:
4
,
"group_size"
:
128
,
"damp_percent"
:
0.1
,
"desc_act"
:
true
,
"sym"
:
true
,
"true_sequential"
:
true
}