Task-Exploration-Hate-Speech / posts /model_exploration.py
mcmillanmajora's picture
Update and rename model_exploration.md to model_exploration.py
ef9d617 unverified
raw
history blame
No virus
560 Bytes
import streamlit as st
title = "Model Exploration"
description = "Comparison of hate speech detection models"
date = "2022-01-26"
thumbnail = "images/huggingface_logo.png"
def run_article():
st.markdown("""
# Making a Hate Speech Detection Model
This is where design choices will go.
# Model Output Ranking Tool
For now, here's a link to the [space](https://huggingface.co/spaces/aymm/ModelOutputRankingTool).
# Model Comparison Tool
For now, here's a link to the [space](https://huggingface.co/spaces/aymm/ModelComparisonTool).
""")