Jet-12138 commited on
Commit
a1f805b
·
verified ·
1 Parent(s): 184e159

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -1,16 +1,18 @@
1
  ---
2
- language: en
3
- license: mit
4
- datasets:
5
- - toxic_comment_classification
6
- tags:
7
- - text-classification
8
- - toxicity-detection
9
- - sentiment-analysis
10
- - multi-task-learning
11
- pipeline_tag: text-classification
12
  ---
13
 
 
 
 
 
14
  # Comment MTL BERT Model
15
 
16
  This is a BERT-based multi-task learning model capable of performing sentiment analysis and toxicity detection simultaneously.
 
1
  ---
2
+ title: "Comment Sentiment and Toxicity Classifier"
3
+ emoji: "📝"
4
+ colorFrom: "blue"
5
+ colorTo: "green"
6
+ sdk: "gradio"
7
+ sdk_version: "3.50.2"
8
+ app_file: "app.py"
9
+ pinned: false
 
 
10
  ---
11
 
12
+ # Comment Sentiment and Toxicity Classifier
13
+
14
+ This Space utilises a custom fine-tuned BERT model to classify the sentiment and toxicity of comments. Developed for academic purposes in Australia.
15
+
16
  # Comment MTL BERT Model
17
 
18
  This is a BERT-based multi-task learning model capable of performing sentiment analysis and toxicity detection simultaneously.