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