Muzammal Shafique
commited on
Commit
·
e157a4a
1
Parent(s):
23b801d
Updated README.mr
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ sdk_version: 5.27.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
11 |
|
12 |
# Hateful Meme Classifier 🚫🖼️🤖
|
13 |
This is a Gradio web application that classifies memes as **hateful or not hateful**. It uses a fine-tuned CLIP model that analyzes both image and text in a meme to detect hatefulness.
|
@@ -26,6 +27,6 @@ This is a Gradio web application that classifies memes as **hateful or not hatef
|
|
26 |
- **Author:** Muzammal Shafique
|
27 |
- **Dataset:** Facebook Hateful Memes (2020), containing multimodal memes with labels.
|
28 |
|
29 |
-
|
30 |
|
31 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
---
|
12 |
|
13 |
# Hateful Meme Classifier 🚫🖼️🤖
|
14 |
This is a Gradio web application that classifies memes as **hateful or not hateful**. It uses a fine-tuned CLIP model that analyzes both image and text in a meme to detect hatefulness.
|
|
|
27 |
- **Author:** Muzammal Shafique
|
28 |
- **Dataset:** Facebook Hateful Memes (2020), containing multimodal memes with labels.
|
29 |
|
30 |
+
|
31 |
|
32 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|