Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
nagolinc
/
fungpt
like
0
Text Generation
Transformers
Safetensors
PyTorch
English
gpt2
causal-lm
text-generation-inference
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
main
fungpt
/
generation_config.json
nagolinc
Upload folder using huggingface_hub
4a39d2c
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
176 Bytes
{
"max_new_tokens"
:
128
,
"temperature"
:
0.8
,
"top_p"
:
0.95
,
"top_k"
:
60
,
"do_sample"
:
true
,
"repetition_penalty"
:
1.05
,
"eos_token_id"
:
2
,
"pad_token_id"
:
2
}