Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1SchemaModelevaluationMetricsGeneralTextGenerationEvaluationMetrics

import type { GoogleCloudAiplatformV1SchemaModelevaluationMetricsGeneralTextGenerationEvaluationMetrics } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
interface GoogleCloudAiplatformV1SchemaModelevaluationMetricsGeneralTextGenerationEvaluationMetrics {
bleu?: number;
rougeLSum?: number;
}

§Properties

§
bleu?: number
[src]

BLEU (bilingual evaluation understudy) scores based on sacrebleu implementation.

§
rougeLSum?: number
[src]

ROUGE-L (Longest Common Subsequence) scoring at summary level.