π t5_nli_mixtureΒΆ
Note
ID: metrics.perplexity_nli.t5_nli_mixture | Type: Perplexity
{
"model_name": "google/t5_xxl_true_nli_mixture",
"single_token_mode": true,
"source_template": "premise: {reference} hypothesis: {prediction}",
"target_template": "1",
"type": "perplexity"
}
Explanation about PerplexityΒΆ
Computes the likelihood of generating text Y after text X - P(Y|X).
Read more about catalog usage here.