Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
orionai
/
test
like
0
Follow
Orion AI
4
Text2Text Generation
Transformers
Safetensors
English
Inference Endpoints
arxiv:
1910.09700
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
fe3341a
test
/
generation_config.json
oscarwang2
Create generation_config.json
4668abf
verified
8 months ago
raw
Copy download link
history
blame
Safe
176 Bytes
{
"max_length"
:
512
,
"num_beams"
:
5
,
"no_repeat_ngram_size"
:
2
,
"early_stopping"
:
true
,
"length_penalty"
:
1.0
,
"top_k"
:
50
,
"top_p"
:
0.95
,
"temperature"
:
1.0
}