π Flan T5 SmallΒΆ
Note
ID: metrics.perplexity_chat.flan_t5_small | Type: Perplexity
{
"__type__": "perplexity",
"model_name": "google/flan-t5-small",
"source_template": "Generate a conversation between a user and an agent based on the given content: {reference}",
"target_template": "{prediction}"
}
Explanation about PerplexityΒΆ
Computes the likelihood of generating text Y after text X - P(Y|X).
Read more about catalog usage here.