Spaces:
Sleeping
Sleeping
Suvajit Majumder
commited on
Commit
·
9eca9cd
1
Parent(s):
2233e52
Add properly formatted README with configuration
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# mcp-toxicity
|
2 |
|
3 |
🤖 A machine learning model for detecting toxicity in text.
|
@@ -26,9 +39,12 @@ This project is licensed under the MIT License.
|
|
26 |
|
27 |
If you use this Space in your research, please cite it as:
|
28 |
|
|
|
|
|
29 |
@misc{mcp-toxicity,
|
30 |
author = {Suvajit Majumder},
|
31 |
title = {MCP Toxicity Detection},
|
32 |
year = {2025},
|
33 |
url = {https://huggingface.co/spaces/suv11235/mcp-toxicity}
|
34 |
-
}
|
|
|
|
1 |
+
---
|
2 |
+
title: mcp-toxicity
|
3 |
+
emoji: 🤖
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.0.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
python_version: "3.11"
|
11 |
+
license: mit
|
12 |
+
---
|
13 |
+
|
14 |
# mcp-toxicity
|
15 |
|
16 |
🤖 A machine learning model for detecting toxicity in text.
|
|
|
39 |
|
40 |
If you use this Space in your research, please cite it as:
|
41 |
|
42 |
+
|
43 |
+
|
44 |
@misc{mcp-toxicity,
|
45 |
author = {Suvajit Majumder},
|
46 |
title = {MCP Toxicity Detection},
|
47 |
year = {2025},
|
48 |
url = {https://huggingface.co/spaces/suv11235/mcp-toxicity}
|
49 |
+
}
|
50 |
+
|