Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
KJX123
/
Llama2-7b-finetune
like
0
Text Generation
Transformers
PyTorch
Safetensors
llama
text-generation-inference
Inference Endpoints
4-bit precision
bitsandbytes
arxiv:
1910.09700
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
0b46936
Llama2-7b-finetune
/
generation_config.json
KJX123
Upload 2 files
824e987
verified
5 months ago
raw
Copy download link
history
blame
Safe
117 Bytes
{
"max_length"
:
600
,
"temperature"
:
0.7
,
"top_k"
:
50
,
"top_p"
:
0.9
,
"num_return_sequences"
:
1
,
"early_stopping"
:
true
}