Spaces:
Configuration error
Configuration error
Upload README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,6 @@
|
|
1 |
-
|
2 |
-
title: Offensive Agent
|
3 |
-
emoji: 🏢
|
4 |
-
colorFrom: gray
|
5 |
-
colorTo: red
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 5.30.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
1 |
+
# Emoji Offensive Classifier
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
+
This Streamlit app combines a fine-tuned Qwen model to translate emoji-heavy Chinese text and a toxic-comment classifier to determine offensiveness.
|
4 |
+
|
5 |
+
- 🔤 Translation: `JenniferHJF/qwen1.5-emoji-finetuned`
|
6 |
+
- 🧠 Classification: `unitary/toxic-bert`
|