PaulAdversarial commited on
Commit
e48c92b
1 Parent(s): bb47d31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,8 +1,8 @@
1
- ###A T5ForConditionalGeneration trained on 3 tasks from PAN Profiling Hate Speech Spreaders on Twitter dataset (EN):
2
-
3
-
4
- in order to generate tone of comment use prefix **hater classification:**
5
 
6
  * author attribution (train and test sets from the PAN task)
7
  * topic attribution - topics were assigned with BertTopic library using embeddings from `cardiffnlp/bertweet-base-hate` Roberta model (train and test sets from the PAN task)
8
- * hate speech identification (train set from the PAN task)
 
 
 
 
1
+ ##A T5ForConditionalGeneration trained on 3 tasks from PAN Profiling Hate Speech Spreaders on Twitter dataset (EN):
 
 
 
2
 
3
  * author attribution (train and test sets from the PAN task)
4
  * topic attribution - topics were assigned with BertTopic library using embeddings from `cardiffnlp/bertweet-base-hate` Roberta model (train and test sets from the PAN task)
5
+ * hate speech identification (train set from the PAN task)
6
+
7
+
8
+ in order to generate tone of comment use prefix **hater classification:**