Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
TheBloke
/
Python-Code-13B-GPTQ
like
1
Text Generation
Transformers
Safetensors
ajibawa-2023/Python-Code-23k-ShareGPT
English
llama
code
text-generation-inference
4-bit precision
gptq
License:
cc-by-nc-nd-4.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
99dd33b
Python-Code-13B-GPTQ
/
quantize_config.json
TheBloke
GPTQ model commit
99dd33b
12 months ago
raw
Copy download link
history
blame
Safe
186 Bytes
{
"bits"
:
4
,
"group_size"
:
128
,
"damp_percent"
:
0.1
,
"desc_act"
:
true
,
"sym"
:
true
,
"true_sequential"
:
true
,
"model_name_or_path"
:
null
,
"model_file_base_name"
:
"model"
}