Text2Text Generation
Transformers
PyTorch
5 languages
t5
flan-ul2
Inference Endpoints
text-generation-inference

What is the Flan models default value (temperature, top_p, repetition_penalty) ?

#30
by phillip2f - opened

When Loading Google Flan models through Langchain HuggingFace Pipeline or other methods, if not setting the temperature value in model_kwargs,
What is the default value for the model ?
Is the setting like: temperature= 1, top_p=1 , repetition_penalty=1.5 are default setting?

Sign up or log in to comment