Spaces:
Runtime error
Runtime error
mcmillanmajora
commited on
Commit
β’
327f1a9
1
Parent(s):
648180a
Updated README and requirements file with title and transformers library
Browse files- README.md +3 -3
- requirements.txt +1 -0
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π€
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
@@ -8,11 +8,11 @@ app_file: app.py
|
|
8 |
pinned: false
|
9 |
---
|
10 |
|
11 |
-
#
|
12 |
|
13 |
[![Generic badge](https://img.shields.io/badge/π€-Open%20In%20Spaces-blue.svg)](https://huggingface.co/spaces/aymm/Task-Exploration-Hate-Speech)
|
14 |
|
15 |
-
|
16 |
|
17 |
---
|
18 |
|
|
|
1 |
---
|
2 |
+
title: Task Exploration: Hate Speech Detection
|
3 |
emoji: π€
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
|
|
8 |
pinned: false
|
9 |
---
|
10 |
|
11 |
+
# Task Exploration
|
12 |
|
13 |
[![Generic badge](https://img.shields.io/badge/π€-Open%20In%20Spaces-blue.svg)](https://huggingface.co/spaces/aymm/Task-Exploration-Hate-Speech)
|
14 |
|
15 |
+
The context and definition of hate speech detection as a modeling task
|
16 |
|
17 |
---
|
18 |
|
requirements.txt
CHANGED
@@ -1 +1,2 @@
|
|
1 |
streamlit
|
|
|
|
1 |
streamlit
|
2 |
+
transformers
|