Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,20 +54,22 @@ interface = gr.Interface(
|
|
54 |
🧪 输入英文或中文句子,系统将判断其是否包含操纵性语言。
|
55 |
Enter a sentence in English or Chinese to detect if it's manipulative.
|
56 |
|
57 |
-
📌 **Disclaimer /
|
58 |
This system is for **research and educational purposes only**.
|
59 |
It **does not guarantee accuracy** and **should not be used as legal or clinical evidence**.
|
60 |
本工具仅用于**学术研究与教学演示**,不构成法律、医疗或其他正式用途的依据。
|
61 |
|
62 |
-
🤖 **Model Info /
|
63 |
- Model: `LilithHu/mbert-manipulative-detector`
|
64 |
- Base: `mDeBERTa-v3` multilingual pre-trained model
|
65 |
- Fine-tuned using HuggingFace Transformers on 10,000 labeled Chinese data
|
66 |
|
67 |
🌐 **Built with Gradio and hosted on HuggingFace Spaces**
|
68 |
|
69 |
-
⚠️ **About Examples /
|
70 |
-
The examples provided below are those cited in the paper
|
|
|
|
|
71 |
|
72 |
""",
|
73 |
examples=[
|
|
|
54 |
🧪 输入英文或中文句子,系统将判断其是否包含操纵性语言。
|
55 |
Enter a sentence in English or Chinese to detect if it's manipulative.
|
56 |
|
57 |
+
📌 **Disclaimer / 免责声明**
|
58 |
This system is for **research and educational purposes only**.
|
59 |
It **does not guarantee accuracy** and **should not be used as legal or clinical evidence**.
|
60 |
本工具仅用于**学术研究与教学演示**,不构成法律、医疗或其他正式用途的依据。
|
61 |
|
62 |
+
🤖 **Model Info / 模型信息**
|
63 |
- Model: `LilithHu/mbert-manipulative-detector`
|
64 |
- Base: `mDeBERTa-v3` multilingual pre-trained model
|
65 |
- Fine-tuned using HuggingFace Transformers on 10,000 labeled Chinese data
|
66 |
|
67 |
🌐 **Built with Gradio and hosted on HuggingFace Spaces**
|
68 |
|
69 |
+
⚠️ **About Examples / 关于例子**
|
70 |
+
The examples provided below are those **cited in the paper**, including implicit moral coercion, polite masking and false positives.
|
71 |
+
|
72 |
+
|
73 |
|
74 |
""",
|
75 |
examples=[
|