Spaces:
Runtime error
Runtime error
ruanchaves
commited on
Commit
·
7efc27b
1
Parent(s):
4d06079
feat: add tags and datasets:
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Portuguese Offensive Language Detection
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
@@ -8,6 +8,8 @@ sdk_version: 3.23.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: Portuguese Offensive Language Detection
|
3 |
+
emoji: 😡
|
4 |
colorFrom: blue
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
datasets: [ruanchaves/hatebr]
|
12 |
+
tags: [hate-speech, hate-speech-detection, offensive-language-detection]
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|