Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
TheBloke
/
Yarn-Llama-2-13B-128K-GPTQ
like
16
Text Generation
Transformers
Safetensors
pg19
llama
custom_code
text-generation-inference
4-bit precision
gptq
arxiv:
2309.00071
License:
llama2
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
52271d3
Yarn-Llama-2-13B-128K-GPTQ
/
generation_config.json
TheBloke
Initial GPTQ model commit
c965fb6
about 1 year ago
raw
Copy download link
history
blame
Safe
189 Bytes
{
"bos_token_id"
:
1
,
"do_sample"
:
true
,
"eos_token_id"
:
2
,
"max_length"
:
131072
,
"pad_token_id"
:
0
,
"temperature"
:
0.6
,
"top_p"
:
0.9
,
"transformers_version"
:
"4.32.0.dev0"
}