mcmillanmajora commited on
Commit
327f1a9
β€’
1 Parent(s): 648180a

Updated README and requirements file with title and transformers library

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. requirements.txt +1 -0
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Host a Blog on HuggingFace Spaces
3
  emoji: πŸ€—
4
  colorFrom: blue
5
  colorTo: red
@@ -8,11 +8,11 @@ app_file: app.py
8
  pinned: false
9
  ---
10
 
11
- # Host a Blog on HuggingFace Spaces
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
- How to host a blog on πŸ€—
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