Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
KJX123
/
Llama2-7b-chat-finetune
like
0
Text2Text Generation
Transformers
Safetensors
flytech/python-codes-25k
English
llama
text-generation
text-generation-inference
Inference Endpoints
4-bit precision
bitsandbytes
arxiv:
1910.09700
License:
mit
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
Llama2-7b-chat-finetune
/
generation_config.json
KJX123
Upload 3 files
c0a105f
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
117 Bytes
{
"max_length"
:
600
,
"temperature"
:
0.7
,
"top_k"
:
50
,
"top_p"
:
0.9
,
"num_return_sequences"
:
1
,
"early_stopping"
:
true
}