JenniferHJF commited on
Commit
33bed1c
·
verified ·
1 Parent(s): 9413a3f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -11
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
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`