Spaces:
Runtime error
Runtime error
stevenlx96
commited on
Commit
•
b0c439c
1
Parent(s):
8dbfc29
Update app.py
Browse files
app.py
CHANGED
@@ -29,4 +29,5 @@ st.markdown("**Critical Analysis**: The importance of hardware! If only I have a
|
|
29 |
st.markdown("**Resource Links**")
|
30 |
st.markdown("Data: https://huggingface.co/datasets/hate_speech_offensive")
|
31 |
st.markdown("Model: https://huggingface.co/stevenlx96/distilbert-base-uncased-finetuned-hated")
|
32 |
-
st.markdown("Distilbert
|
|
|
|
29 |
st.markdown("**Resource Links**")
|
30 |
st.markdown("Data: https://huggingface.co/datasets/hate_speech_offensive")
|
31 |
st.markdown("Model: https://huggingface.co/stevenlx96/distilbert-base-uncased-finetuned-hated")
|
32 |
+
st.markdown("Distilbert: https://huggingface.co/docs/transformers/model_doc/distilbert")
|
33 |
+
st.markdown("github: https://github.com/stevenlx96/Hate-Speech-Detection")
|