From 4f9a77b6817bf5c7c1f405d1df636d203a592561 Mon Sep 17 00:00:00 2001 From: Roman Rizzi Date: Wed, 30 Oct 2024 14:26:52 -0300 Subject: [PATCH] COPY: Include model names in sentiment report descriptions --- config/locales/server.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 75b7becc3..91095858b 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -109,12 +109,12 @@ en: reports: overall_sentiment: title: "Overall sentiment" - description: "The chart compares the number of posts classified as either positive or negative. These are calculated when positive or negative scores > the set threshold score. This means neutral posts are not shown. Private messages (PMs) are also excluded." + description: "The chart compares the number of posts classified as either positive or negative. These are calculated when positive or negative scores > the set threshold score. This means neutral posts are not shown. Private messages (PMs) are also excluded. Classified with \"cardiffnlp/twitter-roberta-base-sentiment-latest\"" xaxis: "Positive(%)" yaxis: "Date" post_emotion: title: "Post emotion" - description: "Number of posts classified with one of the following emotions, grouped by poster's trust level. Posts that are not positive or negative and considered neutral, are not shown. Private messages (PMs) are also excluded." + description: "Number of posts classified with one of the following emotions, grouped by poster's trust level. Posts that are not positive or negative and considered neutral, are not shown. Private messages (PMs) are also excluded. Classified with \"j-hartmann/emotion-english-roberta-large\"" xaxis: yaxis: