Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import torch
|
|
3 |
import gradio as gr
|
4 |
title = "Check our Sexism Detector"
|
5 |
description = """
|
6 |
-
This is a fine-tuned model of
|
7 |
|
8 |
article = "Try our model in Hungging face using :https://huggingface.co/NLP-LTU/BERTweet-large-sexism-detector"
|
9 |
|
|
|
3 |
import gradio as gr
|
4 |
title = "Check our Sexism Detector"
|
5 |
description = """
|
6 |
+
This is a fine-tuned model of BERTweet-large on the Explainable Detection of Online Sexism (EDOS) dataset. It is intended to be used as a classification model for identifying tweets (0 - not sexist; 1 - sexist)."""
|
7 |
|
8 |
article = "Try our model in Hungging face using :https://huggingface.co/NLP-LTU/BERTweet-large-sexism-detector"
|
9 |
|