Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 32fb023

Browse files
authored
COPY: Include model names in sentiment report descriptions (#882)
1 parent 00e4a84 commit 32fb023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/locales/server.en.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ en:
109109
reports:
110110
overall_sentiment:
111111
title: "Overall sentiment"
112-
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."
112+
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\""
113113
xaxis: "Positive(%)"
114114
yaxis: "Date"
115115
post_emotion:
116116
title: "Post emotion"
117-
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."
117+
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\""
118118
xaxis:
119119
yaxis:
120120

0 commit comments

Comments
 (0)