Spaces:
Runtime error
Runtime error
Update and rename hello_world.md to welcome.md
Browse files- posts/hello_world.md +0 -10
- posts/welcome.md +12 -0
posts/hello_world.md
DELETED
@@ -1,10 +0,0 @@
|
|
1 |
-
---
|
2 |
-
title: Hello World
|
3 |
-
description: This is my first blogpost
|
4 |
-
date: 2020-01-01
|
5 |
-
thumbnail: images/huggingface_logo.png
|
6 |
-
---
|
7 |
-
|
8 |
-
# Hello world!
|
9 |
-
|
10 |
-
Welcome to my first blogpost!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
posts/welcome.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Welcome Page
|
3 |
+
description: Introduction
|
4 |
+
date: 2022-01-26
|
5 |
+
thumbnail: images/huggingface_logo.png
|
6 |
+
---
|
7 |
+
|
8 |
+
# Welcome!
|
9 |
+
|
10 |
+
Welcome to the Task Exploration Activity for hate speech detection! In this series of modules, you'll learn about the history of hate speech detection as a task in the larger pipeline of automatic content moderation (ACM). You'll also be able to interact with and compare datasets and models built for this task.
|
11 |
+
|
12 |
+
The goal of this exploration is to share the design considerations and challenges faced when using algorithms to detect hate speech.
|