From fdf13e1f59c3a9eee231e6d23c2235877d3397e9 Mon Sep 17 00:00:00 2001 From: Hsien-Chin Lin <linh@hhu.de> Date: Thu, 13 Apr 2023 13:45:46 +0200 Subject: [PATCH] change the name of EmoUS --- convlab/policy/emoUS/sentiment.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 convlab/policy/emoUS/sentiment.json diff --git a/convlab/policy/emoUS/sentiment.json b/convlab/policy/emoUS/sentiment.json new file mode 100644 index 00000000..7d39df53 --- /dev/null +++ b/convlab/policy/emoUS/sentiment.json @@ -0,0 +1,5 @@ +{ + "Neutral": 0, + "Negative": 1, + "Positive": 2 +} \ No newline at end of file -- GitLab