View source: R/blurr_hugging_face.R
calculate_rouge | R Documentation |
Calculate_rouge
calculate_rouge(
predicted_txts,
reference_txts,
rouge_keys = c("rouge1", "rouge2", "rougeL"),
use_stemmer = TRUE
)
predicted_txts |
predicted texts |
reference_txts |
reference texts |
rouge_keys |
rouge keys |
use_stemmer |
use stemmer or not |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.