Task-Exploration-Hate-Speech / posts /dataset_exploration.py
mcmillanmajora's picture
Update and rename dataset_exploration.md to dataset_exploration.py
8492b35 unverified
import streamlit as st
title = "Dataset Exploration"
description = "Comparison of hate speech detection datasets"
date = "2022-01-26"
thumbnail = "images/huggingface_logo.png"
def run_article():
st.markdown("""
# Making a Hate Speech Dataset
This is where labels and design choices will go.
# Dataset Measurements Tool
For now, here's a link to the [space](https://huggingface.co/spaces/huggingface/data-measurements-tool).
""")